mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 12:18:18 +00:00
sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7481 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f4d6a7be82
commit
a592c6a65c
@ -1692,6 +1692,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
|
||||
if (channel) {
|
||||
if (switch_test_flag(tech_pvt, TFLAG_EARLY_MEDIA)) {
|
||||
switch_set_flag_locked(tech_pvt, TFLAG_ANS);
|
||||
switch_set_flag(tech_pvt, TFLAG_SDP);
|
||||
switch_channel_mark_answered(channel);
|
||||
if ((uuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE))
|
||||
&& (other_session = switch_core_session_locate(uuid))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user