It's okay to send RINGING > 1 time, and don't try to send it in-band

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2537 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent 598d7963e5
commit 747a18f65d

@ -1412,7 +1412,7 @@ static int sip_indicate(struct ast_channel *ast, int condition)
switch(condition) { switch(condition) {
case AST_CONTROL_RINGING: case AST_CONTROL_RINGING:
if (ast->_state == AST_STATE_RING) { if (ast->_state == AST_STATE_RING) {
if (!p->progress && !p->ringing) { if (!p->progress) {
transmit_response(p, "180 Ringing", &p->initreq); transmit_response(p, "180 Ringing", &p->initreq);
p->ringing = 1; p->ringing = 1;
break; break;

Loading…
Cancel
Save