As identified in issue #1, the /registrations API provides details on SIP device registration for /devices that have /registrations/status of "registered": true.
In the web UI Devices page list view, it would be very helpful to have the current IP address of the registered device listed beside the device.
Currently, the web UI Devices page has several columns. The second column on the left has the title Name / Mac Address. This title should be changed to Name / Mac Address / Registration IP.
In the individual rows of devices that are currently registered, these details should now be included.
As identified in issue #1, the /registrations API provides details on SIP device registration for /devices that have /registrations/status of
"registered": true
.In the web UI Devices page list view, it would be very helpful to have the current IP address of the registered device listed beside the device.
Currently, the web UI Devices page has several columns. The second column on the left has the title Name / Mac Address. This title should be changed to Name / Mac Address / Registration IP.
In the individual rows of devices that are currently registered, these details should now be included.
They should be shown in a single line in a small font using the below format
_Contact
contact_ip
:contact_port
/ Sourcesource_ip
:source_port
_This line should be below the Name / Mac Address line in the same column.
If there is no registration for the matching device row, these registration details should not be visible.