From: Anthony Minessale Date: Tue, 4 Dec 2012 13:46:31 +0000 (-0600) Subject: FS-4813 --resolve X-Git-Tag: v1.3.8~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31be4fbcb7f4251fda8e271d0e9d3b6100f496e;p=thirdparty%2Ffreeswitch.git FS-4813 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 306f5fe42c..358a017db3 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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) {