aboutsummaryrefslogtreecommitdiffstats
path: root/config/asterisk
diff options
context:
space:
mode:
authornagyrobi <robreg@zsurob.hu>2013-09-20 22:13:54 +0200
committernagyrobi <robreg@zsurob.hu>2013-09-20 22:13:54 +0200
commitae873a4c3d11815d2f480b8dbf1e7f8565161927 (patch)
treee8b61188aae1c8365a7fa79cb1b95d2e23b768e2 /config/asterisk
parentc16d9d2e0bc7f6dfe40b11133990abd195b32261 (diff)
downloadpfsense-packages-ae873a4c3d11815d2f480b8dbf1e7f8565161927.tar.gz
pfsense-packages-ae873a4c3d11815d2f480b8dbf1e7f8565161927.tar.bz2
pfsense-packages-ae873a4c3d11815d2f480b8dbf1e7f8565161927.zip
Update asterisk.xml
Function sync_package_asterisk(); is called twice when installing (also from asterisk_install();) this makes several edits in the startup and config files twice. Commented it out for now here.
Diffstat (limited to 'config/asterisk')
-rw-r--r--config/asterisk/asterisk.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/asterisk/asterisk.xml b/config/asterisk/asterisk.xml
index 086d8a3b..69875d38 100644
--- a/config/asterisk/asterisk.xml
+++ b/config/asterisk/asterisk.xml
@@ -98,6 +98,6 @@
<custom_delete_php_command>
</custom_delete_php_command>
<custom_php_resync_config_command>
- sync_package_asterisk();
+/* sync_package_asterisk(); */
</custom_php_resync_config_command>
</packagegui>