diff options
Diffstat (limited to 'config/freeswitch/freeswitch_features.tmp')
-rw-r--r-- | config/freeswitch/freeswitch_features.tmp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/freeswitch/freeswitch_features.tmp b/config/freeswitch/freeswitch_features.tmp index 3821b912..aee3002a 100644 --- a/config/freeswitch/freeswitch_features.tmp +++ b/config/freeswitch/freeswitch_features.tmp @@ -63,14 +63,14 @@ include("head.inc"); $tab_array = array(); $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=freeswitch.xml&id=0"); - $tab_array[] = array(gettext("Dialplan"), false, "/freeswitch/freeswitch_dialplan_includes.php"); - $tab_array[] = array(gettext("Extensions"), false, "/freeswitch/freeswitch_extensions.php"); + $tab_array[] = array(gettext("Dialplan"), false, "/packages/freeswitch/freeswitch_dialplan_includes.php"); + $tab_array[] = array(gettext("Extensions"), false, "/packages/freeswitch/freeswitch_extensions.php"); $tab_array[] = array(gettext("External"), false, "/pkg_edit.php?xml=freeswitch_external.xml&id=0"); - $tab_array[] = array(gettext("Features"), true, "/freeswitch/freeswitch_features.php"); - $tab_array[] = array(gettext("Gateways"), false, "/freeswitch/freeswitch_gateways.php"); + $tab_array[] = array(gettext("Features"), true, "/packages/freeswitch/freeswitch_features.php"); + $tab_array[] = array(gettext("Gateways"), false, "/packages/freeswitch/freeswitch_gateways.php"); $tab_array[] = array(gettext("Internal"), false, "/pkg_edit.php?xml=freeswitch_internal.xml&id=0"); - $tab_array[] = array(gettext("Public"), false, "/freeswitch/freeswitch_public_includes.php"); - $tab_array[] = array(gettext("Status"), false, "/freeswitch/freeswitch_status.php"); + $tab_array[] = array(gettext("Public"), false, "/packages/freeswitch/freeswitch_public_includes.php"); + $tab_array[] = array(gettext("Status"), false, "/packages/freeswitch/freeswitch_status.php"); $tab_array[] = array(gettext("Vars"), false, "/pkg_edit.php?xml=freeswitch_vars.xml&id=0"); display_top_tabs($tab_array); @@ -100,7 +100,7 @@ include("head.inc"); <td class="listtopic" colspan='2'>Auto Attendant</td> </tr> <tr> - <td width='10%' class="vncell"><a href='/freeswitch/freeswitch_ivr.php'>Open</a></td> + <td width='10%' class="vncell"><a href='freeswitch_ivr.php'>Open</a></td> <td class="vtable"> An interactive voice response (IVR) often refered to as an Auto Attendant. It associates a recording to multiple options that can be used to direct @@ -152,7 +152,7 @@ include("head.inc"); <td class="listtopic" colspan='2'>Music on Hold</td> </tr> <tr> - <td width='10%' class="vncell"><a href='/freeswitch/freeswitch_recordings.php'>Open</a></td> + <td width='10%' class="vncell"><a href='freeswitch_recordings.php'>Open</a></td> <td class="vtable"> <!--Music on hold can be in WAV or MP3 format. To play MP3 you must have mod_shout enabled on the 'Modules' tab.--> Music on hold can be in WAV format. For best performance upload 16bit 8khz/16khz Mono WAV files. @@ -168,7 +168,7 @@ include("head.inc"); <td class="listtopic" colspan='2'>Recordings</td> </tr> <tr> - <td width='10%' class="vncell"><a href='/freeswitch/freeswitch_recordings.php'>Open</a></td> + <td width='10%' class="vncell"><a href='freeswitch_recordings.php'>Open</a></td> <td class="vtable"> To make a recording dial *732673 (record) or you can make a 16bit 8khz/16khz Mono WAV file then copy it to the following directory then refresh the page to play |