Outbound to SIP Device
Making a call to a SIP client
You must first create a SIP client in the portal under Connectivity/ SIP Accounts. In the example below, the client created is called Alice. When you make the call, the SIP phone on which Alice is registered will ring and the sample XML will be played.
You can add a custom SIP header by passing X-Custom-Header2=423 in the POST variables.
In curl simply add: -d 'X-Custom-Header2=432' \
A client can be created in the Clients section of the callapi.
Example Responses is a menu option under
You'll need both keys: CallAPI SID and API Token
Last updated