Versions Compared

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

http://serverurl/call.php?agent=2001000&callee=07414844370000000000&outbound_id=12345678900123456789&call_ref=AbC123
  • agent: <extension>
  • callee: <number to dial>
  • outbound_id: <number to use>
  • call_ref: <custom reference for the call>

Key

enigma:notifications:c2d

Payload

DEPRECATED

Values:

dispositionhow the call ended
end_codeISDN termination code
recording_url

relative to base path. e.g.

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

 

 

Warning
titleDEPRECATED

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