Thanks for the input. I think that works as my other recordings work. I will test that again regardless.<div><br></div><div>Is there no real other way to know why MixMonitor fails or look more into it?</div><div><br></div>

<div>Regards,</div><div>Bruce<br><br><div class="gmail_quote">On Wed, May 4, 2011 at 5:03 AM, salaheddine elharit <span dir="ltr">&lt;<a href="mailto:salah.elharit200@gmail.com">salah.elharit200@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div dir="ltr"><div>hi</div>
<div> </div>
<div>you can add this in extenssion.conf </div>
<div> </div>
<div><span lang="FR">
<p>exten =&gt; 223,1,Answer()</p>
<p>exten =&gt; 223,2,MixMonitor(test_${UNIQUEID}.wav|av(0)V(0))</p>
<p>exten =&gt; 223,3,Dial(SIP/223)</p>
<p>exten =&gt; 223,4,Hangup()</p>
<p>i can record without any issue in /var/spool/asterisk/monitor</p></span><br><br></div><div><div></div><div class="h5">
<div class="gmail_quote">2011/5/4 Bruce B <span dir="ltr">&lt;<a href="mailto:bruceb444@gmail.com" target="_blank">bruceb444@gmail.com</a>&gt;</span><br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
<div>Thanks for the input.</div>
<div><br></div>Yes, I did call out many times, but the recording doesn&#39;t happen even after the call is bridged and there is two way audio. I also took out the &quot;b&quot; option and so it should recording the ringing right (even before call is bridged) but it doesn&#39;t do that or any recording at all. 
<div><br></div>
<div>Any other suggestions as to what I can do to see why this is not recording?</div>
<div><br></div>
<div>Regards, 
<div>
<div></div>
<div><br><br>
<div class="gmail_quote">On Tue, May 3, 2011 at 2:13 AM, virendra bhati <span dir="ltr">&lt;<a href="mailto:virbhati@gmail.com" target="_blank">virbhati@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
<div dir="ltr">Hi,<br><br>As per your Dialplan MixMonitor will work after call bridge, In you case still call is not bridge. That&#39;s why MixMonitor is waiting of call bridge...<br><br><b>
<div>MixMonitor(Q-${QDIALER_QUEUE}-${UNIQUEID}.WAV,b,)<br></div>option b=&gt;</b><b> A bridge flag allows recording to only take place when the channel is bridged.</b>  <br><br>So just for test make sip call and start mixmonitor to test the recorded file.<br>


