Might be this bug:<br>
<a href="http://bugs.digium.com/view.php?id=4528">http://bugs.digium.com/view.php?id=4528</a><br>
<br>
try adding 't' or 'T' to the Dial of the Zap if it's outbound.<br>
<br>
If that's not the problem, use the manager API to send a call from the
meetme room to an extension that does Monitor for a specified period of
time. That is how we do it in the astGUIclient suite and it works great.<br>
<br>
; extensions.conf entry:<br>
; this is used for recording conference calls, the client app sends the filename<br>
;&nbsp;&nbsp;&nbsp; value as a callerID, recordings go to /var/spool/asterisk/monitor<br>
exten =&gt; 8309,1,Answer<br>
exten =&gt; 8309,2,Monitor(wav,${CALLERIDNUM})<br>
exten =&gt; 8309,3,Wait,3600<br>
exten =&gt; 8309,4,Hangup<br>
<br>
<br>
Manager Command:<br>
Action: Originate<br>
Channel: Local/68600012@default<br>
Context: default<br>
Extension: 8309<br>
Priority: 1<br>
CallerID: FilenameGoesHere1234<br>
<br>
<br>
MATT---<br>
<br>
<br>
<br><br><div><span class="gmail_quote">On 9/21/05, <b class="gmail_sendername">Michal Misiak</b> &lt;<a href="mailto:beeren@wp.pl">beeren@wp.pl</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I tried to use Monitor(wav,filename) function in dialplan to record Meetme<br>conference. When I monitored on IAX2 or SIP channels in that conference It<br>recorded all audio (in and out) but when I monitored on ZAP channels I could
<br>hear only IN audio and piece of OUT audio (announcement get pin and than<br>nothing).<br><br>Anyone knows why this so happens??? I have asterisk 1.0.7 (debian package)<br>and DIGIUM TE410P card.<br><br>I attached my configuration file.
<br><br>---<br>[konf]<br>exten =&gt; 800,1,Monitor(wav,conf-201-${TIMESTAMP})<br>exten =&gt; 800,2,MeetMe(200|p)<br>exten =&gt; 800,3,StopMonitor()<br>---<br><br><br>Micha³ Misiak<br>--<br>Have a nice day!<br>phone: (+48 22) 4330419
<br>mobile: (+48) 888 395 336<br>e-mail: <a href="mailto:michal.misiak@etel.pl">michal.misiak@etel.pl</a><br>homepage: <a href="http://www.michalmisiak.prv.pl">www.michalmisiak.prv.pl</a><br><br><br>_______________________________________________
<br>--Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>