Asterisk Project : Asterisk 13 ManagerEvent_NewExten

NewExten

Synopsis

Raised when a channel enters a new context, extension, priority.

Description

Syntax

Event: NewExten
Channel: <value>
ChannelState: <value>
ChannelStateDesc: <value>
CallerIDNum: <value>
CallerIDName: <value>
ConnectedLineNum: <value>
ConnectedLineName: <value>
AccountCode: <value>
Context: <value>
Exten: <value>
Priority: <value>
Uniqueid: <value>
Extension: <value>
Application: <value>
AppData: <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
  • Extension - Deprecated in 12, but kept for backward compatability. Please use 'Exten' instead.
  • Application - The application about to be executed.
  • AppData - The data to be passed to the application.

Class

DIALPLAN

See Also

Import Version

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