Further,<br>Before I start working on full project, I wanted to test the functionalities to be implemented. So I wrote a small test dialplan to check whether I can record a Queue call in Macro which gets executed on Member answer. My actual macro would be like this...<br>
<br>[macro-agntanserd]<br>exten =&gt; s,1,Noop(########## Agent answered the call. Record the call ##########)<br>;-- Check whether to record a call or not --;<br>same =&gt; n,Set(ARRAY(RECORDCALL,ONDEMAND)=${ODBC_CHECK_CALL_RECORDING(${MEMBERNAME})})<br>
same =&gt; n,ExecIf($[${RECORDCALL} = 1]?MixMonitor(testmixmonitorB.wav,W(4)):Noop())<br><br>And I have a realtime Queue in which members are added/removed dynamically.<br><br>Any help or pointer will be appreciated.<br>Thanks,<br>
--AM<br><br><div class="gmail_quote">On Fri, May 6, 2011 at 9:52 AM, Asterisk Man <span dir="ltr">&lt;<a href="mailto:theasteriskman@gmail.com">theasteriskman@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thank you very much for your response and suggestion.<br>I raised the question because in my project I don&#39;t want to record all the Queue <br><br>calls. I just want to record calls connected with some specific members.<br>

<br>--AM<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5"><font color="#888888"><br>
</font><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>
</blockquote></div><br>