Show juste online peers

in cli i want to show juste the peers online (status : OK)

There is no filtering for the CLI built in like that. Anything of that sort you would need to do outside of Asterisk.

asterisk -x " sip show peers" | grep -i OK

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.