projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
877dcd1
)
Fix app_queue when working in conjunction with anthm's moh patch (bug #2891)
author
Mark Spencer
<markster@digium.com>
Sat, 20 Nov 2004 15:15:51 +0000
(15:15 +0000)
committer
Mark Spencer
<markster@digium.com>
Sat, 20 Nov 2004 15:15:51 +0000
(15:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4301
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
d620fb4
..
118c9a5
100755
(executable)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-1968,7
+1968,7
@@
check_turns:
}
}
/* Don't allow return code > 0 */
- if (res > 0 && res != AST_PBX_KEEPALIVE) {
+ if (res >= 0 && res != AST_PBX_KEEPALIVE) {
res = 0;
if (ringing) {
ast_indicate(chan, -1);