Link to home
Start Free TrialLog in
Avatar of SpencerScannell
SpencerScannell

asked on

How to dial long distance with pots phone

I can only make local calls from a pots phone plugged into an FXS port on a Cisco gateway. I can make long distance calls from our VoIP phones, which are Cisco and Cisco Call Manager. The dial-peers seem to be correct. Any help would be appreciated. Thanks!!
Avatar of exploitedj
exploitedj
Flag of United States of America image

What are the dial plans/destination patterns (the regular expressions that evaluate the numbers dialed) configured as associated with the FXS ports? Are they only seven digits?
Avatar of SpencerScannell
SpencerScannell

ASKER

Here are the dial-peers. Is this what you're looking for?

dial-peer voice 100 pots
 description Inbound SRST dial-peer
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 9911
 port 0/0/0:23
 forward-digits 3
dial-peer voice 105 pots
 description 911 Dialing
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 911
 port 0/0/0:23
 forward-digits 3
dial-peer voice 110 pots
 description Long Distance 11 Digit Dialing
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 91[2-9].........
 port 0/0/0:23
 forward-digits 11
dial-peer voice 115 pots
 description International Dialing
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 9011T
 port 0/0/0:23
 prefix 011
dial-peer voice 120 pots
 description 830 Dialing
 translation-profile outgoing outbound-main-number-mask
 preference 1
 destination-pattern 9830.......
 port 0/0/0:23
 forward-digits 10
dial-peer voice 1000 voip
 description Internal Dialing to 9.0 Ext 3[3,5-9]XX
 preference 1
 destination-pattern 3[3,5-9]...
 session target ipv4:10.98.30.75
 dtmf-relay h245-alphanumeric
 no vad
dial-peer voice 1010 voip
 description SRST Dialing to Ext 3XXX
 preference 5
 destination-pattern 3...
 session target ipv4:10.39.20.1
 dtmf-relay h245-alphanumeric
 no vad
dial-peer voice 1020 voip
 description Internal VOIP Dialing Ext 49XX
 preference 1
 destination-pattern 49..
 session target ipv4:10.98.30.75
 dtmf-relay h245-alphanumeric
 no vad
dial-peer voice 1030 voip
 description Internal VOIP Dialing to 9.0 Ext 4[0-6,9]XX
 preference 1
 destination-pattern 4[0-6,9]..
 session target ipv4:10.98.30.75
 dtmf-relay h245-alphanumeric
 no vad
dial-peer voice 1050 voip
 description Internal Dialing to Ext 3XXX
 preference 1
 destination-pattern 3...
 session target ipv4:10.98.30.18
 dtmf-relay h245-alphanumeric
 no vad
dial-peer voice 125 pots
 description 1st_FLR_FAX
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 4870
 port 0/1/0
 forward-digits 0
dial-peer voice 1060 voip
 destination-pattern 5...
 session target ipv4:10.98.30.75
 dtmf-relay h245-alphanumeric
 no vad
dial-peer voice 1040 voip
 destination-pattern 48..
 session target ipv4:10.98.30.75
 dtmf-relay h245-alphanumeric
 codec g711ulaw
 no vad
dial-peer voice 101 pots
 description Inbound SRST dial-peer
 translation-profile incoming Inbound-DID
 incoming called-number .
 direct-inward-dial
 port 0/0/0:23
 forward-digits all
dial-peer voice 199 pots
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 9.......
 port 0/0/0:23
dial-peer voice 130 pots
 description 2nd_FLR_FAX
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 4810
 port 0/1/2
dial-peer voice 135 pots
 description HR_FAX
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 4886
 port 0/1/3
Avatar of Bryant Schaper
If you connect an anolog device to the line can you make LD calls, ie does it have LD service?
It is weird to me, but why do you not strip the 9 on the local calls, using the same PRI port as you do on the long distance? Note the forward digits 11.

dial-peer voice 199 pots
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 9.......
 port 0/0/0:23

dial-peer voice 110 pots
 description Long Distance 11 Digit Dialing
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 91[2-9].........
 port 0/0/0:23
 forward-digits 11
I am able to make LD calls with the IP phones, but when I connect a POTS phone to the FXS port it only let me dial 7 digits.
That dial-peer was just an oversight on my part. I added the forward-digits 7 to it.
What does the config for the FXS interface look like?
could it be the search space instead
Calling search spaces wouldn't be used unless the analog phone connects to callmanager through MGCP, or the call is sent to callmanager first as H323 and then routed out to the PRI again. A show running would be of help, but a sample call debugged would be even better, both would be best.

debug voip ccapi inout
debug voice ccapi inout
debug vpm signal
debug h225 asn1

Provided called number
The number I'm trying to dial is 1-361-814-3100. It looks like I'm trying to dial 9-136-1814, or something like that. Just to make sure, I CAN dial long distance from my VoIP phones.
debug-voice-ccapi-inout-9-12-14.txt
debug-voip-dialpeer-9-12-14.txt
Can you attach a show run of the voice gateway? Or at least the snippet for dial-peer 199, including the line that says dial-peer voice 199 pots (or voip)
It is above and only has seven dots. Need to bump the number up and or change the stripped numbers before
Here's the show run.

I know it has something to do with the dial-peers. I can't figure out why it keeps only using dial-peer 199 instead of 110. How does it choose which one to use?

At some of our other locations we have:

dial-peer voice 115 pots
 description Long Distance 11 Digit Dialing
 translation-profile outgoing outbound-main-number-mask
 destination-pattern 91[2-9].........
 forward-digits 11

dial-peer voice 130 pots
 description 7 Digit Dialing
 translation-profile outgoing outbound-main-number-mask
 preference 1
 destination-pattern 9T
 forward-digits 7
ASKER CERTIFIED SOLUTION
Avatar of exploitedj
exploitedj
Flag of United States of America 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
Solved?