mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3437 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
69197e82df
commit
3a7a5295af
@ -2591,6 +2591,11 @@ static void sip_i_state(int status,
|
|||||||
nua_ack(nh, TAG_END());
|
nua_ack(nh, TAG_END());
|
||||||
break;
|
break;
|
||||||
case nua_callstate_received:
|
case nua_callstate_received:
|
||||||
|
if (session && switch_core_session_running(session)) {
|
||||||
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Re-Entering Call State Received!\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (channel) {
|
if (channel) {
|
||||||
if (r_sdp) {
|
if (r_sdp) {
|
||||||
if (switch_test_flag(tech_pvt, TFLAG_NOMEDIA)) {
|
if (switch_test_flag(tech_pvt, TFLAG_NOMEDIA)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user