mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 10:46:27 +00:00
FS-4359 --resolve
This commit is contained in:
parent
848f05fb41
commit
dca6e2bb8e
@ -2331,7 +2331,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
|||||||
q = !q;
|
q = !q;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (end && p < end && *p == ',') {
|
if (end && p < end && *p == ',' && *(p-1) != '\\') {
|
||||||
|
|
||||||
if (q || alt) {
|
if (q || alt) {
|
||||||
*p = QUOTED_ESC_COMMA;
|
*p = QUOTED_ESC_COMMA;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user