Versions Compared
Version | Old Version 14 | New Version 15 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Call:
The notifications for the call being joined come back via Redis LIST as, you will use BRPOP or RPOP to retreive retrieve these
URL |
| |||||||
---|---|---|---|---|---|---|---|---|
Key | enigma:notifications:c2d (deprecated) | |||||||
Payload | DEPRECATED
|
Values:
<ext> | The agent extension number Extension:3-4 digits long |
---|---|
callee<callee> | The number to dial: One of the following:
|
outbound_id<outbound_id> | Number to use as caller ID: One of the following:
|
<custom_call_refref> | Your custom call reference specified for this call Alphanumeric and .-_~: |
disposition<disposition> | Dispositions: how the call ended |
end<ISDN_termination_codecode> | ISDN termination code |
recording<recording_urlref> | Unique Recording reference for call http://serverurl/click2dial/recordings/<recording_url> |
Warning | ||
---|---|---|
| ||
The enigma:notifications:c2d redis notification is deprecated. It will be removed. Please ensure that you update your code to use the enigma:notifications:cdr List as described here |