Make sure all options get copied from general (bug #3194)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4602 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-12-30 01:58:07 +00:00
parent ddcac96e9b
commit 2f7b2aad34

View File

@@ -325,7 +325,7 @@ LOCAL_USER_DECL;
static void populate_defaults(struct ast_vm_user *vmu)
{
ast_copy_flags(vmu, (&globalflags), VM_ATTACH|VM_REVIEW|VM_OPERATOR|VM_SAYCID|VM_SVMAIL|VM_SAYDURATION|VM_FORCENAME|VM_FORCEGREET);
ast_copy_flags(vmu, (&globalflags), AST_FLAGS_ALL);
if (saydurationminfo>0)
vmu->saydurationm = saydurationminfo;
if (callcontext)