[Asterisk-cvs] asterisk/apps app_voicemail.c,1.55.2.2,1.55.2.3
citats at lists.digium.com
citats at lists.digium.com
Wed Feb 25 17:09:41 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv2827/apps
Modified Files:
Tag: v1-0_stable
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.55.2.2
retrieving revision 1.55.2.3
diff -u -d -r1.55.2.2 -r1.55.2.3
--- app_voicemail.c 24 Feb 2004 17:11:39 -0000 1.55.2.2
+++ app_voicemail.c 25 Feb 2004 21:58:35 -0000 1.55.2.3
@@ -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