[asterisk-bugs] [JIRA] (ASTERISK-23377) MixMonitor Append Flag Ignored
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Feb 27 15:34:03 CST 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-23377:
------------------------------------
Assignee: Matthew Wiesemann
Status: Waiting for Feedback (was: Triage)
I tested with 1.8 branch r407817 and the 'a' flag works fine for me.
Can you re-test with the latest branch revision in SVN and additionally attach some debug and logs to the issue so that we can diagnose the issue?
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines
https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information
We must see
* The exact dialplan in use (extensions.conf)
* Actually see it being used (logs from logger.conf, with every message type enabled, plus verbose and debug types turned up to 5)
* Shell output showing the file after the first MixMonitor call, and the file after the second MixMonitor call (preferably "ls -lh")
* The Asterisk logs you provide should correspond to those files.
Please use the most minimal diaplan possible to make it easy to understand.
For example:
{noformat}
exten = 6002,1,MixMonitor(testcall.wav,a)
same = n,Dial(SIP/6002)
{noformat}
> MixMonitor Append Flag Ignored
> ------------------------------
>
> Key: ASTERISK-23377
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23377
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_mixmonitor
> Affects Versions: 1.8.25.0
> Environment: CentOS 6.5, Kernel 2.6.32-431.5.1, i686
> Reporter: Matthew Wiesemann
> Assignee: Matthew Wiesemann
> Severity: Minor
>
> While using Asterisk 1.8.25, the dialplan application MixMonitor ignores the "a" flag. When attempting to append to an already existing file with the "a" flag, the file is replaced with a new one. I have attempted multiple file locations with multiple attempts and cannot get the recording to be appended to, only replaced.
--
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