Create a Call
from v4.0.0 onwards
http_port settings are determined by your issued configuration - see the configuration document for more information
Create Call:
RESTful API | #Restful with json body POST http://<server_url>:<http_port>/click2dial/calls # Payload from to v3.0.0 upwards, to fix spec design { agent : <ext>, callee : <callee>, outbound_id: <outbound_id>, contact_ref: <custom_call_ref> } # Payload prior to v3.0.0 { agent : <ext>, callee : <callee>, outbound_id: <outbound_id>, call_ref : <custom_call_ref> }
|
---|---|
WebRTC | From v3.0.0 From v4.0.0 The Sip Headers changed to X-Teleforge-* |
Values:
<ext> | The agent extension number or the first number connected to the call
|
---|---|
<callee> | The number to dial: One of the following:
|
<outbound_id> | Number to use as caller ID: One of the following:
|
<custom_call_ref> | Your custom call reference specified for this call Alphanumeric and .-_~: Max length 230 characters, thereafter they are truncated Default: if none is provided, then one is generated, although it serves no real purpose |