Showing Sip Subscriptions In Manager
Hello, almost any useful CLI command has an analogue on Asterisk Manager Interface, but I cannot find a way to get the list of subscriptions using AMI. Which is the command, if any? The CLI command is “sip show subscriptions”
Leandro
2 thoughts on - Showing Sip Subscriptions In Manager
You can use “Command” command, and “sip show subscriptions” as a parameter
The output of the “Sip show subscriptions” is a formatted text with columns cut to fit in the “page”. It can be better than nothing, but I really dislike to parse it and show incomplete data.
Leandro
2015-01-16 0:03 GMT+01:00 Alex Epshteyn: