Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • k - user session ID;
  • pin - SIM's PIN code;
  • smsc - the number of the SMS center, leave this field blank for automatic determination.


setoperators - selecting of corresponding operator, parameters:

  • name - internal name of operator, from <operators_list>;
  • num - internal numeric code of operator, from <operators_list>;
  • act - connection mode, from <operators_list>.

newoperators - renew list of available operators, no parameters. The list of operators requires a long time to update (30 second and more). This request should not be called frequently.


send_sms_message - send SMS via GSM modem, message add to SMS queue, parameters:

...

Code Block
languagexml
titleResponse example on a USSD request
<ussd text="Account balance 55.6$. Some kind of advertisement here" />
<ussd text="Error parsing ussd answer" />
<ussd text="Request not supported in LTE mode" />

setoperators - selecting of corresponding operator, parameters:

  • name - internal name of operator, from <operators_list>;
  • num - internal numeric code of operator, from <operators_list>;
  • act - connection mode, from <operators_list>.

...