<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=762051000-08062005><FONT face=Arial size=2>I currently have my
Asterisk set up to "monitor" (record) all audio in my conference
room on meetme. However, Asterisk will record an "____in.wav" and
"_____out.wav" file for each user that joins the conference. Is there a
way to set my extensions.conf file up so it only records when user when
extension 1234 calls, for example? I'm assuming that the "___in.wav" file
from caller 1234 will capture all the audio from the other
callers.</FONT></SPAN></DIV>
<DIV><SPAN class=762051000-08062005><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=762051000-08062005><FONT face=Arial size=2>Here is my current
configuration:</FONT></SPAN></DIV>
<DIV><SPAN class=762051000-08062005><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=762051000-08062005><FONT face=Arial size=2>exten =>
2001,1,Answer<BR>exten => 2001,2,Wait<BR>exten =>
2001,3,SetVar(CALLFILENAME=${EXTEN:1}-${TIMESTAMP})<BR>exten =>
2001,4,Monitor(gsm,${CALLFILENAME})<BR>exten =>
2001,5,Meetme(2000,ps)</FONT></SPAN></DIV>
<DIV><SPAN class=762051000-08062005><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=762051000-08062005><FONT face=Arial size=2>Thanks for any
assistance you can provide!!</FONT></SPAN></DIV></BODY></HTML>