cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
838
Views
0
Helpful
2
Replies

Route UC540 Dial 9 Call Out A UC560 At A Different Site

dwilson1031
Level 1
Level 1

I have a customer that has a UC540 (FXO) and a UC5460 (PRI).  The two systems are connected by a MetroE circuit.  The customer wants dial 9 calls placed from the UC540 to go out the PRI on the UC560.  Can this be done an dif yes how?

1 Accepted Solution

Accepted Solutions

Brandon Buffin
VIP Alumni
VIP Alumni

Yes, this is possible. The following is the basic config.

UC540

dial-peer voice 1 voip

destination-pattern 9T

session target ipv4:1.1.1.1 (IP address of UC560)

UC560

voice service voip

  allow connections h323 to h323

dial-peer voice 1 voip

incoming called-number 9T

This is assuming the dial peers pointing to the PRI on the UC560 are already in place.

Hope this helps.

Brandon

View solution in original post

2 Replies 2

Brandon Buffin
VIP Alumni
VIP Alumni

Yes, this is possible. The following is the basic config.

UC540

dial-peer voice 1 voip

destination-pattern 9T

session target ipv4:1.1.1.1 (IP address of UC560)

UC560

voice service voip

  allow connections h323 to h323

dial-peer voice 1 voip

incoming called-number 9T

This is assuming the dial peers pointing to the PRI on the UC560 are already in place.

Hope this helps.

Brandon

Brandon,

Your suggestion works but only if a FXO trunk is not available.  At this time the customer seems to be happy with the solution.

Thank you.

Doug