Skip to end of metadata
Go to start of metadata

CoreShowChannel

Synopsis

Raised in response to a CoreShowChannels command.

Description

Syntax

Event: CoreShowChannel
ActionID: <value>
Channel: <value>
ChannelState: <value>
ChannelStateDesc: <value>
CallerIDNum: <value>
CallerIDName: <value>
ConnectedLineNum: <value>
ConnectedLineName: <value>
Language: <value>
AccountCode: <value>
Context: <value>
Exten: <value>
Priority: <value>
Uniqueid: <value>
Linkedid: <value>
BridgeId: <value>
Application: <value>
ApplicationData: <value>
Duration: <value>
Arguments
  • ActionID - ActionID for this transaction. Will be returned.
  • 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
  • Language
  • AccountCode
  • Context
  • Exten
  • Priority
  • Uniqueid
  • Linkedid - Uniqueid of the oldest channel associated with this channel.
  • BridgeId - Identifier of the bridge the channel is in, may be empty if not in one
  • Application - Application currently executing on the channel
  • ApplicationData - Data given to the currently executing application
  • Duration - The amount of time the channel has existed

Class

CALL

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-f8000daff5

  • No labels