[asterisk-bugs] [JIRA] Updated: (ASTERISK-20156) MixMonitor would create file even if call state is unanswered
George Keretchashvili (JIRA)
noreply at issues.asterisk.org
Fri Jul 20 12:25:21 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
George Keretchashvili updated ASTERISK-20156:
---------------------------------------------
Description:
When using MixMonitor() followed by Dial() and the call is was not answered (either 180 or 183 SIP message), I get empty audio file recorded with 144ms in length. The file is then converted with bash script to mp3.
MixMonitor(${MONITOR_FILENAME}.wav,b,${MONITOR_EXEC});
Dial(SIP/${TRUNK}/${DESTINATION});
was:
When using MixMonitor() followed by Dial() and the call is was not answered (either 180 or 183 SIP message), I get empty audio file recorded with 144ms length.
MixMonitor(${MONITOR_FILENAME}.wav,b,${MONITOR_EXEC});
Dial(SIP/${TRUNK}/${DESTINATION});
> 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
> Attachments: 20120719-101521-1342678521.41.mp3
>
>
> When using MixMonitor() followed by Dial() and the call is was not answered (either 180 or 183 SIP message), I get empty audio file recorded with 144ms 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