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

voip dial peer ip address

alpritchard
Level 1
Level 1

can anyone confirm what ip address a 36xx h323 voip dial peer would use when it has to route ip traffic between subnets ?

If a callmanager is set to use the ip address on one of the routers' sub interfaces as the gateway address. Will that address always be used as the source ip if the router has to route to a remote phone via another interface ?

i have a worry that the router will use the ip address of the egress interface as it's source ip therefore leading to audio problems.

If so anyway around this - loopbacks ?

2 Replies 2

dgoodwin
Cisco Employee
Cisco Employee

You are correct in your concerns. If the endpoint of the RTP stream is out a different interface on the router, than the H.323 signaling and the RTP stream can originate from different IP addresses, causing one-way audio in most cirsumstances.

The best way to solve this problem is by using a Loopback interface, and using a command introduced in 12.1(2)T that will cause all H.323 signaling and RTP streams to source from this address. Then point your CallManager H.323 gateway config to this address. Example:

interface Loopback0

&nbspip address 10.1.1.1 255.255.255.0

&nbsph323-gateway voip bind srcaddr 10.1.1.1

thanks for the feedback.

One of my collegues was also told by TAC that 12.15T5 is the best IOS to be used and the command can't be used on subinterfaces (eg .1Q or ISL trunks)

It has to be a Physical or loopback as you suggested.