Asterisk ami-event: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Queue == | == Queue == | ||
=== QueueCallerAbandon === | === QueueCallerAbandon === | ||
<pre> | |||
Event: QueueCallerAbandon | |||
Channel: <value> | |||
ChannelState: <value> | |||
ChannelStateDesc: <value> | |||
CallerIDNum: <value> | |||
CallerIDName: <value> | |||
ConnectedLineNum: <value> | |||
ConnectedLineName: <value> | |||
AccountCode: <value> | |||
Context: <value> | |||
Exten: <value> | |||
Priority: <value> | |||
Uniqueid: <value> | |||
Linkedid: <value> | |||
Queue: <value> | |||
Position: <value> | |||
OriginalPosition: <value> | |||
HoldTime: <value> | |||
</pre> | |||
* Channel | |||
* ChannelState - A numeric code for the channel's current state, related to ChannelStateDesc | |||
* ChannelStateDesc | |||
* * Down | |||
* * Rsrvd | |||
* * OffHook | |||
* * Dialing | |||
* * Ring | |||
* * Ringing | |||
* * Up | |||
* * Busy | |||
* * Dialing Offhook | |||
* * Pre-ring | |||
* * Unknown | |||
* CallerIDNum | |||
* CallerIDName | |||
* ConnectedLineNum | |||
* ConnectedLineName | |||
* AccountCode | |||
* Context | |||
* Exten | |||
* Priority | |||
* Uniqueid | |||
* Linkedid - Uniqueid of the oldest channel associated with this channel. | |||
* Queue - The name of the queue. | |||
* Position - This channel's current position in the queue. | |||
* OriginalPosition - The channel's original position in the queue. | |||
* HoldTime - The time the channel was in the queue, expressed in seconds since 00:00, Jan 1, 1970 UTC. | |||
=== QueueCallerJoin === | === QueueCallerJoin === | ||
=== QueueCallerLeave === | === QueueCallerLeave === |
Revision as of 15:51, 19 November 2015
Overview
Asterisk AMI event 메시지 내용 정리.
Queue
QueueCallerAbandon
Event: QueueCallerAbandon Channel: <value> ChannelState: <value> ChannelStateDesc: <value> CallerIDNum: <value> CallerIDName: <value> ConnectedLineNum: <value> ConnectedLineName: <value> AccountCode: <value> Context: <value> Exten: <value> Priority: <value> Uniqueid: <value> Linkedid: <value> Queue: <value> Position: <value> OriginalPosition: <value> HoldTime: <value>
- Channel
- ChannelState - A numeric code for the channel's current state, related to ChannelStateDesc
- ChannelStateDesc
- * Down
- * Rsrvd
- * OffHook
- * Dialing
- * Ring
- * Ringing
- * Up
- * Busy
- * Dialing Offhook
- * Pre-ring
- * Unknown
- CallerIDNum
- CallerIDName
- ConnectedLineNum
- ConnectedLineName
- AccountCode
- Context
- Exten
- Priority
- Uniqueid
- Linkedid - Uniqueid of the oldest channel associated with this channel.
- Queue - The name of the queue.
- Position - This channel's current position in the queue.
- OriginalPosition - The channel's original position in the queue.
- HoldTime - The time the channel was in the queue, expressed in seconds since 00:00, Jan 1, 1970 UTC.
QueueCallerJoin
QueueCallerLeave
QueueMemberAdded
QueueMemberPause
QueueMemberPenalty
QueueMemberRemoved
QueueMemberRinginuse
QueueMemberStatus
See also
- https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+AMI+Events - Asterisk 13 AMI Events