I have 12 Sip Channels mainly used for incoming calls. The calls originally rang on an receptionist extension with 12 line appearances. The calls rang on a SNOM 320. The receptionist would then redirect the call to the correct person. Even though I have 12 sip channels after 5 or 6 simutanious calls, the 7th callers would get the message that the call could not be completed as dialed. On the asterisk CLI it says “Everyone is busy/congested at this time” and the call is rejected.
I changed the dial plan to ring multiple extensions at the same time but I still have the same problem. What should I do?
Dialplan:
RINGEVERYONE=SIP/2000&SIP/2005&SIP/2010&SIP/20015,500 ; 4 phones
;---------------------------------------------------------------------
; Incoming DID’s
;---------------------------------------------------------------------
exten => _99988870XX,1,Dial(${RINGEVERYONE})
Not everyone is on the phone when these calls are ringing. Basically I need the calls to ring until someone answeres them. I tried changing the dial plan to have the calls answered and to play back ringing sound as suggested in a different forum, but the call skipped past the ringing and went to hangup.
Thanks for any help.
Will.