mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -460,7 +460,7 @@ static int mgcp_reload(int fd, int argc, char *argv[]);
|
||||
|
||||
static int has_voicemail(struct mgcp_endpoint *p)
|
||||
{
|
||||
return ast_app_has_voicemail(p->mailbox);
|
||||
return ast_app_has_voicemail(p->mailbox, NULL);
|
||||
}
|
||||
|
||||
static int unalloc_sub(struct mgcp_subchannel *sub)
|
||||
|
Reference in New Issue
Block a user