mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
Oops... need to keep my trunk folder clean...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8023 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2680,9 +2680,8 @@ static int sip_indicate(struct ast_channel *ast, int condition)
|
||||
switch(condition) {
|
||||
case AST_CONTROL_RINGING:
|
||||
if (ast->_state == AST_STATE_RING) {
|
||||
if ((!ast_test_flag(p, SIP_PROGRESS_SENT) ||
|
||||
(ast_test_flag(p, SIP_PROG_INBAND) == SIP_PROG_INBAND_NEVER)) &&
|
||||
ast_test_flag(p, SIP_PROG_INBAND) != SIP_PROG_INBAND_YES) {
|
||||
if (!ast_test_flag(p, SIP_PROGRESS_SENT) ||
|
||||
(ast_test_flag(p, SIP_PROG_INBAND) == SIP_PROG_INBAND_NEVER)) {
|
||||
/* Send 180 ringing if out-of-band seems reasonable */
|
||||
transmit_response(p, "180 Ringing", &p->initreq);
|
||||
ast_set_flag(p, SIP_RINGING);
|
||||
|
Reference in New Issue
Block a user