Displaying 1 result from an estimated 1 matches for "testmixmonitorb".
Did you mean:
testmixmonitora
2011 May 05
2
[Asterisk 1.8.3.2] Mixmonitor not working on member(calling part) channel of Queue.
...st]
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 single recording for mixmonitor used before Queue()...
[root at testmachine monitor]# ls
testmixmonitorA.wav
Following is the Asterisk CLI output...
[May 5 17:26:34] -- Executing [1212 at mixm...