diff options
author | mcrane <mctch@yahoo.com> | 2009-04-19 01:45:25 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-19 01:47:19 -0600 |
commit | 439e960cad49bffbe4ad306fe119bc4ac7d02366 (patch) | |
tree | 2b4129e1ce8969e1dec0547e6e2e391a3d8253dc /config/freeswitch/freeswitch_modules.xml | |
parent | 8f73256f12a1665490bcb44aa33075635f69e865 (diff) | |
download | pfsense-packages-439e960cad49bffbe4ad306fe119bc4ac7d02366.tar.gz pfsense-packages-439e960cad49bffbe4ad306fe119bc4ac7d02366.tar.bz2 pfsense-packages-439e960cad49bffbe4ad306fe119bc4ac7d02366.zip |
FreeSWITCH package add Features tab move Rec, Modules, and IVR to that tab.
Diffstat (limited to 'config/freeswitch/freeswitch_modules.xml')
-rw-r--r--[-rwxr-xr-x] | config/freeswitch/freeswitch_modules.xml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/config/freeswitch/freeswitch_modules.xml b/config/freeswitch/freeswitch_modules.xml index fd962aa3..cca48f9f 100755..100644 --- a/config/freeswitch/freeswitch_modules.xml +++ b/config/freeswitch/freeswitch_modules.xml @@ -85,6 +85,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> @@ -93,23 +97,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> - <active/> - </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> |