]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
nua_r_prack
authorBrian West <brian@freeswitch.org>
Fri, 10 Oct 2008 02:59:59 +0000 (02:59 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 10 Oct 2008 02:59:59 +0000 (02:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9929 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index f39072de617abc6222b4667d412b9a1400310a7d..b5664116c573d259b5def3ef2d32347a7d7119f4 100644 (file)
@@ -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);