From: Anthony Minessale Date: Wed, 6 Dec 2006 17:24:14 +0000 (+0000) Subject: change & to , in forked dial X-Git-Tag: v1.0-beta1~1621 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baf0174ab64d18cb0e3e857db5dde1866133bcbf;p=thirdparty%2Ffreeswitch.git change & to , in forked dial git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3559 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 2b14426a39..becc93f0c2 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -2382,7 +2382,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess var = NULL; to = 0; - and_argc = switch_separate_string(pipe_names[r], '&', peer_names, (sizeof(peer_names) / sizeof(peer_names[0]))); + and_argc = switch_separate_string(pipe_names[r], ',', peer_names, (sizeof(peer_names) / sizeof(peer_names[0]))); if (caller_channel && !sent_ring && and_argc > 1 && !ringback_data) { switch_channel_ringback(caller_channel);