[Asterisk-cvs] asterisk/apps app_voicemail.c,1.57,1.58

citats at lists.digium.com citats at lists.digium.com
Wed Feb 25 16:54:38 CST 2004


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

Modified Files:
	app_voicemail.c 
Log Message:
Add extra \n so email sent by voicemail has the right header delimiter


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- app_voicemail.c	24 Feb 2004 17:11:23 -0000	1.57
+++ app_voicemail.c	25 Feb 2004 21:43:32 -0000	1.58
@@ -761,7 +761,7 @@
 
 			fprintf(p, "--%s\n", bound);
 		}
-		fprintf(p, "Content-Type: text/plain; charset=ISO-8859-1\nContent-Transfer-Encoding: 8bit\n");
+		fprintf(p, "Content-Type: text/plain; charset=ISO-8859-1\nContent-Transfer-Encoding: 8bit\n\n");
 		strftime(date, sizeof(date), "%A, %B %d, %Y at %r", &tm);
 		if (emailbody) {
 			struct ast_channel *ast = ast_channel_alloc(0);




More information about the svn-commits mailing list