I have a client with 4 extensions and they want them to ring twice in order of 1,2,3,4 and if a line is busy pass that ext. and continue to the next available extension.
I’d appreciate being pointed in the right direction, they don’t require music or anything like that, just a ringing ext.
Thanks,
Tom
Do consecutive Dial application calls for each destination device. You can refine it by checking DIALSTATUS and HANGUPCAUSE, if you want.
Can you expand on the consecutive calls?
[from-pstn]
exten=>s,1,Answer()
same=>n,Dial(SIP/100,10)
same=>n,Dial(SIP/101,10)
same=>n,Dial(SIP/102,10)
same=>n,Dial(SIP/103,10)