git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@322657 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Matthew Nicholson 15 years ago
parent 9ed0888605
commit f6d89f46b1

@ -4065,7 +4065,7 @@ static int sip_write(struct ast_channel *ast, struct ast_frame *frame)
if (p->t38.state == T38_ENABLED && !p->t38.direct) {
/* drop frame, can't sent VOICE frames while in T.38 mode */
break;
} else if (p->rtp) {
} else if (p->rtp) {
/* If channel is not up, activate early media session */
if ((ast->_state != AST_STATE_UP) &&
!ast_test_flag(&p->flags[0], SIP_PROGRESS_SENT) &&

Loading…
Cancel
Save