User contributions for Administrator
A user with 4,547 edits. Account created on 9 April 2020.
27 March 2025
- 10:5010:50, 27 March 2025 diff hist 0 m GetSmsCenter Administrator moved page R2D2 - GetSmsCenter to GetSmsCenter without leaving a redirect
- 10:4910:49, 27 March 2025 diff hist 0 m SendSmsText Administrator moved page R2D2 - SendSmsText to SendSmsText without leaving a redirect
- 10:4910:49, 27 March 2025 diff hist 0 m SendAtCommand Administrator moved page R2D2 - SendAtCommand to SendAtCommand without leaving a redirect
- 10:4910:49, 27 March 2025 diff hist 0 m StopGsmPort Administrator moved page R2D2 - StopGsmPort to StopGsmPort without leaving a redirect
- 10:4910:49, 27 March 2025 diff hist 0 m StartGsmPort Administrator moved page R2D2 - StartGsmPort to StartGsmPort without leaving a redirect
- 10:4810:48, 27 March 2025 diff hist 0 m ImsiStatus Administrator moved page R2D2 - ImsiStatus to ImsiStatus over a redirect without leaving a redirect
- 10:4810:48, 27 March 2025 diff hist 0 m ImsiDetach Administrator moved page R2D2 - ImsiDetach to ImsiDetach without leaving a redirect
- 10:4810:48, 27 March 2025 diff hist 0 m ImsiAttach Administrator moved page R2D2 - ImsiAttach to ImsiAttach without leaving a redirect
- 10:4810:48, 27 March 2025 diff hist 0 m GetModemInfo Administrator moved page R2D2 - GetModemInfo to GetModemInfo without leaving a redirect
- 10:4810:48, 27 March 2025 diff hist 0 m GsmRegistrationMode Administrator moved page R2D2 - GsmRegistrationMode to GsmRegistrationMode without leaving a redirect
- 10:4710:47, 27 March 2025 diff hist 0 m StopPortLog Administrator moved page R2D2 - StopPortLog to StopPortLog without leaving a redirect
- 10:4710:47, 27 March 2025 diff hist 0 m StartPortLog Administrator moved page R2D2 - StartPortLog to StartPortLog
- 10:4710:47, 27 March 2025 diff hist 0 m ResetCDR Administrator moved page R2D2 - ResetCDR to ResetCDR without leaving a redirect
- 10:4710:47, 27 March 2025 diff hist 0 m GetCDRLine Administrator moved page R2D2 - GetCDRLine to GetCDRLine without leaving a redirect
- 10:4610:46, 27 March 2025 diff hist 0 m GetCDR Administrator moved page R2D2 - GetCDR to GetCDR
- 10:4610:46, 27 March 2025 diff hist 0 m DeletePortLogs Administrator moved page R2D2 - DeletePortLogs to DeletePortLogs without leaving a redirect
- 10:4610:46, 27 March 2025 diff hist 0 m BackupCDR Administrator moved page R2D2 - BackupCDR to BackupCDR without leaving a redirect
26 March 2025
- 21:3721:37, 26 March 2025 diff hist +17 WaitAndReceiveSMS No edit summary Tag: 2017 source edit
- 21:3621:36, 26 March 2025 diff hist +761 N WaitAndReceiveSMS Created 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 WaitAndReceiveAllSms Created 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 StopSmsReceiving No edit summary Tag: Visual edit
- 21:2821:28, 26 March 2025 diff hist +464 N StopSmsReceiving Created 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 StartSmsReceiving No edit summary Tag: 2017 source edit
- 21:2621:26, 26 March 2025 diff hist −40 StartSmsReceiving No edit summary Tag: 2017 source edit
- 21:2521:25, 26 March 2025 diff hist +486 N StartSmsReceiving Created 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 SimMemoryPurge Created 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 SetSmsParameters Created 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 SendSmsTextAndWaitDelivery No edit summary Tag: 2017 source edit
- 21:0821:08, 26 March 2025 diff hist +473 N SendSmsTextAndWaitDelivery 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" Tag: 2017 source edit
- 21:0721:07, 26 March 2025 diff hist +968 N SendSmsPduAndWaitDelivery Created 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 SendSmsPdu Created 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 GetSmsParameters No edit summary Tag: 2017 source edit
- 20:5220:52, 26 March 2025 diff hist +473 N GetSmsParameters 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" Tag: 2017 source edit
- 20:5020:50, 26 March 2025 diff hist +374 DecodePdu No edit summary Tag: 2017 source edit
- 20:4320:43, 26 March 2025 diff hist +473 N DecodePdu 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" Tag: 2017 source edit
- 20:3520:35, 26 March 2025 diff hist +76 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
- 20:3320:33, 26 March 2025 diff hist +94 CDR Files No edit summary Tag: 2017 source edit
- 20:3220:32, 26 March 2025 diff hist −11 CDR Data No edit summary Tag: 2017 source edit
- 20:2820:28, 26 March 2025 diff hist −21 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
- 20:2520:25, 26 March 2025 diff hist +18 DisconnectData No edit summary Tag: 2017 source edit
- 20:2420:24, 26 March 2025 diff hist +18 SetDataParameters No edit summary Tag: 2017 source edit
- 20:2420:24, 26 March 2025 diff hist +18 GetDataStatus No edit summary Tag: 2017 source edit
- 20:2220:22, 26 March 2025 diff hist +65 SetSmsCenter No edit summary Tag: 2017 source edit
- 20:2120:21, 26 March 2025 diff hist +17 SendSmsText No edit summary Tag: 2017 source edit
- 20:2020:20, 26 March 2025 diff hist +18 m GetSmsCenter added Category:SMS using HotCat
- 18:1218:12, 26 March 2025 diff hist +1 List of R2D2 Commands No edit summary Tag: 2017 source edit
- 18:1218:12, 26 March 2025 diff hist +1 List of R2D2 Commands No edit summary Tag: 2017 source edit
- 18:1018:10, 26 March 2025 diff hist +233 List of R2D2 Commands No edit summary Tag: 2017 source edit
- 17:5417:54, 26 March 2025 diff hist +1,975 List of R2D2 Commands No edit summary Tag: 2017 source edit
- 17:5317:53, 26 March 2025 diff hist +140 List of R2D2 Commands No edit summary Tag: 2017 source edit