From da96699c1e4276342ac5550aaf96c82a6adbd402 Mon Sep 17 00:00:00 2001 From: lazedo Date: Tue, 15 Aug 2017 22:33:37 +0100 Subject: [PATCH] FS-10592: [mod_sofia] add sofia_profile_url to channel vars --- src/mod/endpoints/mod_sofia/sofia.c | 1 + 1 file changed, 1 insertion(+) 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);