there are no small problems only small fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7140 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9246a0abbf
commit
4ca4a18f53
|
@ -1496,6 +1496,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
|
|||
switch_channel_set_variable(channel, SWITCH_ENDPOINT_DISPOSITION_VARIABLE, "RECEIVED_NOMEDIA");
|
||||
switch_set_flag_locked(tech_pvt, TFLAG_READY);
|
||||
switch_channel_set_state(channel, CS_INIT);
|
||||
switch_set_flag(tech_pvt, TFLAG_SDP);
|
||||
goto done;
|
||||
} else {
|
||||
sdp_parser_t *parser;
|
||||
|
|
Loading…
Reference in New Issue