From: Anthony Minessale Date: Tue, 11 Sep 2007 13:52:32 +0000 (+0000) Subject: fix nua_i_error 500 when responding to OPTIONS X-Git-Tag: v1.0-beta2~658 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa9239dc0182ba6d044ee22210cdd1af7aa5e73;p=thirdparty%2Ffreeswitch.git fix nua_i_error 500 when responding to OPTIONS git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5693 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 50f80b7c36..4588723d21 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -2007,6 +2007,7 @@ void sofia_handle_sip_i_options(int status, nua_t *nua, sofia_profile_t *profile, nua_handle_t *nh, sofia_private_t *sofia_private, sip_t const *sip, tagi_t tags[]) { nua_respond(nh, SIP_200_OK, + NUTAG_WITH_THIS(nua), //SOATAG_USER_SDP_STR(tech_pvt->local_sdp_str), //SOATAG_AUDIO_AUX("cn telephone-event"), //NUTAG_INCLUDE_EXTRA_SDP(1),