aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-22 20:04:23 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-22 20:04:23 +0000
commitc81c6b967b6e1a5060d2b93016e1d9e83e703b6d (patch)
tree23054c91e1ec512f85889d77dc2a35b3bb6d1516 /apps
parent8d07966e391238ae14e24d143731ac4b4fd8d9c7 (diff)
Pass interactive = 0 and fix a compile error.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258595 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 7fd9a39d0..bed193d9c 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -10877,7 +10877,7 @@ static void vm_users_data_provider_get_helper(const struct ast_data_search *sear
ast_data_add_structure(ast_vm_user, data_user, user);
#ifdef IMAP_STORAGE
- state = get_vm_state_by_mailbox(user->mailbox, user->context, user->interactive);
+ state = get_vm_state_by_mailbox(user->mailbox, user->context, 0);
#endif
AST_LIST_LOCK(&zones);