mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Update switch.conf.xml
Update mailer-app and mailer-app-args to use the default install path.
This commit is contained in:
@@ -116,8 +116,8 @@
|
||||
-->
|
||||
<!--<param name="mailer-app" value="sendmail"/>-->
|
||||
<!--<param name="mailer-app-args" value="-t"/>-->
|
||||
<param name="mailer-app" value={v_mailer_app}/>
|
||||
<param name="mailer-app-args" value="{v_mailer_app_args}"/>
|
||||
<param name="mailer-app" value="/usr/bin/php /var/www/fusionpbx/secure/v_mailto.php"/>
|
||||
<param name="mailer-app-args" value="-t"/>
|
||||
<param name="dump-cores" value="yes"/>
|
||||
<!-- Enable verbose channel events to include every detail about a channel on every event -->
|
||||
<!-- <param name="verbose-channel-events" value="no"/> -->
|
||||
@@ -162,4 +162,4 @@
|
||||
|
||||
</settings>
|
||||
|
||||
</configuration>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user