--- asterisk/channels/chan_sip.c_ast_debug5_CANCEL1.txt Mon Jan 26 04:09:25 2004 +++ asterisk/channels/chan_sip.c Mon Jan 26 04:21:14 2004 @@ -1405,7 +1405,7 @@ ast_mutex_lock(&p->lock); if (p->rtp) { if ((ast->_state != AST_STATE_UP) && !p->progress && !p->outgoing) { - transmit_response_with_sdp(p, "183 Session Progress", &p->initreq, 0); + //transmit_response_with_sdp(p, "183 Session Progress", &p->initreq, 0); p->progress = 1; } res = ast_rtp_write(p->rtp, frame);