All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Opale Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:31, 1 April 2025 Administrator talk contribs created page SendUSSDCommand (Created page with "This command sends specified USSD string to the existing USSD session on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2). '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendUSSDCommand''' |PortIndex, USSD String, charset |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendUSSDCommand 0 "2" </syntaxhighlight>") Tag: Visual edit
- 22:29, 1 April 2025 Administrator talk contribs created page OpenUSSDSession (Created page with "This command opens a new USSD session and sends specified USSD string on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2) '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''OpenUSSDSession''' |PortIndex, USSD string, charset |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# OpenUSSDSession 0 "*111#" </syntaxhighlight>") Tag: Visual edit
- 22:28, 1 April 2025 Administrator talk contribs created page GetUSSDTimeout (Created page with "This command gets the USSD Timeout value for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDTimeout''' |PortIndex |USSD Timeout |} '''OUTPUT''' Command output in the following format: "%d\n", timeout '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetUSSDTimeout 0 60 </syntaxhighlight>") Tag: Visual edit
- 22:26, 1 April 2025 Administrator talk contribs created page GetUSSDResponse (Created page with "This command gets response from the existing USSD session on the specified GSM port. Command waits until USSD response is received or optional timeout (entered in seconds) expired or general timeout expired. Response text is displayed as GSM7 or UCS2 coded string. In the case of UCS2 coding each character is displayed as 2 hexadecimal digits. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDResponse''' |PortIndex, [Timeout] |USSD respon...") Tag: Visual edit
- 22:24, 1 April 2025 Administrator talk contribs created page GetUSSDPush (Created page with "This command gets USSD data pushed by Network to the specified GSM port. Optional flag can be specified to remove this received data from port internal buffer. Response text is displayed as GSM7 or UCS2 coded string. In the case of UCS2 coding each character is displayed as 2 hexadecimal digits. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDPush''' |PortIndex, [ResetFlag] |USSD data string |} '''OUTPUT''' USSD...") Tag: Visual edit
- 22:23, 1 April 2025 Administrator talk contribs created page MediaWiki:Print.css (Created page with "CSS placed here will affect the print output: Do not print: .ns-0 .metadata, items in mainspace marked as metadata: .editlink, section edit links: .mw-collapsible-toggle, Show/hide toggles for collapsible items.: #mw-revision-nav, revision navigation on a permalink phab:T173057: /* Add formatting to make sure that "external references" from templates like Template:Ref do not get URL expansion, not even when printed. The anchor...")
- 22:22, 1 April 2025 Administrator talk contribs created page CloseUSSDSession (Created page with "This command closes the existing USSD session on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CloseUSSDSession''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# CloseUSSDSession 0 </syntaxhighlight>") Tag: Visual edit
- 22:21, 1 April 2025 Administrator talk contribs created page SwitchCall (Created page with "This command enables or disables call waiting supplementary service for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SwitchCall''' |PortIndex |Call State |} '''OUTPUT''' GSM port waiting calls state in the following format: "Call 1 : %s\nCall 2: %s\n", 1stcall_state, 2ndcall_state '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SwitchCall 0 Call 1 : HELD Call 2 : CONNECTED ~# SwitchCall 1 Call 1 : HELD Call 2 :...") Tag: Visual edit
- 22:19, 1 April 2025 Administrator talk contribs created page SetCallWaiting (Created page with "This command enables or disables call waiting supplementary service for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetCallWaiting''' |PortIndex, Call Waiting flag |Error Code in case of error. |} '''OUTPUT''' GSM port callwaiting status in the following format: "%s\n", callwaiting_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetCallWaiting 0 ENABLE ENABLED ~# SetCallWaiting 0 DIS...") Tag: Visual edit
- 22:18, 1 April 2025 Administrator talk contribs created page RegisterCallForwarding (Created page with "This command registers and enables call forwarding for the specified GSM port, under specified conditions, on the specified phone number, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL, and for NO_REPLY the delay time (in seconds) should be specified. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be set for ALL. '''COMMAND''' {| class...") Tag: Visual edit
- 22:16, 1 April 2025 Administrator talk contribs created page GetCallWaiting (Created page with "This command writes to the standard output the call waiting supplementary service status (ENABLED or DISABLED) of the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetCallWaiting''' |PortIndex |CallWaiting status |} '''OUTPUT''' GSM port callwaiting status in the following format: "%s\n", callwaiting_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetCallWaiting 0 DISABLED ~# GetCallWaiting 1 ENABLED </syntaxhi...") Tag: Visual edit
- 22:14, 1 April 2025 Administrator talk contribs created page GetCallBarringStatus (Created page with "This command writes to the standard output the call barring status. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetCallBarringStatus''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' GSM port barring call information in the following format: "%s\n%s\n%s\n", voice_facility, data_facility, fax_facility '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetCallBarringStatus 0 BAOC NONE BAIC </syntaxhighlight>") Tag: Visual edit
- 22:13, 1 April 2025 Administrator talk contribs created page EnableCallForwarding (Created page with "This command enables call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be enabled for ALL. Prior to enable or disable call forwarding in has to be registered using RegisterCallForwarding command. '''COMMAND''' {| class="...") Tag: Visual edit
- 22:12, 1 April 2025 Administrator talk contribs created page EnableCallBarring (Created page with "This command enables call barring for the specified GSM port, under the specified lock type and for optional specified call class. Lock type could be BAOC, BOIC, BOIC_EX, BAIC or BIC_RO. Call class could be VOICE, DATA, FAX, ALL_CALLS or ALL. If call class is omitted call forwarding will be set for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''EnableCallBarring''' |PortIndex, Lock type, [class] |Error Code in cas...") Tag: Visual edit
- 22:10, 1 April 2025 Administrator talk contribs created page DisableCallForwarding (Created page with "This command disables call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be disabled for ALL. Prior to enable or disable call forwarding in has to be registered using RegisterCallForwarding command. '''COMMAND''' {| class...") Tag: Visual edit
- 22:07, 1 April 2025 Administrator talk contribs created page DisableCallBarring (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 22:06, 1 April 2025 Administrator talk contribs created page Category:SUPPLEMENTARY SERVICES (Created page with "This pages lists all commands related to supplementary services") Tag: 2017 source edit
- 22:04, 1 April 2025 Administrator talk contribs created page ClearCallForwarding (Created page with "This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''ClearCallForwarding''' |PortIndex, Forward condition, [ Call class ] |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# ClearCallForwarding 0 UNCONDITIONAL ALL ~# ClearCallForwarding 1...") Tag: Visual edit
- 22:02, 1 April 2025 Administrator talk contribs created page CheckForwardings (Created page with "This command checks call forwarding for the specified GSM port, for 4 conditions BUSY, NO_REPLY, NOT_REACHABLE and UNCONDITIONAL, for optional specified call class. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be check for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CheckForwardings''' |<nowiki>PortIndex, |Call class ]</nowiki> |Forward Status - R2D2 Error Codes|Error Co...") Tag: Visual edit
- 22:00, 1 April 2025 Administrator talk contribs created page CheckCallForwarding (Created page with "This command checks call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be check for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CheckCallForwarding''' |PortIndex, Forward condition, [...") Tag: Visual edit
- 21:58, 1 April 2025 Administrator talk contribs created page GetVolteStatus (Created page with "This command shows the IMS and VoLTE connection status. It displays also, the connection APN and the IPv4 or IPv6 address. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetVolteStatus''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~ # GetVolteStatus 0 IMS : ENABLED VoLTE: READY APN : ims IP : 2a04:cec0:9ea:e4b5:0:55:72cc:4201 </syntaxhighlight>") Tag: Visual edit
- 21:55, 1 April 2025 Administrator talk contribs created page Category:VOLTE (Created page with ".") Tag: 2017 source edit
- 21:49, 1 April 2025 Administrator talk contribs created page WaitVolteRegistration (Created page with "This command allows to wait until VoLTE registration is done. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''WaitVolteRegistration''' |PortIndex,TimeoutVolteMode |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# WaitVolteRegistration 0 180 OK </syntaxhighlight>") Tag: Visual edit
- 21:48, 1 April 2025 Administrator talk contribs created page UploadMbnFile (Created page with "This command uploads LTE configuration MBN file and adds it to the list of LTE profiles for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''UploadMbnFile''' |PortIndex,MbnFile |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# UploadMbnFile 0 bouygues.mbn OK </syntaxhig...") Tag: Visual edit
- 21:47, 1 April 2025 Administrator talk contribs created page GetVolteParameters (Created page with "This command shows the VoLTE parameters configured for a specific port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetVolteParameters''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~ # GetVolteParameters 1 VolteMode: VOLTE APN: ims Username: Password: AuthType: NONE PDPType: IPV4 MbnProfile: AUTO </syntaxhighlight>") Tag: Visual edit
- 21:45, 1 April 2025 Administrator talk contribs created page GetMbnList (Created page with "This command gets a list of the LTE configuration MBN profiles for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetMbnList''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' List of the LTE configuration MBN profiles '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetMbnList 4 +QMBNCFG: "List",0,1,1,"ROW_Generic_3GPP"...") Tag: Visual edit
- 21:43, 1 April 2025 Administrator talk contribs created page ConfigureVolte (Created page with "This command selects LTE MBN profile for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''ConfigureVolte''' |PortIndex, Profile |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# ConfigureVolte 0 Bouygues_France_VoLTE OK </syntaxhighlight>") Tag: Visual edit
- 21:39, 1 April 2025 Administrator talk contribs created page SetServingCell (Created page with "This command locks specified GSM port to the specified Cell, for the specified Access Technology. The serving cell is defined by the channel (ARFCN on 2G, UARCFN on 3G and EARCFN on 4G), and optionally by cell identity (BSIC on 2G, PSC on 3G and PCID on 4G). This command is available only on the Sierra Wireless and Quectel GSM adapters. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetServingCell''' |PortIndex,Access Technology, Channel, [C...") Tag: Visual edit
- 21:37, 1 April 2025 Administrator talk contribs created page SetAccessTechnology (Created page with "This command allows to limit registration on a specific Mobile Network Access Technology. Access Technology could be one of Mobile Network Access Technology value. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetAccessTechnology''' |PortIndex, AccessTechnology |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetAccessTechnology 0 LTE ~# OK </syntaxhighlight>") Tag: Visual edit
- 21:35, 1 April 2025 Administrator talk contribs created page SelectGsmOperator (Created page with "This command selects the GSM operator and operator selection mode for the specified GSM port. Mode can be AUTOMATIC, MANUAL and MANUAL_AUTOMATIC. If mode is AUTOMATIC PLMN parameter is omitted. The parameter Access Technology allows to force the registration on a specific technology of the PLMN. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SelectGsmOperator''' |PortIndex, Operator selection mode, [Operator PLMN [Access Technology]] |R2D2...") Tag: Visual edit
- 21:33, 1 April 2025 Administrator talk contribs created page SelectGsmBand (Created page with "This command selects the GSM/WCDMA band for the specified GSM port. Band can be AUTO, GSM850, GSM900, GSM1800, GSM1900, WCDMA800, WCDMA850, WCDMA900, WCDMA1900 or WCDMA2100. This command is not available on all GSM adapters. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SelectGsmBand''' |PortIndex,Band |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SelectGsmBand 0 GS...") Tag: Visual edit
- 21:31, 1 April 2025 Administrator talk contribs created page GetServingCellInfoVerbose (Created page with "This command writes to the standard output GSM Cell information, in the format specific for GSM port, for the serving cell on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetServingCellInfoVerbose''' |PortIndex |Serving Cell Info in GSM module format |} '''OUTPUT''' Command output in the following format; On GSM port, for 4G access technology: "state,rat,is_tdd,mcc,mnc,cellid,pcid,earfcn,freq_band_ind,ul_bandwi...") Tag: Visual edit
- 21:28, 1 April 2025 Administrator talk contribs created page GetServingCellInfo (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:26, 1 April 2025 Administrator talk contribs created page GetNeighborCellsInfoVerbose (Created page with "This command writes to the standard output GSM Cell information, in the format specific for GSM port, for the neighbor cells on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetNeighborCellsInfoVerbose''' |PortIndex |Neighbor Cells Info in GSM module format |} '''OUTPUT''' Command output in the following format (for each Cell); for 4G access technology: "rat,earfcn,pcid,rsrq,rsrp,rssi,sinr,srxlev,cell_resel_prio...") Tag: Visual edit
- 21:24, 1 April 2025 Administrator talk contribs created page GetNeighborCellsInfo (Created page with "This command writes to the standard output Neighbor Cells information for the neighbor cells on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetNeighborCellsInfo''' |PortIndex |Neighbor Cells Info (Access Technology, signal level, RSSI, channel, PLMN, BSIC, PSC, RSCP, EcIo) |} '''OUTPUT''' Command output in the following format: "%s %d %d %d %s %d %d %d %f\n", access_technology, signal_level,rssi, channel, plmn...") Tag: Visual edit
- 21:21, 1 April 2025 Administrator talk contribs created page GetGsmOperatorList (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:18, 1 April 2025 Administrator talk contribs created page GetGsmNetworkList (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:17, 1 April 2025 Administrator talk contribs created page GetGsmCurrentOperator (Created page with "This command gets the PLMN (MCC and MNC) of the current GSM operator, and the actual operator selection mode. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetGsmCurrentOperator''' |PortIndex |Operator selection mode, Operator PLMN |} '''OUTPUT''' GSM port operator selection mode and GSM operator PLMN: "%s %s %s\n", mode, plmn, status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmCurrentOperator 0 AUTOMATIC 20810 REGISTERED <...") Tag: Visual edit
- 21:12, 1 April 2025 Administrator talk contribs created page GetDedicatedChannelInfo (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:11, 1 April 2025 Administrator talk contribs created page GetAccessTechnology (Created page with "This command gets Mobile Network Access Technology. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetAccessTechnology''' |PortIndex |Mobile Network Access Technology |} '''OUTPUT''' Command output in the following format: "%s\n", access_technology (AUTOMATIC | UMTS | GSM | UMTS_PREFERRED | GSM_PREFERRED | GSM_UMTS | LTE | GSM_UMTS_LTE | CDMA_HRDP_GSM_UMTS_LTE | CDMA | HRDP | CDMA_HRDP | CDMA_LTE | HRDP_LTE | CDMA_HRDP_LTE | CDMA_GSM_U...") Tag: Visual edit
- 21:06, 1 April 2025 Administrator talk contribs created page StopPcapTrace (Created page with " This command starts a data packets capture on the specified GSM port. Data session should be active. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartPcapTrace |PortIndex,FilePath |Error Code in case of error. |} '''OUTPUT'''<br>None '''EXAMPLE''' <syntaxhighlight lang="text"> ~# StartPcapTrace 1 /mnt/sdcard/tmp/traces/log1.cap DATA LINK IS DOWN ~# StartPcapTrace 0 /mnt/sdcard/tmp/traces/log0.cap OK </syntaxhighli...") Tag: 2017 source edit
- 21:02, 1 April 2025 Administrator talk contribs created page StartPcapTrace (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:01, 1 April 2025 Administrator talk contribs created page SetGeneralTimeout (Created page with "This command sets general timeout (in seconds) for all R2D2 API commands that are executed on the Mobile Robot. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetGeneralTimeout''' |Timeout |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetGeneralTimeout 300 </syntaxhighlight>") Tag: Visual edit
- 20:55, 1 April 2025 Administrator talk contribs created page GetListOfApiFunctions (Created page with "This command writes to the standard output version of the R2D2 API software. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmRobotApiVersion |Nonce |R2D2 API version |} '''OUTPUT''' R2D2 API software version '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmRobotApiVersion 01.00 </syntaxhighlight> Category:R2D2 Category:GENERAL") Tag: 2017 source edit
- 20:53, 1 April 2025 Administrator talk contribs created page GetGsmRobotApiVersion (Created page with "This command writes to the standard output version of the R2D2 API software. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmRobotApiVersion |Nonce |R2D2 API version |} '''OUTPUT''' R2D2 API software version '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmRobotApiVersion 01.00 </syntaxhighlight>") Tag: Visual edit
- 20:49, 1 April 2025 Administrator talk contribs created page GetGsmPortStatus (Created page with "This command sets/gets GSM auto registration mode. If it is enabled GSM port will automatically try to register to GSM network, otherwise will wait explicit command (SelectGsmOperator) in order to do this. If mode parameter is not specified command will return current auto registration mode. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |GsmRegistrationMode |Port index, [Registration mode] |Command status or the actual Registration mode...") Tag: 2017 source edit
- 20:47, 1 April 2025 Administrator talk contribs created page GetGeneralTimeout (Created page with "This command get the general timeout (in seconds). General timer is used as a general timer on any R2D2 API commands '''COMMAND''' {| class="wikitable" !Command !Input Arguments !Returns |- |'''GetGeneralTimeout''' | |Timeout. Error code in case of error. |} '''OUTPUT''' General timer set for this Mobile Robot: "%d", GeneralTimeout '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGeneralTimeout ~# 300 </syntaxhighlight>") Tag: Visual edit
- 20:42, 1 April 2025 Administrator talk contribs created page GetCallState (Created page with "This command reports to the standard output the call state on the specified GSM port '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Call State - Error Code in case of error. |} '''OUTPUT''' Command status: GSM port call state (IDLE, DIALING, DIALED, ALERTING, CONNECTED, DISCONNECTING, INCOMING or HELD) in the following format: ā%s\n%s\nā, call1_state, call2_state '''EXAMPLE'''<syntaxhighlight la...") Tag: Visual edit
- 20:36, 1 April 2025 Administrator talk contribs created page GetCallInfo (Created page with "This places an AT Command to the specified modem port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |SendAtCommand |Port index ATCommand (*) |Issue an AT Command to the specified module. |} (*) Note that the ATCommand must be entered with quotes if the AT Command itself includes double quotes or spaces. See below. '''OUTPUT:''' Response from the modem to the AT command. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# SendAtCommand 0, "A...") Tag: 2017 source edit
- 20:32, 1 April 2025 Administrator talk contribs created page ExecuteShellCommand (Created page with "This places an AT Command to the specified modem port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |SendAtCommand |Port index ATCommand (*) |Issue an AT Command to the specified module. |} (*) Note that the ATCommand must be entered with quotes if the AT Command itself includes double quotes or spaces. See below. '''OUTPUT:''' Response from the modem to the AT command. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# SendAtCommand 0, "A...") Tag: 2017 source edit