From: lazedo Date: Tue, 15 Aug 2017 21:33:37 +0000 (+0100) Subject: FS-10592: [mod_sofia] add sofia_profile_url to channel vars X-Git-Tag: v1.8.0~302^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da96699c1e4276342ac5550aaf96c82a6adbd402;p=thirdparty%2Ffreeswitch.git FS-10592: [mod_sofia] add sofia_profile_url to channel vars --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index c00a95975b..b9f52d8fad 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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);