From 2fb2c170c7e76aff14ff78f4ad20832745b13c2a Mon Sep 17 00:00:00 2001 From: futureFry Date: Sun, 2 Sep 2018 09:27:03 -0700 Subject: [PATCH] removed double quote from $v_mailer_app path (#3010) if this is left in freeswitch (1.6.20) will not start up. Freeswitch: Cannot Initialize [[error near line 4105]: missing >] there might still be a problem on line 1299 -> please correct me if I'm wrong. --- resources/switch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index bb538d6b5f..af82a6119c 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -1307,7 +1307,6 @@ if (!function_exists('switch_conf_xml')) { else { if (file_exists(PHP_BINDIR.'/php')) { define("PHP_BIN", "php"); } $v_mailer_app = PHP_BINDIR."/".PHP_BIN." ".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/secure/v_mailto.php"; - $v_mailer_app = sprintf('"%s"', $v_mailer_app); $v_mailer_app_args = "-t"; }