<!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.6000.16705" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=903001715-31102008><FONT face=Arial
size=2>Hi Paolo,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=903001715-31102008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=903001715-31102008><FONT face=Arial
size=2>You can always supply a command with MixMonitor to rename the file after
the call is completed. At that point the variables are evaluated and you can
probably rename/move the recording to which phone answered the call. It looks
like Monitor doesn't have this feature, but I'm sure you could still rename the
file AFTER the Dial is complete just using System().</FONT></SPAN></DIV><!-- Converted from text/plain format -->
<P align=left><FONT size=2>Martin Smith, Systems
Developer<BR>martins@bebr.ufl.edu<BR>Bureau of Economic and Business
Research<BR>University of Florida<BR>(352) 392-0171 Ext. 221</FONT> </P>
<DIV> </DIV><BR>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <B>On Behalf Of </B>Paolo
Carpo<BR><B>Sent:</B> Friday, October 31, 2008 11:10 AM<BR><B>To:</B>
asterisk-users@lists.digium.com<BR><B>Subject:</B> [asterisk-users] Monitor
group calls (recording calls)<BR></FONT><BR></DIV>
<DIV></DIV><BR><FONT face=sans-serif size=2>Hello there,</FONT> <BR><BR><FONT
face=sans-serif size=2>I appreciate any help about this problem that I can't
figure out...</FONT> <BR><BR><FONT face=sans-serif size=2>I need to record all
my calls: this is pretty easy using Monitor() before the Dial().</FONT>
<BR><FONT face=sans-serif size=2> eg: </FONT><BR><BR><FONT
face=sans-serif size=2>exten =>
425,n,Monitor(wav49,/var/spool/asterisk/monitor/425/${EPOCH}_${CALLERID(num)}_in,mb)</FONT>
<BR><FONT face=sans-serif size=2>exten => 425,n,Dial(${PHONE1},10)</FONT>
<BR><BR><FONT face=sans-serif size=2>Now, I want to create a call group: I
mean, I want a number (eg 800) that makes 3,4...10 phones ringing together. I
found 2 modes to do this:</FONT> <BR><BR><FONT face=sans-serif size=2>1) exten
=> 800,n,Dial(${PHONE1}&${PHONE2}&${...},15)</FONT> <BR><FONT
face=sans-serif size=2>2) with Asterisk 1.6:</FONT> <BR><FONT face=sans-serif
size=2>exten => 800,n,Set(DIALGROUP(test,add)=${PHONE1})</FONT> <BR><FONT
face=sans-serif size=2>exten =>
800,n,Set(DIALGROUP(test,add)=${PHONE2})</FONT> <BR><FONT face=sans-serif
size=2>....</FONT> <BR><FONT face=sans-serif size=2>exten =>
800,n,Dial(${DIALGROUP(test)}) </FONT> <BR><BR><FONT face=sans-serif
size=2>How can I record a call made to the number 800 but that will be stored
on the directory of the phone (eg ${PHONE2}) that really picks up the
call?</FONT> <BR><BR><FONT face=sans-serif size=2>Thanks a lot in
advance,</FONT> <BR><BR><FONT face=sans-serif size=2>Regards</FONT> <BR><FONT
face=sans-serif size=2>Paul</FONT> <BR><BR><BR></BLOCKQUOTE></BODY></HTML>