FS-9241: follow-up patch to fix a mistake in fetching profile url

This commit is contained in:
François 2016-07-06 17:29:15 +02:00
parent 2c3c6b9b68
commit f6192c7949
1 changed files with 1 additions and 1 deletions

View 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);
}
}