[asterisk-bugs] [JIRA] (ASTERISK-22343) Improve error message 'Not a wav file '... in format_wav.c; current message is ambiguous

Rusty Newton (JIRA) noreply at issues.asterisk.org
Mon Aug 19 13:33:05 CDT 2013


Rusty Newton created ASTERISK-22343:
---------------------------------------

             Summary: Improve error message 'Not a wav file '... in format_wav.c; current message is ambiguous
                 Key: ASTERISK-22343
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22343
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Documentation, Formats/format_wav
    Affects Versions: 11.5.0
         Environment: All
            Reporter: Jim Credland
            Severity: Minor


The following error message lies.  Many things are WAV files which do not contain 1 in the format field.  

if (ltohs(format) != 1) {
 ast_log(LOG_WARNING, "Not a wav file %d\n", ltohs(format));

Given how unusual the .WAV vs. .wav distinction is I'd go for:  "Not a supported wav file format (%d). Only PCM encoded versions are supported with a lower-case '.wav' extension."

Which would be helpful.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list