add sip_profile_name go go with sip_gateway_name on outgoing calls

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15629 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-11-23 19:57:14 +00:00
parent 76b2db1d2f
commit f9842ff6d8
1 changed files with 2 additions and 0 deletions

View File

@ -3084,6 +3084,8 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
}
}
switch_channel_set_variable(nchannel, "sip_profile_name", profile_name);
sofia_glue_get_user_host(switch_core_session_strdup(nsession, tech_pvt->dest), NULL, &tech_pvt->remote_ip);
if (dest_to) {