diff options
Diffstat (limited to 'config/freeswitch/freeswitch.xml')
-rw-r--r--[-rwxr-xr-x] | config/freeswitch/freeswitch.xml | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 65acc4d8..5eb9949f 100755..100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>FreeSWITCH Settings</name> - <version>0.8.3.5</version> + <version>0.8.4</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> @@ -79,6 +79,10 @@ <url>/pkg_edit.php?xml=freeswitch_external.xml&id=0</url> </tab> <tab> + <text>Features</text> + <url>/freeswitch/freeswitch_features.php</url> + </tab> + <tab> <text>Gateways</text> <url>/freeswitch/freeswitch_gateways.php</url> </tab> @@ -87,22 +91,10 @@ <url>/pkg_edit.php?xml=freeswitch_internal.xml&id=0</url> </tab> <tab> - <text>IVR</text> - <url>/freeswitch/freeswitch_ivr.php</url> - </tab> - <tab> - <text>Modules</text> - <url>/pkg_edit.php?xml=freeswitch_modules.xml&id=0</url> - </tab> - <tab> <text>Public</text> <url>/freeswitch/freeswitch_public_includes.php</url> </tab> <tab> - <text>Rec</text> - <url>/freeswitch/freeswitch_recordings.php</url> - </tab> - <tab> <text>Status</text> <url>/freeswitch/freeswitch_status.php</url> </tab> |