StopRecording: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary Tag: 2017 source edit |
||
Line 26: | Line 26: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Voice]] |
Revision as of 17:38, 26 March 2025
This command stops recording voice on the specified GSM port.
Command returns as soon as the voice recording is stopped.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
StopRecording | PortIndex | Error Code in case of error. |
OUTPUT Command status:
"%s\n", status (CONNECTED or NO INCOMING CALL)
EXAMPLE
~# StopRecording 0
RECORDING STOPPED
~# StopRecording 1
NO CALL