]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
updated sofia api
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 4 Feb 2013 17:15:25 +0000 (11:15 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Apr 2013 02:27:23 +0000 (21:27 -0500)
src/mod/endpoints/mod_sofia/sofia_presence.c

index 6232671817530bf6c071113e12a4590ccf3256a1..2a7bed1eef8d96a86e935afe9c43c6ed46410e6a 100644 (file)
@@ -4429,7 +4429,7 @@ void sofia_presence_handle_sip_i_message(int status,
                                auth_res = sofia_reg_parse_auth(profile, authorization, sip, de,
                                                                                                (char *) sip->sip_request->rq_method_name, key, keylen, network_ip, NULL, 0,
                                                                                                REG_INVITE, NULL, NULL, NULL);
-                       } else if ( sofia_reg_handle_register(nua, profile, nh, sip, de, REG_INVITE, key, keylen, &v_event, NULL)) {
+                       } else if ( sofia_reg_handle_register(nua, profile, nh, sip, de, REG_INVITE, key, keylen, &v_event, NULL, NULL)) {
                                if (v_event) {
                                        switch_event_destroy(&v_event);
                                }