You are on page 1of 2

Ex2 Here is part of the configuration 0/3/0 is the FXS port where connect to the callers phone

voice-port 0/3/0 connection plar 5556001


dial-peer voice 5 pots destination-pattern 5556... port 0/2/0 forward-digits all ! dial-peer voice 1 pots destination-pattern 5556001

This command is creating VoIP call to 5556001 without any digit

port 0/2/0

This port is the FXO port which is route to the PSTN

forward-digits all

Problem: At first , when phone A is off-hook, we cant dial to phone B, but using the phone dial 5556001, the phone B is ringing. Cause: The above configuration , we configure the dial-peer voice 1 pots and dial-peer voice 5 pots, so the dial-peer voice 5 pots will win, and the dial-peer voice 5 pots the destination-pattern is 5556, the CO doesnt know which number to forward. Solution: 1. dial-peer voice 5 pots and change the destination-pattern to 5556001 or 2. no dial-peer voice 5 pots We can use the command debug voice dialpeer call to see which dialpeer voice ports is using. forward digit all is to forward all the digit (the full length of the destination dial pattern) to PSTN, if dont have, the PSTN dont know which

number to forward. If the destination-pattern is accurate, then the PSTN only forward the number.

You might also like