From: Brian West Date: Fri, 10 Oct 2008 02:59:59 +0000 (+0000) Subject: nua_r_prack X-Git-Tag: v1.0.2~877 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cea654e2ef2da58e2bbab2efc6ce72176936e2e;p=thirdparty%2Ffreeswitch.git nua_r_prack git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9929 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index f39072de61..b5664116c5 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -304,6 +304,7 @@ void sofia_event_callback(nua_event_t event, sofia_reg_handle_sip_i_register(nua, profile, nh, sofia_private, sip, tags); break; case nua_i_prack: + case nua_r_prack: break; case nua_i_state: sofia_handle_sip_i_state(session, status, phrase, nua, profile, nh, sofia_private, sip, tags);