dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@64322 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-05-14 19:21:31 +00:00
parent d185cf4928
commit 07da3730d4
1 changed files with 1 additions and 0 deletions

View File

@ -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;