diff options
Diffstat (limited to 'packages/freeswitch/freeswitch_extensions.xml')
-rw-r--r-- | packages/freeswitch/freeswitch_extensions.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/packages/freeswitch/freeswitch_extensions.xml b/packages/freeswitch/freeswitch_extensions.xml index 635bf309..e30567f0 100644 --- a/packages/freeswitch/freeswitch_extensions.xml +++ b/packages/freeswitch/freeswitch_extensions.xml @@ -62,7 +62,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> @@ -75,19 +75,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> @@ -191,5 +199,4 @@ </custom_delete_php_command> <custom_php_deinstall_command> </custom_php_deinstall_command> -</packagegui> - +</packagegui>
\ No newline at end of file |