mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Make format name match (not sure this is always a good idea) (bug #542)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -741,7 +741,7 @@ static int sendmail(char *srcemail, struct ast_vm_user *vmu, int msgnum, char *m
|
||||
}
|
||||
if (attach_user_voicemail) {
|
||||
fprintf(p, "--%s\n", bound);
|
||||
fprintf(p, "Content-Type: audio/x-wav; name=\"msg%04d.%s\"\n", msgnum + 1, format);
|
||||
fprintf(p, "Content-Type: audio/x-%s; name=\"msg%04d.%s\"\n", format, msgnum + 1, format);
|
||||
fprintf(p, "Content-Transfer-Encoding: BASE64\n");
|
||||
fprintf(p, "Content-Description: Voicemail sound attachment.\n");
|
||||
fprintf(p, "Content-Disposition: attachment; filename=\"msg%04d.%s\"\n\n", msgnum, format);
|
||||
|
Reference in New Issue
Block a user