Remote answer

Hi all,

The company i work for has just set up an Asterisk Svr with 6 users Currently it is set up to ring all phones (as it has only just gone online)
when a call comes in.

I would like to change this so only one phone ext (ext201) receiption rings when a call comes in but i would like to be able to remotly answer all calls into this ext if for example receiption is on the phone or not there.

Is there an easy way to do this??

Thanks all

TJL

Something like this should work

exten => s,1,Dial(SIP/FrontDesk,15)
exten => s,2,Dial(SIP/1&SIP/2&SIP/3,15)
exten => s,3,Hangup
exten => s,102,Goto(s,2)

Thanks Zmanea ill look into it when i get to work

Cheers

sum