Versions Compared
Version | Old Version 13 | New Version 14 |
---|---|---|
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 these
URL |
| |||||||
---|---|---|---|---|---|---|---|---|
Key | enigma:notifications:c2d | |||||||
Payload | DEPRECATED
|
Values:
agent | Extension: 3-4 digits long |
---|---|
callee | One of the following:
|
outbound_id | One of the following:
|
call_ref | Alphanumeric and .-_~: |
disposition | how the call ended |
end_code | ISDN termination code |
recording_url | 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 |