]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorMichael Jerris <mike@jerris.com>
Wed, 20 Jun 2012 02:43:28 +0000 (22:43 -0400)
committerMichael Jerris <mike@jerris.com>
Wed, 20 Jun 2012 02:43:28 +0000 (22:43 -0400)
src/mod/endpoints/mod_sofia/sofia_reg.c

index 43ab6ea650c8442914a65327d3487474f4c823a8..84367a23f30c6088c5841999aedf8192ecba3a3c 100644 (file)
@@ -2125,7 +2125,7 @@ void sofia_reg_handle_sip_r_challenge(int status,
                switch_event_add_header_string(locate_params, SWITCH_STACK_BOTTOM, "action", "reverse-auth-lookup");
 
                if ( sip->sip_call_id ) {
-                       switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "sip_call_id", sip->sip_call_id->i_id);
+                       switch_event_add_header_string(locate_params, SWITCH_STACK_BOTTOM, "sip_call_id", sip->sip_call_id->i_id);
                }
 
                if (switch_xml_locate_user_merged("id", sip->sip_to->a_url->url_user, sip->sip_to->a_url->url_host, NULL,