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 I'm using Version 1.4.33.1 PG -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110511/8c5b6ae5/attachment.htm>
Eric Wieling
2011-May-11 15:55 UTC
[asterisk-users] CLI - displaying all channel variables
> -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of > Paddy Grice > Sent: Wednesday, May 11, 2011 11:49 AM > To: asterisk-users at lists.digium.com > 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 allThe 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.