flip cid on pickup endpoint

This commit is contained in:
Anthony Minessale 2012-10-18 17:20:19 -04:00
parent fbb99f60b4
commit af37b907ea
1 changed files with 2 additions and 0 deletions

View File

@ -3667,6 +3667,8 @@ SWITCH_STANDARD_APP(pickup_function)
caller_profile->callee_id_name = name;
caller_profile->callee_id_number = num;
switch_channel_flip_cid(channel);
if (switch_event_create(&event, SWITCH_EVENT_CALL_UPDATE) == SWITCH_STATUS_SUCCESS) {
const char *uuid = switch_channel_get_partner_uuid(channel);
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Direction", "RECV");