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