]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove cid flip from pickup
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 17 Jun 2013 15:57:19 +0000 (10:57 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 17 Jun 2013 15:57:33 +0000 (10:57 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index 7bf17d401879266fd03491d8e7872650db78f41e..41b4ddf346325f5a25c1a2643fdb9398cbe5ec8f 100755 (executable)
@@ -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");