Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (revision 403615) +++ channels/chan_sip.c (working copy) @@ -24850,7 +24859,11 @@ /* Answer the incoming call and set channel to UP state */ transmit_response_with_sdp(p, "200 OK", req, XMIT_RELIABLE, FALSE, FALSE); + /* Report pickup event */ + ast_cel_report_event(replacecall, AST_CEL_PICKUP, NULL, NULL, c); + ast_setstate(c, AST_STATE_UP); + ast_cel_report_event(c, AST_CEL_ANSWER, NULL, NULL, NULL); /* Stop music on hold and other generators */ ast_quiet_chan(replacecall);