12-05-2006 05:49 AM - edited 03-13-2019 03:50 PM
I'm setting up a new PRI and it's working great until I switch into SRST. I can receive one call in and the second one rings busy. I am also unable to call out.
Here's part of my config. Any help would be appreciated.
voice-port 0/1/0:23
connection plar 1350
!
dial-peer voice 999010 pots
service mgcpapp
port 0/1/0:23
!
dial-peer voice 30 pots
service mgcpapp
port 0/1/0:23
!
dial-peer voice 301 pots
service default
destination-pattern 9...[2-9]......
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
port 0/1/0:23
forward-digits 7
!
dial-peer voice 302 pots
service default
destination-pattern 91[2-9].........
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
port 0/1/0:23
forward-digits 11
!
!
!
!
call-manager-fallback
max-conferences 4 gain -6
timeouts interdigit 4
ip source-address 10.129.36.1 port 2000
max-ephones 30
max-dn 150
default-destination 1350
alias 1 1350 to 1351 preference 1
alias 2 1350 to 1352 preference 2
date-format dd-mm-yy
Solved! Go to Solution.
12-06-2006 12:28 PM
try the following:
call-manager-fallback
alias 1 1350 to 1350 preference 1 cfw 1351 timeout 10
max-dn 150 dual-line preference 2
Remove the other alias commands and replace the max-dn command. This should properly set the call forward no answer and call forward busy settings for 1350 to send additional calls to 1351. If you don't want the call-waiting enabled, leave out the "dual-line" keyword.
12-05-2006 07:39 AM
debug isdn q931 would help in this (and many others) case.
12-05-2006 08:29 AM
Do you have the following configured:
application
global
service alternate default
Does the PRI fallback into SRST, if you run:
sh call-manager-fallback
and
sh isdn status
what does it show?
Chris
12-05-2006 01:56 PM
I do have the application, global, service alternate default.
I'll try the show commands and see what I can find.
12-05-2006 07:26 PM
The problem is relating to the "connection plar 1350" on the voice-port. This is sending all calls directly to the phone with extension 1350. Once a call is connected, the phone is busy, and all further incoming calls will ring busy.
A possible solution would be to enable "dual-line" (or call waiting). This would allow two calls to come in.
If you have DID's on this PRI, then the best option would be to configure the gateway to properly route directly to the DN's instead of sending everything to 1350.
12-06-2006 05:42 AM
I'm not using DID's on this PRI. I thought using the alias command would allow another call in?
12-06-2006 08:59 AM
The alias command will not allow a second call to come in. You can enable dual-line by changing "max-dn 150" to "max-dn 150 dual-line". This will turn on call waiting on the phone lines.
12-06-2006 10:40 AM
Is it possible to get calls to a second phone then?
12-06-2006 12:28 PM
try the following:
call-manager-fallback
alias 1 1350 to 1350 preference 1 cfw 1351 timeout 10
max-dn 150 dual-line preference 2
Remove the other alias commands and replace the max-dn command. This should properly set the call forward no answer and call forward busy settings for 1350 to send additional calls to 1351. If you don't want the call-waiting enabled, leave out the "dual-line" keyword.
12-06-2006 06:54 PM
Thanks Dennis I'll give it a shot.
12-07-2006 05:30 AM
Dennis this worked perfectly thank you.
12-07-2006 10:08 AM
My pleasure.
12-06-2006 10:23 AM
I am going to post my config as well. I have the exact same issue as jobegates but a little different config. Any other ideas? Thx,
dial-peer voice 999022 pots
application mgcpapp
port 0/2/2
!
dial-peer voice 999023 pots
application mgcpapp
port 0/2/3
!
dial-peer voice 1 pots
description SRST Primary Dial Peer
application default
destination-pattern 9T
incoming called-number .
direct-inward-dial
port 0/0/0:23
!
dial-peer voice 999020 pots
application mgcpapp
port 0/2/0
!
dial-peer voice 999021 pots
application mgcpapp
port 0/2/1
!
!
!
call-manager-fallback
secondary-dialtone 9
max-conferences 8
ip source-address 10.193.255.218 port 2000
max-ephones 76
max-dn 190 dual-line
dialplan-pattern 1 63069388.. extension-length 4
translate called 10
moh 211616.wav
multicast moh 239.1.1.1 port 16384 route 10.193.218.1 10.193.255.218
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide