FS-3340 revert c5a2275f62 it breaks acking on session timers and initial invite

This commit is contained in:
Anthony Minessale
2011-06-15 10:02:34 -05:00
parent f35a68141e
commit a20a3f3461
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -644,6 +644,7 @@ static switch_status_t sofia_answer_channel(switch_core_session_t *session)
char *extra_headers = sofia_glue_get_extra_headers(channel, SOFIA_SIP_RESPONSE_HEADER_PREFIX);
if (sofia_use_soa(tech_pvt)) {
nua_respond(tech_pvt->nh, SIP_200_OK,
TAG_IF(is_proxy, NUTAG_AUTOANSWER(0)),
SIPTAG_CONTACT_STR(tech_pvt->profile->url),
SOATAG_USER_SDP_STR(tech_pvt->local_sdp_str),
TAG_IF(call_info, SIPTAG_CALL_INFO_STR(call_info)),