From baf0174ab64d18cb0e3e857db5dde1866133bcbf Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthony.minessale@gmail.com>
Date: Wed, 6 Dec 2006 17:24:14 +0000
Subject: [PATCH] change & to , in forked dial

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3559 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 src/switch_ivr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);