08-08-2012 09:52 AM - edited 03-16-2019 12:36 PM
Hello,
I have 3 locations, all connected with MPLS via our ISP, and each location has a UC540. I would like to be able to dial site-to-site without using the Multisite Manager in CCA, as this creates it's own VPN tunnel for the site-to-site traffic. I read that I could do it by configuring the dial-peers with CLI, but am unsure how to make the routes between the boxes. Any help would be appreciated!
Solved! Go to Solution.
08-09-2012 07:33 AM
You just need to set the session-target as the remote IP of whatever remote site you are trying to call.
dial-peer voice 100 voip
description Send 1XXXX to 1.1.1.1
destination-pattern 1....
session-target ipv4:1.1.1.1
dial-peer voice 200 voip
description Send 2XXXX to 2.2.2.2
destination-pattern 2...
session-target ipv4:2.2.2.2
08-09-2012 07:26 AM
Do you have IP connectivity working between all 3 locations? If so, all you need to do is configure the dial-peers.
08-09-2012 07:30 AM
I do, and that is my question. I am unsure of how to configure the dial-peers for the site-to-site. I am familar with setting translation rules for normal calling, but I don't know how to do the site-to-site setup.
08-09-2012 07:33 AM
You just need to set the session-target as the remote IP of whatever remote site you are trying to call.
dial-peer voice 100 voip
description Send 1XXXX to 1.1.1.1
destination-pattern 1....
session-target ipv4:1.1.1.1
dial-peer voice 200 voip
description Send 2XXXX to 2.2.2.2
destination-pattern 2...
session-target ipv4:2.2.2.2
08-09-2012 07:40 AM
Thank you very much. I saw the pattern in my conf for going to voicemail, but wasn't sure of the exact configuration for setting the site-to-site dialing up. So each box would need to have both of those, as one is one location and one is the other. I also assume that I would have to add a dial-peer voice 300 voip for the 3rd location, correct?
08-09-2012 07:44 AM
Correct on the first part. You shouldn't need a 3rd one as each site connects to 2 other sites. Default codec is G.729 so you may need to change that depending upon your setup. You will also need to make sure the session-target IP address is the IP address you have H323 binded to on the remote UC540.
08-09-2012 07:49 AM
Excellent, thanks again for all the help!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide