[Home]

Summary:ASTERISK-01579: [patch] fix charset of mail header to be compatible with chineese
Reporter:jimkou (jimkou)Labels:
Date Opened:2004-05-10 04:37:47Date Closed:2008-01-15 14:54:24.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.c.diff
Description:the ISO-8859-1 doesn't compatible with chainese string, so that cause the notice can't be readable.
Comments:By: Mark Spencer (markster) 2004-05-10 09:17:45

The attached patch wasn't quite accurate (since charset would never be non-NULL), but I've implemented this in such a way it should work for you using the same configuration and documented the feature in the sample configuration file.  In the future, please use "diff -u" format for your patches.  Thanks for your contribution!

By: Digium Subversion (svnbot) 2008-01-15 14:54:24.000-0600

Repository: asterisk
Revision: 2943

U   trunk/apps/app_voicemail.c
U   trunk/configs/voicemail.conf.sample

------------------------------------------------------------------------
r2943 | markster | 2008-01-15 14:54:24 -0600 (Tue, 15 Jan 2008) | 2 lines

Allow characterset to be specified (bug ASTERISK-1579)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2943