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:
parent
76b2db1d2f
commit
f9842ff6d8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue