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:
af90afd
)
apps/app_voicemail: Fix compilation error introduced in r417591
author
Matthew Jordan
<mjordan@digium.com>
Mon, 30 Jun 2014 13:02:43 +0000
(13:02 +0000)
committer
Matthew Jordan
<mjordan@digium.com>
Mon, 30 Jun 2014 13:02:43 +0000
(13:02 +0000)
Not sure why that change to ast_channel_alloc was made but ... okay.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417649
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
6adbb54
..
9c8a4b8
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-14045,7
+14045,7
@@
AST_TEST_DEFINE(test_voicemail_vmsayname)
break;
}
- if (!(test_channel1 = ast_channel_alloc(0, AST_STATE_DOWN, NULL, NULL, NULL,
+ if (!(test_channel1 = ast_channel_alloc(0, AST_STATE_DOWN, NULL, NULL, NULL, NULL,
NULL, NULL, 0, 0, "TestChannel1"))) {
goto exit_vmsayname_test;
}