]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Dec 2008 19:55:05 +0000 (19:55 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Dec 2008 19:55:05 +0000 (19:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10581 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index b0ba5a760190d10ae161a269e52507694c07299f..05e1ff92537bd68dcfdd517dcacc5ba99be7bf1d 100644 (file)
@@ -2546,6 +2546,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
        case nua_callstate_ready:
        case nua_callstate_completed:
        case nua_callstate_received:
+       case nua_callstate_proceeding:
                if (!(session && channel && tech_pvt)) goto done;
                break;
        default: