diff options
author | jim-p <jimp@pfsense.org> | 2010-11-29 16:55:05 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-11-29 16:55:05 -0500 |
commit | e4fa141c82f135ae9d19a1006585642891924bf5 (patch) | |
tree | b6d3e740d54b0c217859593c91cbd9a0c5c1466d /config/siproxdusers.xml | |
parent | e6a02e23c10bc38c08a1a7a654432af5a42de994 (diff) | |
download | pfsense-packages-e4fa141c82f135ae9d19a1006585642891924bf5.tar.gz pfsense-packages-e4fa141c82f135ae9d19a1006585642891924bf5.tar.bz2 pfsense-packages-e4fa141c82f135ae9d19a1006585642891924bf5.zip |
Add page to view currently registered phones using siproxd.
Diffstat (limited to 'config/siproxdusers.xml')
-rw-r--r-- | config/siproxdusers.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/siproxdusers.xml b/config/siproxdusers.xml index a36e0554..4ed4abc7 100644 --- a/config/siproxdusers.xml +++ b/config/siproxdusers.xml @@ -59,6 +59,10 @@ <url>/pkg.php?xml=siproxdusers.xml</url> <active/> </tab> + <tab> + <text>Registered Phones</text> + <url>/siproxd_registered_phones.php</url> + </tab> </tabs> <configpath>installedpackages->package->$packagename->configuration->settings</configpath> <adddeleteeditpagefields> |