ignore options reply

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3390 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-11-16 22:16:30 +00:00
parent 251453e254
commit 57515855fd
1 changed files with 1 additions and 4 deletions

View File

@ -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) {