aboutsummaryrefslogtreecommitdiffstats
path: root/config/siproxd.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-29 16:55:05 -0500
committerjim-p <jimp@pfsense.org>2010-11-29 16:55:05 -0500
commite4fa141c82f135ae9d19a1006585642891924bf5 (patch)
treeb6d3e740d54b0c217859593c91cbd9a0c5c1466d /config/siproxd.xml
parente6a02e23c10bc38c08a1a7a654432af5a42de994 (diff)
downloadpfsense-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/siproxd.xml')
-rw-r--r--config/siproxd.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/siproxd.xml b/config/siproxd.xml
index 1bf2d80a..bf9d493e 100644
--- a/config/siproxd.xml
+++ b/config/siproxd.xml
@@ -62,6 +62,10 @@
<text>Users</text>
<url>/pkg.php?xml=siproxdusers.xml</url>
</tab>
+ <tab>
+ <text>Registered Phones</text>
+ <url>/siproxd_registered_phones.php</url>
+ </tab>
</tabs>
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
@@ -73,6 +77,11 @@
<chmod>077</chmod>
<item>http://www.pfsense.com/packages/config/siproxd.inc</item>
</additional_files_needed>
+ <additional_files_needed>
+ <prefix>/usr/local/www/</prefix>
+ <chmod>077</chmod>
+ <item>http://www.pfsense.com/packages/config/siproxd_registered_phones.php</item>
+ </additional_files_needed>
<fields>
<field>
<fielddescr>Inbound interface</fielddescr>
@@ -293,3 +302,4 @@
validate_form_siproxd($_POST, &amp;$input_errors);
</custom_php_validation_command>
</packagegui>
+