Go to documentation repository
The SIP_TERMINAL object corresponds to the SIP-terminal system object.
The SIP_TERMINAL object sends events given in the table. Procedure is started when the corresponding event appears. Format of event procedure for the SIP-terminal object:
OnEvent("SIP_TERMINAL","_id_","_event_")
Description of events of the SIP_TERMINAL object:
Event | Description | Comment |
---|---|---|
CALL_END | Call end | In the param0<> parameter displayed in the Add. info column in the Event Log, subscriber numbers and call duration are indicated. For example, if the parameter takes the value "903 to 906 (01:04)", it means that subscriber 903 called subscriber 906, and the call lasted 1 minute and 4 seconds. |
Operator format to describe actions with the SIP-terminal is as follows:
DoReact("SIP_TERMINAL","_id_","_command_" [,"_parameters_"]);
List of commands and parameters for the SIP_TERMINAL object:
Command – command description | Parameters | Parameters description |
END_ALL_CALLS – end all calls on the specified terminal (regardless of whether the connection is established) | - | - |