From: Anthony Minessale Date: Thu, 16 Nov 2006 22:16:30 +0000 (+0000) Subject: ignore options reply X-Git-Tag: v1.0-beta1~1728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57515855fd30bfe192d184c8cb47e0180d532476;p=thirdparty%2Ffreeswitch.git ignore options reply git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3390 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index cc75647092..5e3401b77c 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -4271,10 +4271,6 @@ static void event_callback(nua_event_t event, //sip_r_unregister(status, phrase, nua, profile, nh, sofia_private, sip, tags); break; - case nua_r_options: - //sip_r_options(status, phrase, nua, profile, nh, sofia_private, sip, tags); - break; - case nua_i_options: sip_i_options(status, phrase, nua, profile, nh, sofia_private, sip, tags); break; @@ -4347,6 +4343,7 @@ static void event_callback(nua_event_t event, case nua_r_publish: //sip_r_publish(status, phrase, nua, profile, nh, sofia_private, sip, tags); break; + case nua_r_options: case nua_r_message: case nua_r_notify: if (nh) {