Davin O'Neill
2005-Jun-07  17:17 UTC
[Asterisk-Users] meetme recording of one user in the conference
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.
 
Here is my current configuration:
 
exten => 2001,1,Answer
exten => 2001,2,Wait
exten => 2001,3,SetVar(CALLFILENAME=${EXTEN:1}-${TIMESTAMP})
exten => 2001,4,Monitor(gsm,${CALLFILENAME})
exten => 2001,5,Meetme(2000,ps)
 
Thanks for any assistance you can provide!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20050607/39213739/attachment.htm
