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=200&callee=0741484437&outbound_id=1234567890&call_ref=AbC123

Key

enigma:notifications:c2d

Payload

  • notifications: Array of Objects
    • extension: <the agent this applies to>
    • disposition: <how the call ended>
    • recording_url: <location where you can fetch recording>
    • call_ref: <the call ref you specified>,
    • end_code: <The SIP ISDN termination code>

Values:

dispositionDial Status
end_codeISDN termination code
recording_url

relative to base path. e.g.

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

...