]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4813 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 4 Dec 2012 13:46:31 +0000 (07:46 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 4 Dec 2012 13:46:31 +0000 (07:46 -0600)
src/mod/endpoints/mod_sofia/sofia.c

index 306f5fe42c9416b9c49f8751726ec7aca92ef253..358a017db3b3ae35d0a30bd04ea9be09ff9d6837 100644 (file)
@@ -1354,7 +1354,7 @@ static void our_sofia_event_callback(nua_event_t event,
                                switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Request-Target-Extension", ref_to_user);
                                switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Request-Target-Domain", ref_to_host);
                                if (switch_true(full_url)) {
-                                       switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "full-url", "true");
+                                       switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "full_url", "true");
                                }
 
                                if (sip->sip_call_id && sip->sip_call_id->i_id) {