Asterisk Project : Asterisk 13 ManagerEvent_DTMFBegin

DTMFBegin

Synopsis

Raised when a DTMF digit has started on a channel.

Description

Syntax

Event: DTMFBegin
Channel: <value>
ChannelState: <value>
ChannelStateDesc: <value>
CallerIDNum: <value>
CallerIDName: <value>
ConnectedLineNum: <value>
ConnectedLineName: <value>
AccountCode: <value>
Context: <value>
Exten: <value>
Priority: <value>
Uniqueid: <value>
Digit: <value>
Direction: <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
  • Digit - DTMF digit received or transmitted (0-9, A-E, # or *
  • Direction
    • Received
    • Sent

Class

DTMF

See Also

Import Version

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