]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4359 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 28 Jun 2012 17:12:38 +0000 (12:12 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 28 Jun 2012 17:12:44 +0000 (12:12 -0500)
src/switch_ivr_originate.c

index 72d0ab03933a292fbe4af6559e52d71a2f34587c..6d3ad966ecc8cdcc94e98b1b30fc78ef2787a789 100644 (file)
@@ -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;