[Asterisk-cvs] asterisk/apps app_voicemail.c,1.151.2.13,1.151.2.14

russell at lists.digium.com russell at lists.digium.com
Sun Jan 16 18:09:07 CST 2005


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

Modified Files:
      Tag: v1-0
	app_voicemail.c 
Log Message:
working on the correct fix (bug #3080)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.151.2.13
retrieving revision 1.151.2.14
diff -u -d -r1.151.2.13 -r1.151.2.14
--- app_voicemail.c	13 Jan 2005 05:39:04 -0000	1.151.2.13
+++ app_voicemail.c	17 Jan 2005 00:12:30 -0000	1.151.2.14
@@ -1331,7 +1331,6 @@
 	}
 
 	if ((vmu = find_user(&svm, context, ext))) {
-		populate_defaults(vmu);	
 		/* Setup pre-file if appropriate */
 		if (strcmp(vmu->context, "default"))
 			snprintf(ext_context, sizeof(ext_context), "%s@%s", ext, vmu->context);




More information about the svn-commits mailing list