cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
353
Views
0
Helpful
3
Replies

FXO Card Installation

riazshams
Level 1
Level 1

hi guys,

I have CCME with Four FXO port card .. i am configuring FXO port first time .. below is my voice-port config:

voice-port 0/2/0

supervisory disconnect dualtone mid-call

compand-type a-law

cptone SA

connection plar 101

caller-id enable

and my dial-peer config is

dial-peer voice 1 pots

preference 1

destination-pattern 9T

port 0/2/0

with above config i am not able to make outgoing call .... how to troubleshoot FXO lines ....

for PRI or E1 we normally use debug isdn q931, what about FXO configuration ????

if there is some mistake in my config can any please correct it or share the running config ???

thanks in advance

Regards

3 Replies 3

Hello,

The problem is with your dial-peer 1. Pots dial-peers by default strip explicitly matched digits. You need to have a forward-digits command under the dial-peer. Example:

dial-peer voice 1 pots

description Local 7 Digit Dialing

destination-pattern 9.......

port 0/2/0

forward-digits 7

dial-peer voice 2 pots

description Local 10 Digit Dialing

destination-pattern 9[2-9].........

port 0/2/0

forward-digits 10

dial-peer voice 2 pots

description Long Distance

destination-pattern 91[2-9].........

port 0/2/0

forward-digits 11

In the above examples, the 9 will be stripped from the dialed digits, and the dial-peer will forward the specified amount of digits depending on which dial peer is matched. If you are just going to use the "9T" destination pattern, then you would just add "forward-digits all" under the dial peer, which will strip the 9, and forward the rest of the dialed digits. Make one of these dial-peers for each of the voice ports that you are using for outbound calls. Also, FYI, the command to debug FXO is "debug vpm signal".

Hope that helped, if so please rate.

jijo.paul
Level 1
Level 1

hi this is the configuration

conf t

voice-port 0/2/0

connection plar 101

exit

dial-peer voice 1 pots

description Local 7 Digit Dialing

destination-pattern 9.T

port 0/2/0

forward-digits 7

dial-peer voice 2 pots

description Local 10 Digit Dialing

destination-pattern 9.T

port 0/2/0

forward-digits 10

dial-peer voice 2 pots

description Long Distance

destination-pattern 9.T

port 0/2/0

forward-digits 11

and pls add prefix 9 to dialed no before dialing external call it will work.

hope this helps.pls rate

jijo

Just to add to the fine information you already have. The debug commmands to use with FXO/FXS cards is "debug vpm signal". This will tell you alot especially when paired with "debug voice dialpeer inout"..

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: