git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15962
d0543943-73ff-0310-b7d9-
9358b9ac24b2
switch_channel_set_originator_caller_profile(peer_channel, cloned_profile);
}
}
-
- if (peer_profile && !(flags & SOF_FORKED_DIAL)) {
- if ((cloned_profile = switch_caller_profile_clone(session, peer_profile)) != 0) {
- switch_channel_set_originatee_caller_profile(channel, cloned_profile);
- }
- }
}
if (switch_event_create(&event, SWITCH_EVENT_CHANNEL_OUTGOING) == SWITCH_STATUS_SUCCESS) {
}
if (*bleg) {
- if (session && caller_channel && !switch_channel_get_originatee_caller_profile(caller_channel)) {
+ if (session && caller_channel) {
switch_caller_profile_t *cloned_profile, *peer_profile = switch_channel_get_caller_profile(switch_core_session_get_channel(*bleg));
if (peer_profile) {