[Freeswitch-trunk] [commit] r3559 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Wed Dec 6 12:24:14 EST 2006
Author: anthm
Date: Wed Dec 6 12:24:14 2006
New Revision: 3559
Modified:
freeswitch/trunk/src/switch_ivr.c
Log:
change & to , in forked dial
Modified: freeswitch/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr.c (original)
+++ freeswitch/trunk/src/switch_ivr.c Wed Dec 6 12:24:14 2006
@@ -2382,7 +2382,7 @@
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);
More information about the Freeswitch-trunk
mailing list