FS-9241: follow-up patch to fix a mistake in fetching profile url
This commit is contained in:
parent
2c3c6b9b68
commit
f6192c7949
|
@ -931,7 +931,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
|
||||||
ipv6 ? "[" : "", ip_addr, ipv6 ? "]" : "", tech_pvt->profile->extsipport);
|
ipv6 ? "[" : "", ip_addr, ipv6 ? "]" : "", tech_pvt->profile->extsipport);
|
||||||
}
|
}
|
||||||
} else {
|
} 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue