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 2 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=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 ISDN termination code>

Values:

dispositionDial Status
end_codeISDN termination code
recording_url

relative to base path. e.g.

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

 

 

  • No labels