Displaying 1 result from an estimated 1 matches for "testmixmonitora".
2011 May 05
2
[Asterisk 1.8.3.2] Mixmonitor not working on member(calling part) channel of Queue.
...l when I use MixMonitor() before
placing the caller into Queue, but not when MixMonitor() is used in macro
which is called upon Member answering the call.
Following is my dialplan...
[mixmonitortest]
exten => 1212,1,Noop(########## Test mixmonitor with Queue ##########)
same => n,MixMonitor(testmixmonitorA.wav,W(4))
same => n,Queue(1,ct,,,50,,agntanserd)
[macro-agntanserd]
exten => s,1,Noop(########## Agent answered the call. Record the call
##########)
same => n,MixMonitor(testmixmonitorB.wav,W(4))
I checked default path for recordings (/var/spool/asterisk/monitor) and it
just shows a si...