]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change & to , in forked dial
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 6 Dec 2006 17:24:14 +0000 (17:24 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 6 Dec 2006 17:24:14 +0000 (17:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3559 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr.c

index 2b14426a395f3a0bb8004f57107681d8415eabe6..becc93f0c284af5351ec737135c6c5a81a584ed2 100644 (file)
@@ -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);