PlaceShortCall
Jump to navigation
Jump to search
This command places a call from the specified GSM port and releases it after a given short time (between 1-999 milliseconds)
COMMAND
Command | Line Arguments | Returns |
---|---|---|
PlaceShortCall | PortIndex, DestinationNumber, Duration(ms) | Error Code in case of error. |
OUTPUT
"OK" or GSM port call status in the following format:
"%s\n", call_status
EXAMPLE
~# PlaceShortCall 0 0612345678 500
OK
~# PlaceShortCall 0 0612345678 100
BUSY