FS-10592: [mod_sofia] add sofia_profile_url to channel vars

This commit is contained in:
lazedo 2017-08-15 22:33:37 +01:00
parent c30c817b53
commit da96699c1e
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);