Asterisk console command for getting logged sip users?

4.4k Views Asked by At

Is there any direct console command for getting logged sip users in a particular context

1

There are 1 best solutions below

3
On
asterisk -rx "sip show peers"

asterisk -rx "sip show users"

Unfortanly users and contexts are DIFFERENT entities, so no way bind user to context or get that info.