Re: [Asterisk-Users] Ringing an extension on multiple phones

2005-01-07 Thread Alexander Lopez
Title: Re: [Asterisk-Users] Ringing an extension on multiple phones There are several options here. You can set up a queue and have the phones ring un the order you like. Setup an additional extension on every phone. Set up an AGI script that allows them to login to the receptionist calls

Re: [Asterisk-Users] Ringing an extension on multiple phones

2005-01-07 Thread Listas
You can Dial() extension SIP/line1SIP/line2 even more you can and that will call both extensions only after a 5 seconds timeout exten = xxx,1,Dial(SIP/line1,5) exten = xxx,2,Dial(SIP/line1SIP/line2,10) etc... that's if I understood what ou needed... bye, M. - Original Message - From:

RE: [Asterisk-Users] Ringing an extension on multiple phones

2005-01-07 Thread Bill Seddon
-Commercial Discussion Subject: Re: [Asterisk-Users] Ringing an extension on multiple phones You can Dial() extension SIP/line1SIP/line2 even more you can and that will call both extensions only after a 5 seconds timeout exten = xxx,1,Dial(SIP/line1,5) exten = xxx,2,Dial(SIP/line1SIP/line2,10) etc