Merge pull request #907 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-9241-bis:master to master

* commit 'f6192c7949b17dd3f5dd075b2a7656eac748bc10':
  FS-9241: follow-up patch to fix a mistake in fetching profile url
This commit is contained in:
Brian West 2016-07-06 10:58:01 -05:00
commit 2f8a3fc5f2
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);
}
}