mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Add ability to check voicemail from multiple folders (bug #2561)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3905 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1197,7 +1197,7 @@ static struct skinny_device *build_device(char *cat, struct ast_variable *v)
|
||||
|
||||
static int has_voicemail(struct skinny_line *l)
|
||||
{
|
||||
return ast_app_has_voicemail(l->mailbox);
|
||||
return ast_app_has_voicemail(l->mailbox, NULL);
|
||||
}
|
||||
|
||||
static int skinny_register(skinny_req *req, struct skinnysession *s)
|
||||
|
Reference in New Issue
Block a user