]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9241: follow-up patch to fix a mistake in fetching profile url
authorFrançois <fdelawarde@wirelessmundi.com>
Wed, 6 Jul 2016 15:29:15 +0000 (17:29 +0200)
committerFrançois <fdelawarde@wirelessmundi.com>
Wed, 6 Jul 2016 15:29:15 +0000 (17:29 +0200)
src/mod/endpoints/mod_sofia/sofia_glue.c

index 9fc7a60a70e529193be406ad07ee6d06c201accb..cef4c6142989c32b3aa2f51e73d66f080eb198ab 100644 (file)
@@ -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);
                        }
                }