Skip to content

Protocol Event Queue Events

Jacob Sparre Andersen edited this page Feb 24, 2014 · 1 revision

Example JSON object:

{
  "notification" : {
     "persistent" : false,
     "type"  : "queue_event",
     "event" : "call_pickup",
     "agent_id" : "SomeAgent"
}

Event can be either call_pickup or call_hangup.

Clone this wiki locally