New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects
  • 21:36, 26 March 2025WaitAndReceiveSMS (hist | edit) ‎[796 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - WaitAndReceiveSMS"
  • 21:33, 26 March 2025WaitAndReceiveAllSms (hist | edit) ‎[1,266 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - WaitAndReceiveAllSms"
  • 21:28, 26 March 2025StopSmsReceiving (hist | edit) ‎[369 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - StopSmsReceiving"
  • 21:25, 26 March 2025StartSmsReceiving (hist | edit) ‎[482 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - StartSmsReceiving"
  • 21:23, 26 March 2025SimMemoryPurge (hist | edit) ‎[377 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - SimMemoryPurge"
  • 21:20, 26 March 2025SetSmsParameters (hist | edit) ‎[1,100 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - SetSmsParameters"
  • 21:08, 26 March 2025SendSmsTextAndWaitDelivery (hist | edit) ‎[650 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - SendSmsTextAndWaitDelivery"
  • 21:07, 26 March 2025SendSmsPduAndWaitDelivery (hist | edit) ‎[986 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - SendSmsPduAndWaitDelivery"
  • 21:01, 26 March 2025SendSmsPdu (hist | edit) ‎[752 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - SendSmsPdu"
  • 20:52, 26 March 2025GetSmsParameters (hist | edit) ‎[518 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - GetSmsParameters"
  • 20:43, 26 March 2025DecodePdu (hist | edit) ‎[847 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - DecodePdu"
  • 17:50, 26 March 2025WaitCall (hist | edit) ‎[678 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - WaitCall"
  • 17:49, 26 March 2025WaitAndRejectCall (hist | edit) ‎[663 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - WaitAndRejectCall"
  • 17:46, 26 March 2025WaitAndAcceptCall (hist | edit) ‎[593 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - WaitAndAcceptCall"
  • 17:44, 26 March 2025WaitAcceptCallAndRecord (hist | edit) ‎[959 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - WaitAcceptCallAndRecord"
  • 17:38, 26 March 2025StopRecording (hist | edit) ‎[520 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - StopRecording"
  • 17:36, 26 March 2025SendDtmf (hist | edit) ‎[546 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - SendDtmf"
  • 17:34, 26 March 2025RecordVoice (hist | edit) ‎[714 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - RecordVoice"
  • 17:32, 26 March 2025PlayVoice (hist | edit) ‎[763 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - PlayVoice"
  • 17:24, 26 March 2025PlaceShortCall (hist | edit) ‎[589 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - PlaceShortCall"
  • 17:20, 26 March 2025PlaceCallAndWaitConnect (hist | edit) ‎[796 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - PlaceCallAndWaitConnect"
  • 17:19, 26 March 2025PlaceCallAndPlay (hist | edit) ‎[931 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - PlaceCallAndPlay"
  • 17:08, 26 March 2025PlaceCall (hist | edit) ‎[408 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - PlaceCall"
  • 17:05, 26 March 2025HangupCall (hist | edit) ‎[347 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 : HangupCall"
  • 17:01, 26 March 2025GetGsmAudioMode (hist | edit) ‎[430 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - GetGsmAudioMode"
  • 16:23, 26 March 2025AcceptCall (hist | edit) ‎[494 bytes]Administrator (talk | contribs) (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 originally created as "R2D2 - AcceptCall"