[asterisk-bugs] [JIRA] Feedback Entered: (ASTERISK-20156) MixMonitor would create file even if call state is unanswered

Jonathan Rose (JIRA) noreply at issues.asterisk.org
Fri Aug 3 14:26:21 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Rose updated ASTERISK-20156:
-------------------------------------

    Send back to Developer?: I'm done. Send it back!  (was: I'm not done! I will comment again later to send it back.)
                     Status: Waiting for Feedback  (was: Waiting for Feedback)

There isn't any need for feedback on this one. Reproduction is trivial, as this will always happen if you call mixmonitor and don't actually record anything. The only question is whether it's actually worth addressing. The behavior is predictable and trivial and it isn't even really wrong. We've never actually specified anywhere that we won't create these files under these conditions.

The only real question is whether it would be desirable to change the behavior. I can't really see any justification for the severity being 'major' as the bug report indicates. If it's messing with your script, just have your script check the file's length before running some kind of conversion on it.



> MixMonitor would create file even if call state is unanswered
> -------------------------------------------------------------
>
>                 Key: ASTERISK-20156
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20156
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_mixmonitor
>    Affects Versions: 10.6.1
>         Environment: Fedora Core 9, 2.6.25-14.fc9.i686
>            Reporter: George Keretchashvili
>            Assignee: Jonathan Rose
>         Attachments: 20120719-101521-1342678521.41.mp3, 20120720-212459-1342805099.19.wav
>
>
> After upgrading from 1.8.8.1, when using MixMonitor() followed by Dial() and the call was not answered (either 180 or 183 SIP message), I get empty audio file recorded with 3ms in length. The file is then converted with bash script to mp3.
> MixMonitor(${MONITOR_FILENAME}.wav,b,${MONITOR_EXEC});
> Dial(SIP/${TRUNK}/${DESTINATION});

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list