DumpChan()

Prints information about the calling channel on the console.

        
          DumpChan([min_verbose_level])
        
      

Shows information about the calling channel and the contents of all the channel variables. If min_verbose_level is set, only messages at the same or higher verbosity level are printed.

Returns 0.

exten => 123,1,Answer()
exten => 123,n,DumpChan()
exten => 123,n,Background(enter-ext-of-person)
[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about application 'DumpChan' =- 

[Synopsis]
Dump Info About The Calling Channel

[Description]
   DumpChan([<min_verbose_level>])
Displays information on channel and listing of all channel
variables. If min_verbose_level is specified, output is only
displayed when the verbose level is currently set to that number
or greater.

diff output to internal help in Asterisk 1.2: 

- none - 

See also. the section called “NoOp(), the section called “Log(), the section called “Verbose()