Hi. We would like to have some connection information retrievable through the API so our technical staff can validate that extensions are on the intended devices (this often changes as our staff installs/moves/replaces devices). This data is shown in the PBX Monitor > Extensions view, at the "IP and Port" column.
Date
Votes
2 comments
-
Riddhe M Does it seem that you want to extension source IP from the API event?
-
alejandro.sawers I think that would be good too:
{ "event": "ExtensionStatus", "extension": "1023", "status": "Ringing", "ipport": "192.168.0.10:5110;Desktop", "sn": "369451090405" }
But I'm more interested in obtaining the current register address(es) for any subset of extensions, maybe in extension/list:
{ "status": "Success", "extlist": [ { "number": "1022", "status": "Idle", "type": "SIP", "username": "1022", "ipport": "192.168.0.10:5110;Desktop" },{ "number": "1023", "status": "Registered", "type": "SIP", "username": "1023", "ipport": "192.168.0.11:5121;Desktop" } ] }
Please sign in to leave a comment.