]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 7 Nov 2008 22:16:22 +0000 (22:16 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 7 Nov 2008 22:16:22 +0000 (22:16 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10295 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 5c7d85670418967fcc386d40d62d664beada6c23..be9ce550af4d9b9d84c6959c85297018b79ffdf5 100644 (file)
@@ -2505,7 +2505,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
                        }
 
                } else if (tech_pvt && switch_test_flag(tech_pvt, TFLAG_SDP) && !r_sdp) {
-                       nua_respond(tech_pvt->nh, SIP_200_OK, TAG_END());
+                       nua_respond(tech_pvt->nh, SIP_202_ACCEPTED, TAG_END());
                        goto done;
                } else {
                        ss_state = nua_callstate_completed;