Commit Graph

22 Commits

Author SHA1 Message Date
sergey-mz
4452909532 Add contact column to registration table (#2310)
Command "sofia xmlstatus profile internal reg" returns contact in this format:
"Contact Name" <sip:236@10.0.15.108:5060;>
Only Aastra phones send Contact name with REGISTER message. 
I tested Grandstream and Polycom phones, but contact name is missing. 
Adding just "	<td class='".$row_style[$c]."'>".$row['contact']."</td>\n"; will produce same visible result because <sip:....> portion will be hidden.
2017-04-22 14:42:32 -06:00
konradSC
19fa07c29a Registration search (#2151)
* Update status_registrations.php

* Update status_registrations_inc.php

* Update status_registrations_inc.php

* Update status_registrations_inc.php

* Update status_registrations_inc.php
2016-11-23 23:20:51 -07:00
Chris Black
c9566fde0e Fix my PR for the device registered on extensions page. (#1772)
* Fix my PR for the device registered on extensions page.

* Change to registered
2016-07-27 23:03:59 -06:00
Mafoo
0d78c94804 Enhance-Add Ping to Registrations Status (#1753)
Retrieve ping-time and display it

display &nbsp; only when value is empty
2016-07-22 08:27:36 -06:00
markjcrane
bb379b997e Show both LAN and WAN IP in the registrations. 2016-03-23 00:14:30 -06:00
markjcrane
85263b3a00 Replace the external ip with the internal nat ip address. 2016-03-23 00:07:50 -06:00
markjcrane
7cfd5da369 Change the format to display the count. 2015-09-04 22:06:09 -06:00
markjcrane
4e9c06901a Show the number of users and move the registration count to the front. 2015-09-04 21:51:51 -06:00
Alexey Melnichuk
3e8284c36e Use existed variable. 2015-07-07 13:46:25 +04:00
Alexey Melnichuk
86a961e46b Fix. Show registrations to sip profile with force-XXX-domain.
When on profile set `force-register-db-domain` realm on xmlstatus is just IP but user is like 101@domain.name.
2015-07-07 13:39:57 +04:00
Nate Jones
09702ed59f Active Calls: Add Show All feature for Superadmin, basic view for Admin, refresh activity icon.
Registrations: Minor visual adjustments.
2015-05-01 06:35:40 +00:00
Mark Crane
eabe0581b2 Prevent cross site scripting by limiting the value of $show on the registrations page. 2015-04-25 05:47:35 +00:00
Nate Jones
3b00f8f7b5 Registrations: Manually pause refresh, and pause on button hover. Requested in Issue 922. 2015-04-16 20:02:04 +00:00
Nate Jones
5ff5a93ece Registrations: Order by domain (sip-auth-realm), then user. 2015-04-14 04:27:07 +00:00
Mark Crane
03220c9754 Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
Mark Crane
59a6738559 Add hostname to registrations 2014-09-24 04:56:59 +00:00
Mark Crane
2f0571053f Work on registration provision and reboot so that it works with the Cisco SPA, Yealink, Grandstream phones. 2014-07-04 09:47:37 +00:00
Mark Crane
9fc843babb Add show all to registrations 2014-07-04 03:47:32 +00:00
Mark Crane
7d6334a750 Work on the reboot and provision buttons on the registrations 2014-06-27 19:50:15 +00:00
Nate Jones
632fd2cb39 Add links to certain column text in a list view.
Misc bug fixes.
2014-06-21 03:42:09 +00:00
Nate Jones
d897e6dbae Restored ability to pass a custom profile to status_registrations.php; defaults to 'internal'. 2014-06-17 03:27:06 +00:00
Nate Jones
f3d45bf89c Registrations auto-refresh via Ajax 2014-06-17 01:32:32 +00:00