mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3385 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1565,7 +1565,7 @@ static switch_status_t channel_outgoing_channel(switch_core_session_t *session,
|
||||
switch_stun_random_string(sess_id, 10, "0123456789");
|
||||
tech_pvt->us = switch_core_session_strdup(session, user);
|
||||
tech_pvt->them = switch_core_session_strdup(session, full_id);
|
||||
ldl_session_create(&dlsession, mdl_profile->handle, sess_id, full_id, user);
|
||||
ldl_session_create(&dlsession, mdl_profile->handle, sess_id, full_id, user, LDL_FLAG_OUTBOUND);
|
||||
tech_pvt->profile = mdl_profile;
|
||||
ldl_session_set_private(dlsession, *new_session);
|
||||
//ldl_session_set_value(dlsession, "dnis", dnis);
|
||||
|
||||
Reference in New Issue
Block a user