aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeswitch/freeswitch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freeswitch/freeswitch.xml')
-rw-r--r--packages/freeswitch/freeswitch.xml15
1 files changed, 4 insertions, 11 deletions
diff --git a/packages/freeswitch/freeswitch.xml b/packages/freeswitch/freeswitch.xml
index 493acd14..854848d0 100644
--- a/packages/freeswitch/freeswitch.xml
+++ b/packages/freeswitch/freeswitch.xml
@@ -225,21 +225,14 @@
<type>input</type>
</field>
</fields>
- <custom_php_command_before_form>
- </custom_php_command_before_form>
- <custom_php_after_head_command>
- </custom_php_after_head_command>
- <custom_php_after_form_command>
- </custom_php_after_form_command>
<custom_add_php_command>
- sync_package_freeswitch();
</custom_add_php_command>
- <custom_delete_php_command>
- sync_package_freeswitch();
- </custom_delete_php_command>
<custom_php_resync_config_command>
- sync_package_freeswitch();
+ sync_package_freeswitch_settings();
</custom_php_resync_config_command>
+ <custom_delete_php_command>
+ sync_package_freeswitch_settings();
+ </custom_delete_php_command>
<custom_php_install_command>
freeswitch_php_install_command();
</custom_php_install_command>