[asterisk-users] Monitor group calls (recording calls)
Paolo Carpo
pcarpo at nuoviinvestimenti.it
Fri Oct 31 10:09:55 CDT 2008
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/4d14189e/attachment.htm
More information about the asterisk-users
mailing list