...
...
...
...
Call:
The notifications for the call being joined come back via Redis LIST as, you will use BRPOP or RPOP to retreive these
URL | http://serverurl/call.php?agent=1000&callee=0000000000&outbound_id=0123456789&call_ref=AbC123
|
---|---|
Key | enigma:notifications:c2d |
Payload | DEPRECATED
|
Values:
agent | Extension: 3-4 digits long | ||
---|---|---|---|
callee | 10 digits long | ||
outbound_id | 10 digits long | ||
call_ref | Alphanumeric and .-_~:
| ||
disposition | how the call ended | ||
end_code | ISDN termination code | ||
recording_url | relative to base path. e.g. http://serverurl/getrecording.php?call_ref= |
...
title | DEPRECATED |
---|
The enigma:notifications:c2d redis notification is deprecated.
...
Tip | ||
---|---|---|
| ||
http_port settings are determined by your issued configuration - see the configuration document for more information |
Create Call:
RESTful API |
| |||||||
---|---|---|---|---|---|---|---|---|
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 |