[Freeswitch-dev] switch_ivr_bridge.c question
teldev
ustcorporation at yahoo.com
Fri Feb 3 01:08:11 MSK 2012
Hello Anthony,
Yes, my line numbers were off by 4 after getting latest GIT from the master
branch. The code is the same there. If you can take a look at it now, here
is the refreshed version with correct line numbers:
1470 switch_channel_clear_state_handler(originator_channel, NULL);
1471 switch_channel_clear_state_handler(originatee_channel, NULL);
1472 switch_channel_set_state_flag(originator_channel,
CF_BRIDGE_ORIGINATOR);
1473 switch_channel_clear_flag_recursive(originatee_channel,
CF_BRIDGE_ORIGINATOR);
1474 switch_channel_add_state_handler(originator_channel,
&uuid_bridge_state_handlers);
1475 switch_channel_add_state_handler(originatee_channel,
&uuid_bridge_state_handlers);
Thanks in advance.
--
View this message in context: http://freeswitch-dev.4355.n6.nabble.com/switch-ivr-bridge-c-question-tp4359635p4360149.html
Sent from the FreeSWITCH-dev mailing list archive at Nabble.com.
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-dev
mailing list