Is the a CLI command that shows all channels in use at one time? (Whether IAX, SIP, SCCP, etc)? As well, when I "SIP SHOW CHANNELS" I see phones registering showing as channels in use. Is there a way to filter this output? Thanks! MD
How about 'show channels'.
As for filtering, you'll have to do it separately using a format like:
asterisk -rx 'show channels' | grep '<your filter>'
You can filter the output further using awk. But each filtering will take a
second or two based on what you are filtering.
Zeeshan A Zakaria
--
www.ilovetovoip.com
www.pbxforall.com
On 2010-11-04 8:35 PM, "Michelle Dupuis" <mdupuis at ocg.ca>
wrote:
Is the a CLI command that shows all channels in use at one time? (Whether
IAX, SIP, SCCP, etc)?
As well, when I "SIP SHOW CHANNELS" I see phones registering showing
as
channels in use. Is there a way to filter this output?
Thanks!
MD
--
_____________________________________________________________________
-- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20101104/a9bb1b62/attachment-0001.htm
Have you tried 'core show channels'? Thanks, --Warren Selby, dCAP On Nov 4, 2010, at 7:30 PM, Michelle Dupuis <mdupuis at ocg.ca> wrote:> Is the a CLI command that shows all channels in use at one time? (Whether IAX, SIP, SCCP, etc)? > > As well, when I "SIP SHOW CHANNELS" I see phones registering showing as channels in use. Is there a way to filter this output? > > Thanks! > > MD > -- > _____________________________________________________________________ > -- 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