diff options
Diffstat (limited to 'packages/freeswitch/freeswitch_dialplan.xml')
-rw-r--r-- | packages/freeswitch/freeswitch_dialplan.xml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/packages/freeswitch/freeswitch_dialplan.xml b/packages/freeswitch/freeswitch_dialplan.xml index 5559c3b6..a4c8b929 100644 --- a/packages/freeswitch/freeswitch_dialplan.xml +++ b/packages/freeswitch/freeswitch_dialplan.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> <active/> </tab> <tab> @@ -76,21 +76,29 @@ </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> </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> <url>/freeswitch/freeswitch_status.php</url> </tab> @@ -125,5 +133,4 @@ <custom_php_resync_config_command> sync_package_freeswitch_dialplan(); </custom_php_resync_config_command> -</packagegui> - +</packagegui>
\ No newline at end of file |