Watch active calls/channels in Asterisk server from CLI

From KolmiSoft Wiki

Jump to: navigation, search

[edit] Watch number of active channels

watch "asterisk -vvvvvrx 'show channels' | grep channels"

[edit] Watch number of active calls

watch "asterisk -vvvvvrx 'show channels' | grep calls"

[edit] Watch active channels

watch "asterisk -vvvvvrx 'show channels verbose'"

Personal tools