Skip to content
Snippets Groups Projects
  • Sean Bright's avatar
    ddfb60ac
    app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used · ddfb60ac
    Sean Bright authored
    When opening a file for writing, Asterisk silently converts filenames
    ending with 'wav49' to 'WAV.' We aren't taking that in to account when
    setting the MIXMONITOR_FILENAME variable in MixMonitor.
    
    * If the user wants to write to a wav49 file, make sure that it is
      reflected properly in MIXMONITOR_FILENAME.
    
    * Add a note to the documentation describing this behavior.
    
    * Add a note in main/file.c indicating that app_mixmonitor needs to be
      changed if the logic in build_filename was changed.
    
    ASTERISK-24798 #close
    Reported by: xrobau
    
    Change-Id: I384691ce624eb55c80a125b9ca206d2d691c574c
    ddfb60ac
    History
    app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used
    Sean Bright authored
    When opening a file for writing, Asterisk silently converts filenames
    ending with 'wav49' to 'WAV.' We aren't taking that in to account when
    setting the MIXMONITOR_FILENAME variable in MixMonitor.
    
    * If the user wants to write to a wav49 file, make sure that it is
      reflected properly in MIXMONITOR_FILENAME.
    
    * Add a note to the documentation describing this behavior.
    
    * Add a note in main/file.c indicating that app_mixmonitor needs to be
      changed if the logic in build_filename was changed.
    
    ASTERISK-24798 #close
    Reported by: xrobau
    
    Change-Id: I384691ce624eb55c80a125b9ca206d2d691c574c
file.c 51.69 KiB