From: Anthony Minessale Date: Mon, 4 Feb 2013 17:15:25 +0000 (-0600) Subject: updated sofia api X-Git-Tag: v1.5.1~371 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e2a71512b4de17ceff8088627fb779ddf46c3d9;p=thirdparty%2Ffreeswitch.git updated sofia api --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 6232671817..2a7bed1eef 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -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); }