[Asterisk-Users] meetme recording of one user in the conference

Davin O'Neill doneill at mitre.org
Tue Jun 7 17:17:04 MST 2005


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


More information about the asterisk-users mailing list