Merge pull request #1366 in FS/freeswitch from ~LAZEDO/freeswitch:FS-10592 to master

* commit 'da96699c1e4276342ac5550aaf96c82a6adbd402':
  FS-10592: [mod_sofia] add sofia_profile_url to channel vars
This commit is contained in:
Mike Jerris 2017-08-15 22:16:01 +00:00
commit bfa39a457e
1 changed files with 1 additions and 0 deletions

View File

@ -10431,6 +10431,7 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia
}
switch_channel_set_variable(channel, "sofia_profile_name", profile->name);
switch_channel_set_variable(channel, "sofia_profile_url", profile->url);
switch_channel_set_variable(channel, "recovery_profile_name", profile->name);
switch_channel_set_variable(channel, "sofia_profile_domain_name", profile->domain_name);