[Asterisk-cvs] asterisk/apps app_voicemail.c,1.188,1.189

markster at lists.digium.com markster at lists.digium.com
Wed Dec 29 21:03:22 CST 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv22892/apps

Modified Files:
	app_voicemail.c 
Log Message:
Make sure all options get copied from general (bug #3194)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- app_voicemail.c	27 Dec 2004 22:41:58 -0000	1.188
+++ app_voicemail.c	30 Dec 2004 01:58:07 -0000	1.189
@@ -325,7 +325,7 @@
 
 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)




More information about the svn-commits mailing list