mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
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:
@@ -325,7 +325,7 @@ LOCAL_USER_DECL;
|
|||||||
|
|
||||||
static void populate_defaults(struct ast_vm_user *vmu)
|
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)
|
if (saydurationminfo>0)
|
||||||
vmu->saydurationm = saydurationminfo;
|
vmu->saydurationm = saydurationminfo;
|
||||||
if (callcontext)
|
if (callcontext)
|
||||||
|
|||||||
Reference in New Issue
Block a user