OutgoingCall
When a call is made from Simotel (outgoing call), the OutgoingCall event is triggered, specifying the exit point through which the call is made.
event parameter
Description | Defined Data | Sample Data | Parameters |
---|---|---|---|
Event Name | - | OutgoingCall | event_name |
Outgoing call number (callee) | - | 05131041570 | number |
Name of the Simotel exit point | - | E1 | entry_point |
Unique call ID generated by the PBX system | - | 1510564538.919 | cuid |
Two-way call ID (populated if the call is two-way) | - | orig.call.1683107010.780601 | originated_call_id |
output example of the event OutgoingCall
{
"event_name": "OutgoingCall",
"number": "999",
"unique_id": "1610781425.388",
"outgoing_point": "to_simo_51_20"
}