FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
525 views 2 comments
by anonymous
Hi There

I can see the JSON-RPC command for reboot. But is there a command for Mobile network Re-Register?   

thanks

Ian

1 Answer

0 votes
by anonymous
Greetings,

I want to make it clear. Do you want to reregister or to reboot the modem?

Thank you.

EB
by
I know the command for reboot. Looking for re-register if possible?

Regards Ian

Regards

Regards Ian
by anonymous

Hi,

This example should work for you.

{

    "jsonrpc": "2.0", "id": 1, "method": "call", "params": 

    [

        "80aac83e7b216ad49765358e0d44fbb4", "file", "exec",

        {

            "command":"/etc/init.d/reregister",

            "params":

            [

                "restart"

            ]

        }

    ]

}

EB.