cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
308
Views
10
Helpful
4
Replies

Config Help on Dial Peer

angel-moon
Level 3
Level 3

Hello Everyone,

I have a PRI coming in on a 2800 series router and I need to send certain numbers that come in over to another router that has FXS ports connected to it. Can someone send an example of a dial-peer that will do that along with anything else I need to make that work?

Thanks in advance. All replies rated

4 Replies 4

Hello,

On the router with the PRI

dial-peer voice 100 voip

destination-pattern xxxx -(number you want to send to remote router)

session target ipv4:x.x.x.x (ip of remote router)

no vad

On the remote router:

dial-peer voice 200 pots

destination-pattern xxxx (ext of fxs port)

port x/x/x (fxs port)

Hope that helped, if so please rate

Thanks Kenneth!

Is there any way to get the inbound caller ID over to the FXS port so that it shows up when the call is completed? It is working but the caller ID is not showing up

As a second request we also need to configure a dial-peer that will send calls that originate from the second router over to the the first router with the PRI and then out to the PSTN.

Hello,

For the caller id, try adding the command "caller-id enable" under the fxs port configuration.

For the second issue:

dial-peer voice xxx voip

destination-pattern (pattern for outbound calls)

session target ipv4:x.x.x.x (ip of PRI router)

no vad

On the PRI router, im assuming you already have an outbound pots dial peer that can be used.

Hope that helped, if so please rate.