From: Anthony Minessale Date: Fri, 5 Oct 2007 18:00:33 +0000 (+0000) Subject: up X-Git-Tag: v1.0-beta2~545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56953243c102570f1cc7572eeb5b94df7ea5bfb9;p=thirdparty%2Ffreeswitch.git up git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5820 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index cae7bf5556..9597b421f0 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -1097,7 +1097,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, } - if (channel && (status == 180 || status == 183)) { + if (channel && (status == 180 || status == 183) && switch_channel_test_flag(channel, CF_OUTBOUND)) { char *val; if ((val = switch_channel_get_variable(channel, "sip_auto_answer")) && switch_true(val)) { nua_notify(nh, NUTAG_NEWSUB(1), NUTAG_SUBSTATE(nua_substate_active), SIPTAG_EVENT_STR("talk"), TAG_END());