diff options
Diffstat (limited to 'config/freeswitch/freeswitch_vars.xml')
-rw-r--r--[-rwxr-xr-x] | config/freeswitch/freeswitch_vars.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/config/freeswitch/freeswitch_vars.xml b/config/freeswitch/freeswitch_vars.xml index 9a4e172c..44b29837 100755..100644 --- a/config/freeswitch/freeswitch_vars.xml +++ b/config/freeswitch/freeswitch_vars.xml @@ -74,6 +74,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> @@ -82,22 +86,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> |