Versions Compared
Version | Old Version 6 | New Version 7 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
added types and length
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 (may contain periods) |
disposition | how the call ended |
end_code | ISDN termination code |
recording_url | relative to base path. e.g. http://serverurl/getrecording.php?call_ref= |
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 |