diff options
author | Mark Crane <mcrane@pfsense.org> | 2008-12-06 11:02:28 +0000 |
---|---|---|
committer | Mark Crane <mcrane@pfsense.org> | 2008-12-06 11:02:28 +0000 |
commit | 1022bb41bcb1c5e42bd088c93bab4e1d99df3b87 (patch) | |
tree | f4479dc830091175abe8424942a0fac604e0eb80 /packages/freeswitch/freeswitch_external.xml | |
parent | dedba3abe3b07e7447c008e3b4c4aca01c206a31 (diff) | |
download | pfsense-packages-1022bb41bcb1c5e42bd088c93bab4e1d99df3b87.tar.gz pfsense-packages-1022bb41bcb1c5e42bd088c93bab4e1d99df3b87.tar.bz2 pfsense-packages-1022bb41bcb1c5e42bd088c93bab4e1d99df3b87.zip |
Update FreeSWITCH package v0.3 added IVR, Recordings, enhanced GUI for Dialplan, Gateways, Public. Updated FreeSWITCH to revision 10638.
Diffstat (limited to 'packages/freeswitch/freeswitch_external.xml')
-rw-r--r-- | packages/freeswitch/freeswitch_external.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/packages/freeswitch/freeswitch_external.xml b/packages/freeswitch/freeswitch_external.xml index 9e4a733d..4b9fd5bd 100644 --- a/packages/freeswitch/freeswitch_external.xml +++ b/packages/freeswitch/freeswitch_external.xml @@ -63,7 +63,7 @@ </tab> <tab> <text>Dialplan</text> - <url>/pkg_edit.php?xml=freeswitch_dialplan.xml&id=0</url> + <url>/freeswitch/freeswitch_dialplan_includes.php</url> </tab> <tab> <text>Extensions</text> @@ -76,19 +76,27 @@ </tab> <tab> <text>Gateways</text> - <url>/pkg.php?xml=freeswitch_gateways.xml</url> + <url>/freeswitch/freeswitch_gateways.php</url> </tab> <tab> <text>Internal</text> <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>/pkg_edit.php?xml=freeswitch_public.xml&id=0</url> + <url>/freeswitch/freeswitch_public_includes.php</url> + </tab> + <tab> + <text>Rec</text> + <url>/freeswitch/freeswitch_recordings.php</url> </tab> <tab> <text>Status</text> @@ -125,5 +133,4 @@ <custom_php_resync_config_command> sync_package_freeswitch_external(); </custom_php_resync_config_command> -</packagegui> - +</packagegui>
\ No newline at end of file |