User contributions for Administrator
A user with 4,630 edits. Account created on 9 April 2020.
2 April 2025
- 09:0609:06, 2 April 2025 diff hist +764 N SendMms Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. MMS is sent to the specified destination number, with up to 4 media files. This command allows optionally to set a subject and CC number and BCC back as destinations. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendMms''' |Port index, Destination number..." Tag: Visual edit
- 08:5908:59, 2 April 2025 diff hist +21 m GetGeneralTimeout added Category:GENERAL using HotCat current
- 08:5908:59, 2 April 2025 diff hist +19 m GetGeneralTimeout added Category:R2D2 using HotCat
- 08:5608:56, 2 April 2025 diff hist +18 m SetFtpParameters added Category:DATA using HotCat current
- 08:5508:55, 2 April 2025 diff hist +19 m SetFtpParameters added Category:R2D2 using HotCat
- 08:5208:52, 2 April 2025 diff hist +21 m GetGsmOperatorList added Category:NETWORK using HotCat current
- 08:5208:52, 2 April 2025 diff hist −22 m GetGsmOperatorList removed Category:SMS using HotCat
- 08:5208:52, 2 April 2025 diff hist −24 m GetGsmOperatorList removed Category:Voice using HotCat
- 08:5208:52, 2 April 2025 diff hist +18 m GetGsmOperatorList added Category:R2D2 using HotCat
- 08:5208:52, 2 April 2025 diff hist −22 m GetGsmOperatorList removed Category:CDR using HotCat
- 08:4808:48, 2 April 2025 diff hist −48 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
1 April 2025
- 22:5522:55, 1 April 2025 diff hist −27 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
- 22:5322:53, 1 April 2025 diff hist +17 MediaWiki:Sidebar No edit summary Tag: 2017 source edit
- 22:4422:44, 1 April 2025 diff hist +200 MediaWiki:Print.css No edit summary Tag: Reverted
- 22:3422:34, 1 April 2025 diff hist +6 Category:R2D2 No edit summary Tag: 2017 source edit
- 22:3422:34, 1 April 2025 diff hist +18 m CloseUSSDSession added Category:USSD using HotCat current
- 22:3322:33, 1 April 2025 diff hist +44 N Category:USSD Created page with "This page lists all commands related to USSD" current Tag: 2017 source edit
- 22:3322:33, 1 April 2025 diff hist +24 Category:R2D2 No edit summary Tag: 2017 source edit
- 22:3222:32, 1 April 2025 diff hist +18 m SetUSSDTimeout added Category:USSD using HotCat current
- 22:3222:32, 1 April 2025 diff hist +19 m SetUSSDTimeout added Category:R2D2 using HotCat
- 22:3222:32, 1 April 2025 diff hist +348 N SetUSSDTimeout Created page with "This command sets the USSD Timeout value for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetUSSDTimeout''' |PortIndex, USSD Timeout |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetUSSDTimeout 0 60 </syntaxhighlight>" Tag: Visual edit
- 22:3122:31, 1 April 2025 diff hist +18 m SendUSSDCommand added Category:USSD using HotCat current
- 22:3122:31, 1 April 2025 diff hist +19 m SendUSSDCommand added Category:R2D2 using HotCat
- 22:3122:31, 1 April 2025 diff hist −1,538 MediaWiki:Print.css Replaced content with "→CSS placed here will affect the print output: " Tag: Replaced
- 22:3122:31, 1 April 2025 diff hist +446 N 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:3022:30, 1 April 2025 diff hist +18 m OpenUSSDSession added Category:USSD using HotCat current
- 22:3022:30, 1 April 2025 diff hist +19 m OpenUSSDSession added Category:R2D2 using HotCat
- 22:2922:29, 1 April 2025 diff hist +450 N 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:2822:28, 1 April 2025 diff hist +18 m GetUSSDTimeout added Category:USSD using HotCat current
- 22:2822:28, 1 April 2025 diff hist +19 m GetUSSDTimeout added Category:R2D2 using HotCat
- 22:2822:28, 1 April 2025 diff hist +349 N 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:2622:26, 1 April 2025 diff hist +18 m GetUSSDResponse added Category:USSD using HotCat current
- 22:2622:26, 1 April 2025 diff hist +19 m GetUSSDResponse added Category:R2D2 using HotCat
- 22:2622:26, 1 April 2025 diff hist +789 N 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:2422:24, 1 April 2025 diff hist +18 m GetUSSDPush added Category:R2D2 using HotCat current
- 22:2422:24, 1 April 2025 diff hist +19 m GetUSSDPush added Category:USSD using HotCat
- 22:2422:24, 1 April 2025 diff hist +727 N 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:2322:23, 1 April 2025 diff hist +1,588 N 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:2222:22, 1 April 2025 diff hist +19 m CloseUSSDSession added Category:R2D2 using HotCat
- 22:2222:22, 1 April 2025 diff hist +339 N 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:2122:21, 1 April 2025 diff hist +36 m SwitchCall added Category:SUPPLEMENTARY SERVICES using HotCat current
- 22:2122:21, 1 April 2025 diff hist +19 m SwitchCall added Category:R2D2 using HotCat
- 22:2122:21, 1 April 2025 diff hist +498 N 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:1922:19, 1 April 2025 diff hist +36 m SetCallWaiting added Category:SUPPLEMENTARY SERVICES using HotCat current
- 22:1922:19, 1 April 2025 diff hist +19 m SetCallWaiting added Category:R2D2 using HotCat
- 22:1922:19, 1 April 2025 diff hist +507 N 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:1822:18, 1 April 2025 diff hist +36 m RegisterCallForwarding added Category:SUPPLEMENTARY SERVICES using HotCat current
- 22:1822:18, 1 April 2025 diff hist +19 m RegisterCallForwarding added Category:R2D2 using HotCat
- 22:1822:18, 1 April 2025 diff hist +881 N 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:1622:16, 1 April 2025 diff hist +36 m GetCallWaiting added Category:SUPPLEMENTARY SERVICES using HotCat current