[asterisk-users] Monitor group calls (recording calls)
Martin Smith
martins at bebr.ufl.edu
Fri Oct 31 10:18:46 CDT 2008
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
martins at bebr.ufl.edu
Bureau of Economic and Business Research
University of Florida
(352) 392-0171 Ext. 221
________________________________
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Paolo
Carpo
Sent: Friday, October 31, 2008 11:10 AM
To: asterisk-users at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081031/57d3ffa7/attachment.htm
More information about the asterisk-users
mailing list