> -----Original Message----- > From: [email protected] [mailto:asterisk-users- > [email protected]] On Behalf Of Eric Wieling > Sent: Wednesday, May 11, 2011 10:55 AM > To: [email protected]; Asterisk Users Mailing List -Non-Commercial > Discussion > Subject: Re: [asterisk-users] CLI - displaying all channel variables > > > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf Of > > Paddy Grice > > Sent: Wednesday, May 11, 2011 11:49 AM > > To: [email protected] > > Subject: [asterisk-users] CLI - displaying all channel variables > > > > Hi List > > > > This may be a silly question by web searches etc don't seem > > to answer it. > > > > Is there a CLI command to display ALL channel variables - > > standard and user created - for a specific channel? > > > > something like show channel SIP/Test123 all > > The dialplan application DumpChan dumps information about the channel, > however, it does not display all the variables you are looking for. > Generally you should insert a Noop in the dialplan to examine variables. > Noop(EXTEN is ${EXTEN}) for example. > [Danny Nicholas] Try core show channel sip/test123-0000001 - you will probably have to do a core show channels first to get the proper -0000001 value.
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
