Link to home
Start Free TrialLog in
Avatar of belarmino_2000
belarmino_2000

asked on

Incoming calls on asterisk

I have the following dial plan:

exten => *123,1,voicemailmain
exten => 22561200,1,Dial(SIP/22561200,30)
exten => 22561200,102,Dial(SIP/22561202,30)
exten => 22561200,103,hangup
exten => 22561201,1,Dial(SIP/22561201&SIP/auto205,30)
exten => 22561201,2,voicemail(u2205)
exten => 22561201,3,hangup
.
.
.
The main pbx number is 22561200 and I would like to receive as many call as I want on that number. The sip phone connected to it is a Polycom sounip 601.

I can only recieve 2 calls on this number . How can I program asterisk to send me as many calls as it gets to this number ??? In order to recieve up to 4 calls , I have added to dial anohter number which is programmed on the same phone to receive the call attempt.

Please inform if you have some ideas that can help me receive unlimited calls on the same number.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of dkwiebe
dkwiebe
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of belarmino_2000
belarmino_2000

ASKER

Thank you very much, I was Focusing on Asterisk but the problem was in the phone that had a limit on the incoming calls, we tested what you suggested and everything is as we want it now.

I guess we can close the case with your answer.