diff options
author | nagyrobi <robreg@zsurob.hu> | 2013-09-20 22:13:54 +0200 |
---|---|---|
committer | nagyrobi <robreg@zsurob.hu> | 2013-09-20 22:13:54 +0200 |
commit | ae873a4c3d11815d2f480b8dbf1e7f8565161927 (patch) | |
tree | e8b61188aae1c8365a7fa79cb1b95d2e23b768e2 | |
parent | c16d9d2e0bc7f6dfe40b11133990abd195b32261 (diff) | |
download | pfsense-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.
-rw-r--r-- | config/asterisk/asterisk.xml | 2 |
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> |