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
341 views 0 comments
by anonymous

Hi

How can I make a phone call? It should only ring at the remote station. I would like the phone number to be called to be sent with the command. Is there a possibility via Telnet or Put / Get? Process: I send a command to the TRB140 with the telephone number. This number is called and the remote terminal rings .

Regards

1 Answer

0 votes
by anonymous

Hi,

The TRB140 does not support voice over LTE, but you could try to make outgoing calls with the following command:

  • gsmctl -A 'ATD+<phone_number>;'

Here are some additional things to take note of:

  • There will be a short delay (about 3-5 seconds) after executing the command before theTRBr starts the call.
  • If you pick up the call, the router will not drop the call automatically. To terminate the call from the router's side, use this command:
    • gsmctl -A 'ATH 0'
  • While the TRB is making outgoing calls or receiving incoming calls, the service type will change from LTE to WCDMA.
  • If you originate a second call while another call is active, the first call be automatically put on hold.
Regards.