User contributions for Administrator

A user with 4,598 edits. Account created on 9 April 2020.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

27 March 2025

26 March 2025

  • 21:3721:37, 26 March 2025 diff hist +17 WaitAndReceiveSMSNo edit summary Tag: 2017 source edit
  • 21:3621:36, 26 March 2025 diff hist +761 N WaitAndReceiveSMSCreated page with "This command waits until a SMS is received on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |WaitAndReceiveSms |PortIndex,[Timeout] |SMS origin number and text, in the case of error, Error Code |} '''OUTPUT''' Command status in the following format: "SMS RECEIVED from %s %s [%s]\n", origin_number, sms_text, sms_pdu or "SMS RECEIVED from MMS %s [%s]\n", sms_text, sms_pdu "Incoming MMS from %s, Subject: %s, URL: [..." Tag: Visual edit
  • 21:3321:33, 26 March 2025 diff hist +1,230 N WaitAndReceiveAllSmsCreated page with "This command waits until a SMS or MMS is received on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |WaitAndReceiveAllSms |PortIndex,[Timeout] |SMS origin number and text, in the case of error, Error Code |} '''OUTPUT''' Command status in the following format: "SMS RECEIVED from %s %s [%s]\n", origin_number, sms_text, sms_pdu or "SMS RECEIVED from MMS %s [%s]\n", sms_text, sms_pdu "Incoming MMS from %s, Subject:..." Tag: Visual edit
  • 21:2921:29, 26 March 2025 diff hist −113 StopSmsReceivingNo edit summary Tag: Visual edit
  • 21:2821:28, 26 March 2025 diff hist +464 N StopSmsReceivingCreated page with "This command enable the specified port to receive automatically SMS messages. All received SMS will be read from SIM card, written to CDR file and then purged from the SIM card. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartSmsReceiving |PortIndex |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# StartSmsReceiving 0 </syntaxhighlight> Category:SMS" Tag: 2017 source edit
  • 21:2721:27, 26 March 2025 diff hist +18 StartSmsReceivingNo edit summary Tag: 2017 source edit
  • 21:2621:26, 26 March 2025 diff hist −40 StartSmsReceivingNo edit summary Tag: 2017 source edit
  • 21:2521:25, 26 March 2025 diff hist +486 N StartSmsReceivingCreated page with "This command starts automatic SMS receiving on the specified GSM port. All received SMS will be read from SIM card, written to CDR file and then purged from SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartSmsReceiving |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# StartSmsReceiving 0 </synt..." Tag: Visual edit
  • 21:2321:23, 26 March 2025 diff hist +377 N SimMemoryPurgeCreated page with "This command clears all SMS storage area of the SIM currently assigned to the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |SimMemoryPurge |PortIndex |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SimMemoryPurge 0 SIM memory cleared </syntaxhighlight>" Tag: Visual edit
  • 21:2021:20, 26 March 2025 diff hist +1,064 N SetSmsParametersCreated page with "This command allows to set SMS Center address for the specified GSM port and to set the following parameteres : * delay between retry, * SMS validity, * Timeout (in seconds) for all SMS functions. :; RetryDelay :: Retry time must be a multiple of 5 in seconds. :: The default value is 120 seconds. :: 0 means no retry. :: {| class="wikitable" ! colspan="3" | |- !Value !Formula !Comments |- |0 to 143 |(Value+1) x 5 minutes |5 minutes intervals up to 12 hours |- |144 to 1..." Tag: Visual edit
  • 21:1121:11, 26 March 2025 diff hist +177 SendSmsTextAndWaitDeliveryNo edit summary Tag: 2017 source edit
  • 21:0821:08, 26 March 2025 diff hist +473 N SendSmsTextAndWaitDeliveryCreated 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" Tag: 2017 source edit
  • 21:0721:07, 26 March 2025 diff hist +968 N SendSmsPduAndWaitDeliveryCreated page with "This command sends a SMS using data from a specified PDU buffer on a given port and waits until the SMS Delivery Report is received or timeout (entered in seconds) expired. The SMS Center number can be specified as an optional parameter. Command returns as soon as the SMS is submitted to SMSC. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |SendSmsPduAndWaitDelivery |Port index, PDU buffer, [Timeout] |Error Code in case of..." Tag: 2017 source edit
  • 21:0121:01, 26 March 2025 diff hist +734 N SendSmsPduCreated page with "This command sends a SMS using data from a specified PDU buffer on a given port. The SMS Center number can be specified as an optional parameter. Command returns as soon as the SMS is submitted to SMSC. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |SendSmsPdu |Port index, PDU buffer, [SMSC number, Timeout] |Error Code in case of error. |} '''OUTPUT''' "SMS SENT to %s %s\n", dest_number, sms_text [smsc_number] '''EX..." Tag: 2017 source edit
  • 20:5420:54, 26 March 2025 diff hist +27 GetSmsParametersNo edit summary Tag: 2017 source edit
  • 20:5220:52, 26 March 2025 diff hist +473 N GetSmsParametersCreated 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" Tag: 2017 source edit
  • 20:5020:50, 26 March 2025 diff hist +374 DecodePduNo edit summary Tag: 2017 source edit
  • 20:4320:43, 26 March 2025 diff hist +473 N DecodePduCreated 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" Tag: 2017 source edit
  • 20:3520:35, 26 March 2025 diff hist +76 MediaWiki:SidebarNo edit summary Tag: 2017 source edit
  • 20:3320:33, 26 March 2025 diff hist +94 CDR FilesNo edit summary Tag: 2017 source edit
  • 20:3220:32, 26 March 2025 diff hist −11 CDR DataNo edit summary Tag: 2017 source edit
  • 20:2820:28, 26 March 2025 diff hist −21 MediaWiki:SidebarNo edit summary Tag: 2017 source edit
  • 20:2520:25, 26 March 2025 diff hist +18 DisconnectDataNo edit summary Tag: 2017 source edit
  • 20:2420:24, 26 March 2025 diff hist +18 SetDataParametersNo edit summary Tag: 2017 source edit
  • 20:2420:24, 26 March 2025 diff hist +18 GetDataStatusNo edit summary Tag: 2017 source edit
  • 20:2220:22, 26 March 2025 diff hist +65 SetSmsCenterNo edit summary Tag: 2017 source edit
  • 20:2120:21, 26 March 2025 diff hist +17 SendSmsTextNo edit summary Tag: 2017 source edit
  • 20:2020:20, 26 March 2025 diff hist +18 m GetSmsCenteradded Category:SMS using HotCat
  • 18:1218:12, 26 March 2025 diff hist +1 List of R2D2 CommandsNo edit summary Tag: 2017 source edit
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)