From: François Date: Wed, 6 Jul 2016 15:29:15 +0000 (+0200) Subject: FS-9241: follow-up patch to fix a mistake in fetching profile url X-Git-Tag: v1.6.10~1^2~93^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6192c7949b17dd3f5dd075b2a7656eac748bc10;p=thirdparty%2Ffreeswitch.git FS-9241: follow-up patch to fix a mistake in fetching profile url --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 9fc7a60a70..cef4c61429 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -931,7 +931,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session) ipv6 ? "[" : "", ip_addr, ipv6 ? "]" : "", tech_pvt->profile->extsipport); } } else { - sofia_glue_get_profile_url(tech_pvt->profile, tech_pvt->mparams.remote_ip, tech_pvt->transport); + tech_pvt->invite_contact = sofia_glue_get_profile_url(tech_pvt->profile, tech_pvt->mparams.remote_ip, tech_pvt->transport); } }