Asterisk Project : Asterisk 13 ManagerEvent_DialEnd

DialEnd

Synopsis

Raised when a dial action has completed.

Description

Syntax

Event: DialEnd
Channel: <value>
ChannelState: <value>
ChannelStateDesc: <value>
CallerIDNum: <value>
CallerIDName: <value>
ConnectedLineNum: <value>
ConnectedLineName: <value>
AccountCode: <value>
Context: <value>
Exten: <value>
Priority: <value>
Uniqueid: <value>
DestChannel: <value>
DestChannelState: <value>
DestChannelStateDesc: <value>
DestCallerIDNum: <value>
DestCallerIDName: <value>
DestConnectedLineNum: <value>
DestConnectedLineName: <value>
DestAccountCode: <value>
DestContext: <value>
DestExten: <value>
DestPriority: <value>
DestUniqueid: <value>
DialStatus: <value>
Arguments
  • 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
  • DestChannel
  • DestChannelState - A numeric code for the channel's current state, related to DestChannelStateDesc
  • DestChannelStateDesc
    • Down
    • Rsrvd
    • OffHook
    • Dialing
    • Ring
    • Ringing
    • Up
    • Busy
    • Dialing Offhook
    • Pre-ring
    • Unknown
  • DestCallerIDNum
  • DestCallerIDName
  • DestConnectedLineNum
  • DestConnectedLineName
  • DestAccountCode
  • DestContext
  • DestExten
  • DestPriority
  • DestUniqueid
  • DialStatus - The result of the dial operation.
    • ABORT - The call was aborted.
    • ANSWER - The caller answered.
    • BUSY - The caller was busy.
    • CANCEL - The caller cancelled the call.
    • CHANUNAVAIL - The requested channel is unavailable.
    • CONGESTION - The called party is congested.
    • CONTINUE - The dial completed, but the caller elected to continue in the dialplan.
    • GOTO - The dial completed, but the caller jumped to a dialplan location.
      If known, the location the caller is jumping to will be appended to the result following a ":".
    • NOANSWER - The called party failed to answer.

Class

CALL

See Also

Import Version

This documentation was imported from Asterisk Version SVN-branch-13-r420538