dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 44581 via svnmerge from

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

................
r44581 | file | 2006-10-06 12:53:48 -0400 (Fri, 06 Oct 2006) | 10 lines

Merged revisions 44580 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r44580 | file | 2006-10-06 12:52:14 -0400 (Fri, 06 Oct 2006) | 2 lines

Even more frames to treat as though the remote side disappeared (issue #8097 reported by eldadran)

........

................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44582 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2006-10-06 16:56:05 +00:00
parent 37986f0db0
commit aa80370d7c
1 changed files with 1 additions and 0 deletions

View File

@ -1055,6 +1055,7 @@ static int waitstream_core(struct ast_channel *c, const char *breakon,
switch(fr->subclass) {
case AST_CONTROL_HANGUP:
case AST_CONTROL_BUSY:
case AST_CONTROL_CONGESTION:
ast_frfree(fr);
return -1;
case AST_CONTROL_RINGING: