mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
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:
commit
bfa39a457e
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user