[Home]

Summary:ASTERISK-00537: Voicemail2 Email Content-Type
Reporter:denon (denon)Labels:
Date Opened:2003-11-16 17:49:34.000-0600Date Closed:2008-01-15 14:37:47.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In addition to what bkw and I discussed earlier (the file naming issue), I think the content-type should also be done properly.

IE: Rignt now, it will do:
Content-Type: audio/x-wav; name="msg0031.gsm"

Afaik, technically, this should be audio/x-gsm when it is a gsm file .. audio/x-wav when it's wav ..
Comments:By: Mark Spencer (markster) 2003-11-16 23:32:39.000-0600

Fixed in CVS

By: denon (denon) 2003-11-17 20:19:59.000-0600

Are you sure this is resolved? From today's CVS, I'm seeing:

Content-Type: audio/x-wav; name="msg0034.gsm"

By: Mark Spencer (markster) 2003-11-18 18:18:38.000-0600

When I search i only find x-%s, not x-wav in my sources, is the same true for you?  If not, you have bad CVS.

By: Digium Subversion (svnbot) 2008-01-15 14:37:47.000-0600

Repository: asterisk
Revision: 1756

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r1756 | markster | 2008-01-15 14:37:47 -0600 (Tue, 15 Jan 2008) | 2 lines

Make format name match (not sure this is always a good idea) (bug ASTERISK-537)

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

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