09-30-2010 01:00 PM - edited 03-16-2019 01:07 AM
I have cisco 7940's and 7960's with a 2821 router and CUCM 7.1.2. When the phones go into SRST, I can dial out and caller ID verifies the line I am calling out is correct and the phone has the correct line appearence, but dialing in does not work.
09-30-2010 01:10 PM
if you configure a prefix it may fix the problem for you
how many digits do you get from your provider ?
take a look at the following doc
09-30-2010 01:17 PM
You want to see how many digits are coming in from your provider, and reference that to the length of your DNs on CM. The phones register
to SRST with the extension they are configured with from CM.
So if your provider sends 1001, and you have 5553451001 configured on CM for the extension, the call will fail.
Also, if this is MGCP, make sure you have it configured to switch to the local call API when MGCPapp is down:
application
global
service alternate default
If you want to collect 'debug voip ccapi inout' and 'debug isdn q931' along with 'sh call-manager-fallback dial-peer' for an inbound SRST call, then it should be easy to figure out.
The previous poster is right, that you can use dialplan pattern to add digits ontot he front if the provider is presenting less digits than you have your extensions configured for. You can use a translation profile to do it, too. Or use num-exp, but that's a old & sloppy way.
09-30-2010 01:33 PM
I am going to try the debug, but in the mean time, I wanted to post what I had on the router to make sure that part is setup correctly. The phone numbers are fake, I didn't want to display the real ones
call-manager-fallback
max-conferences 4 gain -6
transfer-system local-consult
timeouts interdigit 2
ip source-address 10.99.99.1 port 2000
max-ephones 48
max-dn 96
system message primary CCM FallBack Phone Mode
system message secondary Emergency Mode
default-destination 8885555
call-forward pattern .T
call-forward busy 8885556
10-01-2010 04:49 AM
Steven,
I was able to do "debug voip ccapi inout" but "debug isdn q931" had a problem with the isdn part. Anyway the "debug voip ccapi inout" was very useful, as it showed the call was erroring out, but I can't figure out where it states what the provider is sending
10-01-2010 05:58 AM
I take the calls aren't coming in a PRI if that debug wasn't available work. What type of PSTN circuit are you using? If it is an analog FXO circut, no digits are sent, and you need to issue 'connection plar
Otherwise, CCAPI should show the digits being sent by the provider, if it is something like T1-CAS.
10-01-2010 06:36 AM
sorry about that I should have specified... it is 4 regular PSTN lines going into a 4 port fxo card
10-01-2010 06:59 AM
Since FXO ports can't receive a dialed number, you need to configure 'connection plar
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