Run this from the shell on your asterisk system:

watch -n 1 "asterisk -rx 'core show channels'"

Not rocket science, but it's a quick and dirty way to monitor your channels
in pseudo-real time.

Another one I sometimes use is:

asterisk -rx | grep [whatever I want to filter]

That's not as good because it doesn't allow input, and will miss lines that
may be relevant even though they don't contain the filter expression. Also,
you have to have verbosity on the console already set to something other
than 0, but on a busy system this can allow you to do a bit of filtering of
console output.

Any other nifty commands?


--
Jim Van Meggelen
Core Telecom Innovations
[EMAIL PROTECTED]
www.coretel.ca
416-425-6111 x6001
877-CORETEL x6001 (Canada)
www.oreillynet.com/pub/au/2177
http://downloads.oreilly.com/books/9780596510480.pdf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to