fusionpbx/app/registrations
sergey-mz 498e054518 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
..
resources Update status_registrations.php 2017-04-09 10:42:52 -06:00
app_config.php Update app_config.php 2017-02-15 23:14:56 -07:00
app_languages.php Add/Update German and Austrian translations (#2528) 2017-04-21 13:41:20 -06:00
app_menu.php Add latest translations 2015-06-15 19:30:00 +00:00
cmd.php Add. Use static function to find vendor by User-Agent string. (#1681) 2016-06-20 11:45:20 -06:00
root.php Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
status_registrations.php Registration search (#2151) 2016-11-23 23:20:51 -07:00
status_registrations_inc.php Add contact column to registration table (#2310) 2017-04-22 14:42:32 -06:00