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_modules.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_modules.xml')
-rw-r--r-- | packages/freeswitch/freeswitch_modules.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/packages/freeswitch/freeswitch_modules.xml b/packages/freeswitch/freeswitch_modules.xml index cad927fd..76f51b14 100644 --- a/packages/freeswitch/freeswitch_modules.xml +++ b/packages/freeswitch/freeswitch_modules.xml @@ -74,7 +74,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> @@ -86,12 +86,16 @@ </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> + <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> @@ -99,7 +103,11 @@ </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> |