mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 02:18:15 +00:00
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
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user