Hi Paolo,
 
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().

Martin Smith, Systems Developer
[EMAIL PROTECTED]
Bureau of Economic and Business Research
University of Florida
(352) 392-0171 Ext. 221 

 


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paolo
Carpo
        Sent: Friday, October 31, 2008 11:10 AM
        To: asterisk-users@lists.digium.com
        Subject: [asterisk-users] Monitor group calls (recording calls)
        
        

        Hello there, 
        
        I appreciate any help about this problem that I can't figure
out... 
        
        I need to record all my calls: this is pretty easy using
Monitor() before the Dial(). 
         eg: 
        
        exten =>
425,n,Monitor(wav49,/var/spool/asterisk/monitor/425/${EPOCH}_${CALLERID(
num)}_in,mb) 
        exten => 425,n,Dial(${PHONE1},10) 
        
        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: 
        
        1) exten => 800,n,Dial(${PHONE1}&${PHONE2}&${...},15) 
        2) with Asterisk 1.6: 
        exten => 800,n,Set(DIALGROUP(test,add)=${PHONE1}) 
        exten => 800,n,Set(DIALGROUP(test,add)=${PHONE2}) 
        .... 
        exten => 800,n,Dial(${DIALGROUP(test)})   
        
        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? 
        
        Thanks a lot in advance, 
        
        Regards 
        Paul 
        
        
        

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to