From: Anthony Minessale Date: Mon, 17 Jun 2013 15:57:19 +0000 (-0500) Subject: remove cid flip from pickup X-Git-Tag: v1.4.1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db59af93e32bd5b6cbe9d537227419f7ed3c69a5;p=thirdparty%2Ffreeswitch.git remove cid flip from pickup --- diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index 7bf17d4018..41b4ddf346 100755 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -3596,8 +3596,6 @@ 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");