cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1106
Views
0
Helpful
8
Replies

Configure ToIP in WAN link

zain_gabon
Level 1
Level 1

Hi All,

i want to deploy the ToIP on my WAN and deploy remote Phone in the Remote Office.

find attached the diagram, can somebody help me with configuration?

At Headquarters, i have a router with FXO cards and we have a telephony system PABX with Analog and digital extension.

I want to deploy analog or digital extension in the remote office,

can someone help with routers configuration in HQ and remote office?

Thanks in advance

1 Accepted Solution

Accepted Solutions

Hi,

I think it should be easier no to have overlapping dialplan numbering and put 2XX on 1 side and 1XX on the other

Then you should configure your voice ports:

http://www.cisco.com/en/US/docs/routers/access/1700/1751/software/configuration/guide/Config.html#wp1028982

then configure your dial-peers:

http://www.cisco.com/en/US/docs/routers/access/1700/1751/software/configuration/guide/Config.html#wp1028705

let's suppose you leave 1XX on left router and put 2XX on right one.

left router:

dial-peer voice 1 voip

destination-pattern 2..

session-target ipv4:10.168.140.2

dial-peer voice 2 pots

destination-pattern 1..

no digit-strip

port X/X/X ---->your fxo port

right router :

dial-peer voice 1 voip

destination-pattern 1..

session-target ipv4: 10.168.140.1

dial-peer voice 2 pots

destination-pattern 2..

no digit-strip

port X/X/X  ---> your fxs port

for your fxo trunk maybe you'll have to configure more but I've never configured such a connection so my knowledge is limited for this type of trunk.

surely people ahving configured such a connection will complete this answer so your config is operational.

Regards.

Alain.

Don't forget to rate helpful posts.

View solution in original post

8 Replies 8

cadet alain
VIP Alumni
VIP Alumni

Hi,

The diagram is not very explicit. Could you post a good one.

Regards.

Alain.

Don't forget to rate helpful posts.

Hi,

what informations do you need on the diagram please?

Regards

Hi,

take a look at the diagram you posted and you'll see there is a problem.

Regards.

Alain.

Don't forget to rate helpful posts.

Thanks Guy,

Sorry, find the good diagram

Thanks a lot

Regards

ok,

can you give extensions of phones as well as ip addresses of wan link.

Regards.

Alain.

Don't forget to rate helpful posts.

Hi,

Find attached the complete diagram with addresses and phones extensions.

the four extensions 106, 107, 108 and 109 will be deployed on the remote site

the extensions 100, 101, 102 and many others extensions are deployed on the pabx

Thanks

Hi,

I think it should be easier no to have overlapping dialplan numbering and put 2XX on 1 side and 1XX on the other

Then you should configure your voice ports:

http://www.cisco.com/en/US/docs/routers/access/1700/1751/software/configuration/guide/Config.html#wp1028982

then configure your dial-peers:

http://www.cisco.com/en/US/docs/routers/access/1700/1751/software/configuration/guide/Config.html#wp1028705

let's suppose you leave 1XX on left router and put 2XX on right one.

left router:

dial-peer voice 1 voip

destination-pattern 2..

session-target ipv4:10.168.140.2

dial-peer voice 2 pots

destination-pattern 1..

no digit-strip

port X/X/X ---->your fxo port

right router :

dial-peer voice 1 voip

destination-pattern 1..

session-target ipv4: 10.168.140.1

dial-peer voice 2 pots

destination-pattern 2..

no digit-strip

port X/X/X  ---> your fxs port

for your fxo trunk maybe you'll have to configure more but I've never configured such a connection so my knowledge is limited for this type of trunk.

surely people ahving configured such a connection will complete this answer so your config is operational.

Regards.

Alain.

Don't forget to rate helpful posts.

Hi Alain,

Thanks for your response,

I will configure the routers like pdf files.

Regards.