mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-15 11:29:56 +00:00
FS-10592: [mod_sofia] add sofia_profile_url to channel vars
This commit is contained in:
parent
c30c817b53
commit
da96699c1e
@ -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_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, "recovery_profile_name", profile->name);
|
||||||
switch_channel_set_variable(channel, "sofia_profile_domain_name", profile->domain_name);
|
switch_channel_set_variable(channel, "sofia_profile_domain_name", profile->domain_name);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user