Tuesday, 6 June 2017

Asterisk command


Watch number of active channels

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


 Watch number of active calls

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


 Watch active channels

watch "asterisk -vvvvvrx 'core show channels verbose'"

 Watch active channels in Asterisk 1.8

watch "asterisk -vvvvvrx 'core show channels verbose'"


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

watch -n 1 "asterisk -vvvvvrx 'core show channels verbose' "

No comments:

Post a Comment