From: Anthony Minessale Date: Thu, 28 Jun 2012 17:12:38 +0000 (-0500) Subject: FS-4359 --resolve X-Git-Tag: v1.2.0~233^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca6e2bb8ed814adc346a488a09bfb8f06f2abb0;p=thirdparty%2Ffreeswitch.git FS-4359 --resolve --- diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index 72d0ab0393..6d3ad966ec 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -2331,7 +2331,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess q = !q; } - if (end && p < end && *p == ',') { + if (end && p < end && *p == ',' && *(p-1) != '\\') { if (q || alt) { *p = QUOTED_ESC_COMMA;