Skip to content
Snippets Groups Projects
Commit ee7217c0 authored by Russell Bryant's avatar Russell Bryant
Browse files

Merged revisions 64306 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r64306 | russell | 2007-05-14 14:13:00 -0500 (Mon, 14 May 2007) | 3 lines

Properly handle AST_CONTROL_PROGRESS by just ignoring it.  An unknown indication
will trigger an error and cause sounds to stop, which in this case, is ringing.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2e6c6f55
No related branches found
No related tags found
No related merge requests found
......@@ -758,6 +758,7 @@ static int alsa_indicate(struct ast_channel *chan, int cond, const void *data, s
res = 2;
break;
case AST_CONTROL_RINGING:
case AST_CONTROL_PROGRESS:
break;
case -1:
res = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment