Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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
  • agent: <extension>
  • callee: <number to dial>
  • outbound_id: <number to use>
  • call_ref: <the custom call ref you specified>

Key

enigma:notifications:c2d

Payload

DEPRECATED

Values:

agentExtension: 3-4 digits long
callee10 digits long
outbound_id10 digits long
call_ref

Alphanumeric and .-_~:

^(\w|[\.\-_~:])+$

Regex here

dispositionhow the call ended
end_codeISDN termination code
recording_url

relative to base path. e.g.

http://serverurl/getrecording.php?call_ref=

 

 

DEPRECATED

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

  • No labels