default path od recording id<br><b><br> /var/spool/asterisk/monitor/<br><br></b>
<div class="gmail_quote">
<div>
<div></div>
<div>On Tue, May 3, 2011 at 10:40 AM, Bruce B <span dir="ltr">&lt;<a href="mailto:bruceb444@gmail.com" target="_blank">bruceb444@gmail.com</a>&gt;</span> wrote:<br></div></div>
<blockquote style="border-left:rgb(204,204,204) 1px solid;margin:0pt 0pt 0pt 0.8ex;padding-left:1ex" class="gmail_quote">
<div>
<div></div>
<div>Hi everyone, 
<div><br></div>
<div>For some reason MixMonitor doesn&#39;t record when it should; It actually shows the MixMonitor line just fine on the CLI. How can MixMonitor be debugged for things like privilege issues or filename issues?</div>
<div><br></div>
<div>**I had this working at one point and then stopped working. Not sure what I changed.</div>
<div><br></div>
<div>System Info:</div>
<div>Asterisk 1.4.21.2</div>
<div>Queuemetrics 1.6.3.0</div>
<div><br></div>
<div><br></div>
<div>[queuedial]</div>
<div>
<div>; this piece of dialplan is just a calling hook into the [qm-queuedial] context that actually does the</div>
<div>; outbound dialing - replace as needed - just fill in the same variables.</div>
<div>exten =&gt; _XXX.,1,Set(QDIALER_QUEUE=q-${EXTEN:0:3})</div>
<div>exten =&gt; _XXX.,n,Set(QDIALER_NUMBER=${EXTEN:3})</div>
<div>exten =&gt; _XXX.,n,Set(QDIALER_AGENT=Agent/${CALLERID(num)})</div>
<div>exten =&gt; _XXX.,n,Set(QDIALER_CHANNEL=ZAP/g0/${QDIALER_NUMBER})</div>
<div>exten =&gt; _XXX.,n,Set(QueueName=${QDIALER_QUEUE})</div>
<div><b>exten =&gt; _XXX.,n,MixMonitor(Q-${QDIALER_QUEUE}-${UNIQUEID}.WAV,b,)</b></div>
<div>exten =&gt; _XXX.,n,Goto(qm-queuedial,s,1)</div></div>
<div><br></div>
<div>CLI output:</div>
<div>
<div>-- Called 4904166356574@queuedial/n</div>
<div>    -- Executing [4904166356574@queuedial:1] Set(&quot;Local/4904166356574@queuedial-d851,2&quot;, &quot;QDIALER_QUEUE=q-490&quot;) in new stack</div>
<div>    -- Executing [4904166356574@queuedial:2] Set(&quot;Local/4904166356574@queuedial-d851,2&quot;, &quot;QDIALER_NUMBER=4166356574&quot;) in new stack</div>
<div>    -- Executing [4904166356574@queuedial:3] Set(&quot;Local/4904166356574@queuedial-d851,2&quot;, &quot;QDIALER_AGENT=Agent/19053640558&quot;) in new stack</div>
<div>    -- Executing [4904166356574@queuedial:4] Set(&quot;Local/4904166356574@queuedial-d851,2&quot;, &quot;QDIALER_CHANNEL=ZAP/g0/4166356574&quot;) in new stack</div>
<div>    -- Executing [4904166356574@queuedial:5] Set(&quot;Local/4904166356574@queuedial-d851,2&quot;, &quot;QueueName=q-490&quot;) in new stack</div>
<div><b>    -- Executing [4904166356574@queuedial:6] MixMonitor(&quot;Local/4904166356574@queuedial-d851,2&quot;, &quot;Q-q-490-1304399098.18.WAV|b|&quot;) in new stack</b></div>
<div>    -- Executing [4904166356574@queuedial:7] Goto(&quot;Local/4904166356574@queuedial-d851,2&quot;, &quot;qm-queuedial|s|1&quot;) in new stack</div>
<div>    -- Goto (qm-queuedial,s,1)</div></div>
<div><br></div>
<div>Trying to locate file:</div>
<div>
<div>root@pbx:~ $ updatedb</div>
<div>root@pbx:~ $ locate Q-q-490-1304399098.18.WAV</div>
<div>root@pbx:~ $ ls /var/spool/asterisk/monitor/Q-q*</div>
<div>ls: /var/spool/asterisk/monitor/Q-q*: No such file or directory</div></div>
<div><br></div>
<div>I also turned on the Debug but I couldn&#39;t see anything out of the norm. As you can see above the CLI output is just fine.</div>
<div><br></div>
<div>Thanks,</div>
<div>Bruce</div><br></div></div>--<br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br>


New to Asterisk? Join us for a live introductory webinar every Thurs:<br>              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>


  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>
<div dir="ltr"><br><br><br>-----<br>Thanks and regards<br><br> Virendra Bhati<br><a href="tel:%2B91-9172341457" value="+919172341457" target="_blank">+91-9172341457</a><br></div><br></div><br>--<br>_____________________________________________________________________<br>


-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br>New to Asterisk? Join us for a live introductory webinar every Thurs:<br>              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>


<br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>


</blockquote></div><br></div></div></div><br>--<br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br>


New to Asterisk? Join us for a live introductory webinar every Thurs:<br>              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>


  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div></div></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>