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:
bec994b
)
Fix MailboxExists to follow the original behavior of jumping to +101 if the voicemail...
author
James Golovich
<james@gnuinter.net>
Mon, 14 Jun 2004 20:40:14 +0000
(20:40 +0000)
committer
James Golovich
<james@gnuinter.net>
Mon, 14 Jun 2004 20:40:14 +0000
(20:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3205
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
fa25f75
..
e78e744
100755
(executable)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-3474,7
+3474,7
@@
static int vm_box_exists(struct ast_channel *chan, void *data) {
context++;
}
- if ((!find_user(&svm, context, box))) {
+ if (find_user(&svm, context, box)) {
if (ast_exists_extension(chan, chan->context, chan->exten, chan->priority + 101, chan->callerid)) {
chan->priority += 100;
} else