Following Dialplan allows me to assign call to a extesion that is not busy.
(I have put call-limit=1 for each extenstion in sip.conf)
In following dialplan what imporvements I can do? Because If I want to add more extensions then I have to modify follwing list
exten => 4000,1,Dial(SIP/100,20)
exten => 4000,n,Dial(SIP/101,20)
exten => 4000,n,Dial(SIP/102,20)
exten => 4000,n,Dial(SIP/103,20)
exten => 4000,n,Goto(4000,1)
How I can use s?