User contributions for Administrator
A user with 4,547 edits. Account created on 9 April 2020.
26 March 2025
- 17:5217:52, 26 March 2025 diff hist +185 WaitCall No edit summary Tag: Visual edit
- 17:5017:50, 26 March 2025 diff hist +475 N WaitCall 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:Voice" Tag: 2017 source edit
- 17:4917:49, 26 March 2025 diff hist +644 N WaitAndRejectCall Created page with "This command allows to wait for an incoming call on the specified GSM port, and to reject it. An optional timeout (in seconds) can be specified. A reject code from Q.931 standard can be choosen as the call reject reason '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |WaitAndRejectCall |PortIndex,[Timeout(s)], [RejectCause] |Calling number, in the case of error, Error Code |} '''OUTPUT''' GSM port call status in the following format: "%s\..." Tag: Visual edit
- 17:4617:46, 26 March 2025 diff hist +556 N WaitAndAcceptCall Created page with "This command allows to wait for an incoming call on the specified GSM port, and to accept it. An optional timeout (in seconds) can be specified. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |WaitAndAcceptCall |PortIndex,[Timeout(s)] |Error Code in case of error. |} '''OUTPUT''' GSM port call status in the following format: "%s\n", call_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# WaitAndAcceptCall 1 CON..." Tag: Visual edit
- 17:4417:44, 26 March 2025 diff hist +922 N WaitAcceptCallAndRecord Created page with "This command allows to wait for an incoming call on the specified GSM port, to connect it and then to record voice to a specified WAV file (sample rate 8kHz, mono, 8 bits per sample, block-align 1, A-LAW coding). An optional timeout (in seconds) can be specified. Optional flag PCM16 can be added to record 16 bits per sample. Command returns as soon as call is connected and the Robot starts to record. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Ret..." Tag: Visual edit
- 17:3817:38, 26 March 2025 diff hist +19 StopRecording No edit summary Tag: 2017 source edit
- 17:3817:38, 26 March 2025 diff hist +483 N StopRecording Created page with "This command stops recording voice on the specified GSM port. Command returns as soon as the voice recording is stopped. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StopRecording |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# StopRecording 0 RECORDING STOPPED ~# StopRecording 1 NO CALL </syntaxh..." Tag: Visual edit
- 17:3617:36, 26 March 2025 diff hist +509 N SendDtmf Created page with "This command plays a DTMF sequence in the existing call on the specified GSM port. Command returns as soon as the DTFM sequence is played. Maximum length for the DTMF sequence is 32. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |SendDtmf |PortIndex,DTMFSequence |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", command_status (OK | ERROR) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendDtmf 0 "..." Tag: Visual edit
- 17:3417:34, 26 March 2025 diff hist +677 N RecordVoice Created page with "This command records voice to a WAV file (sample rate 8kHz, Mono, 8 bits per sample, block-align 1, A-LAW coding) in the existing call on the specified GSM port. Optional flag PCM16 can be added to record 16 bits per sample. Command returns as soon as the recording starts '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |RecordVoice |PortIndex, DestinationVoiceFile, [PCM16 flag] |Error Code in case of error. |} '''OUTPUT''..." Tag: Visual edit
- 17:3217:32, 26 March 2025 diff hist +725 N PlayVoice Created page with "This command injects audio file (sample rate 8kHz, Mono, 8 bits per sample, block-align 1, A-LAW coding) in the existing call on the specified GSM port. Command returns as soon as the voice starts to play. Voice file will be played in loop is the flag is set to 1 '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |PlayVoice |PortIndex,WavFilePath, [FlagForLoopPlay] |Error Code in case of error. |} '''OUTPUT''' GSM port..." Tag: Visual edit
- 17:2717:27, 26 March 2025 diff hist +96 PlaceShortCall No edit summary Tag: Visual edit
- 17:2417:24, 26 March 2025 diff hist +475 N PlaceShortCall 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:Voice" Tag: 2017 source edit
- 17:2417:24, 26 March 2025 diff hist +303 PlaceCallAndWaitConnect No edit summary Tag: Visual edit
- 17:2017:20, 26 March 2025 diff hist +475 N PlaceCallAndWaitConnect 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:Voice" Tag: 2017 source edit
- 17:1917:19, 26 March 2025 diff hist +913 N PlaceCallAndPlay Created page with "This command places a new call from the specified GSM port and plays a voice WAV file (sample rate 8kHz, mono, 8 bits per sample, block-align 1, A-LAW coding). The PlaceCallAndPlay command return once the call is connected and voice starts to play. Voice Wav file is played continuously until specified call duration or optional timeout expire. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |PlaceCallAndPlay |PortIndex, Destination number, Voi..." Tag: 2017 source edit
- 17:0917:09, 26 March 2025 diff hist −42 PlaceCall No edit summary Tag: Visual edit
- 17:0817:08, 26 March 2025 diff hist +432 N PlaceCall Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |PlaceCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# PlaceCall 0 0612345678<br> </syntaxhighlight> Category:Voice" Tag: 2017 source edit
- 17:0717:07, 26 March 2025 diff hist +19 HangupCall No edit summary Tag: 2017 source edit
- 17:0517:05, 26 March 2025 diff hist +310 N HangupCall Created page with "This command hangs up the call on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |HangupCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# HangupCall 1 </syntaxhighlight>" Tag: Visual edit
- 17:0217:02, 26 March 2025 diff hist +2 GetGsmAudioMode No edit summary Tag: Visual edit
- 17:0117:01, 26 March 2025 diff hist +410 N GetGsmAudioMode Created page with " This command allows to get the audio mode configuration on a given port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmAudioMode |PortIndex |Error Code in case of error. |} '''OUTPUT''' Audio mode currently configured on the specified port. '''EXAMPLE''' <syntaxhighlight lang="text"> ~ # GetGsmAudioMode 1 USB </syntaxhighlight> Category:Voice" Tag: 2017 source edit
- 16:5916:59, 26 March 2025 diff hist 0 AcceptCall No edit summary Tag: 2017 source edit
- 16:5816:58, 26 March 2025 diff hist +1 AcceptCall No edit summary Tag: 2017 source edit
- 16:5816:58, 26 March 2025 diff hist +49 AcceptCall No edit summary Tag: 2017 source edit
- 16:5716:57, 26 March 2025 diff hist +20 m AcceptCall added Category:Voice using HotCat
- 16:4516:45, 26 March 2025 diff hist +19 m ConnectData added Category:DATA using HotCat
- 16:3716:37, 26 March 2025 diff hist +82 AcceptCall No edit summary Tag: 2017 source edit
- 16:3416:34, 26 March 2025 diff hist −8 AcceptCall No edit summary Tag: 2017 source edit
- 16:3316:33, 26 March 2025 diff hist −24 AcceptCall No edit summary Tag: 2017 source edit
- 16:2316:23, 26 March 2025 diff hist +356 N AcceptCall Created page with " This command allows to accept an incoming call once presented on the specified port. == COMMAND == {| class="wikitable" !Command !Input arguments !Returns {{:AcceptCall Synopsis}} |} == OUTPUT == Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) == EXAMPLE == ~# AcceptCall 0 CONNECTED ~# AcceptCall 2 NO INCOMING CALL {{Voice Call}}" Tag: Visual edit
14 January 2025
- 12:4312:43, 14 January 2025 diff hist +111 UR - Firmware Update No edit summary current Tag: Visual edit
- 12:4012:40, 14 January 2025 diff hist +14 N File:Image Load Firmware.png No edit summary current
24 December 2024
- 17:1017:10, 24 December 2024 diff hist −30 HTTP API - Introduction No edit summary current Tag: Visual edit
22 December 2024
- 00:1300:13, 22 December 2024 diff hist +78 PDF Documentation No edit summary Tag: Visual edit
- 00:1200:12, 22 December 2024 diff hist −47 PDF Documentation No edit summary Tag: Visual edit
- 00:0900:09, 22 December 2024 diff hist −37 PDF Documentation No edit summary Tag: 2017 source edit
21 December 2024
- 23:5823:58, 21 December 2024 diff hist 0 PDF Documentation No edit summary Tag: Visual edit
- 22:4022:40, 21 December 2024 diff hist +1 PDF Documentation No edit summary Tag: Visual edit
- 22:3822:38, 21 December 2024 diff hist +272 PDF Documentation No edit summary Tag: Visual edit
26 September 2024
- 21:5021:50, 26 September 2024 diff hist −8 HTTP API - Set Configuration No edit summary current Tag: Visual edit
19 August 2024
- 08:4808:48, 19 August 2024 diff hist −29 UR Gateways - FAQ No edit summary current Tag: 2017 source edit
- 08:4808:48, 19 August 2024 diff hist +21 UR Gateways - FAQ No edit summary Tag: Visual edit
- 08:4708:47, 19 August 2024 diff hist +7 UR Gateways - FAQ No edit summary Tag: 2017 source edit
- 08:4508:45, 19 August 2024 diff hist +8 UR Gateways - FAQ No edit summary Tag: Visual edit
- 08:4408:44, 19 August 2024 diff hist +40 N UR - Debug Gateway Administrator moved page UR - Debug Gateway to UR - Gateway Telnet Traces current Tag: New redirect
- 08:4308:43, 19 August 2024 diff hist +96 UR Gateways - FAQ No edit summary Tag: Visual edit
16 July 2024
- 14:5014:50, 16 July 2024 diff hist +5 HTTP API - Send SMS No edit summary current Tag: Visual edit
3 July 2024
- 14:3914:39, 3 July 2024 diff hist −1 HTTP API - Query MMS Sending Status No edit summary current Tag: 2017 source edit
- 12:2512:25, 3 July 2024 diff hist +2 HTTP API - Query Number of SMS Messages to Be Sent No edit summary current Tag: Visual edit
- 12:2312:23, 3 July 2024 diff hist 0 HTTP API - MMS Configuration No edit summary current Tag: Visual edit