[Home]

Summary:ASTERISK-08479: mixminotor don't record sounds played to callee
Reporter:Peng Yong (ppyy)Labels:
Date Opened:2007-01-03 23:56:49.000-0600Date Closed:2007-01-24 19:55:50.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_mixmonitor
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:i here the warning sound played to callee, and can't find it in the monitor file.

exten => 3001,1,Set(LIMIT_TIMEOUT_FILE=demo-thanks)
exten => 3001,n,Set(LIMIT_PLAYAUDIO_CALLER=yes)
exten => 3001,n,Set(LIMIT_PLAYAUDIO_CALLEE=yes)
exten => 3001,n,MixMonitor(test|b)
exten => 3001,n,Dial(SIP/${EXTEN}||L(50000:30000))
Comments:By: Joshua C. Colp (jcolp) 2007-01-24 19:55:50.000-0600

This is because of the 'b' option, it only records audio when the channels are bridged. When the warning sounds are played they are not bridged so it's not recorded. I have added a note however so that people will realize this. Done in 1.2 as of revision 52162, 1.4 as of revision 52163, and trunk as of revision 52168.