cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
301
Views
5
Helpful
2
Replies

voip source address

nkariyawasam
Level 1
Level 1

I have following config;

Interface Loopback 0

ip address 192.168.200.1 255.255.255.252

!

Interface serial 0

ip address 192.168.12.5 255.255.255.252

!

Dial peer 0 pots

port 2/1

destination pattern 222

!

dial-peer voice 10 voip

destination patter 333

session-target IPV4:192.168.100.1

!

As I can see, the VoIP packets originated form the router, and leaving the WAN interface will have source address of Serial 0, ie 192.168.12.5.

Is ther any way that I can specify the Loopback ) address for Voip packets instead of serial 0 ?

2 Replies 2

pbarman
Level 5
Level 5

Interface Loopback 0

ip address 192.168.200.1 255.255.255.252

h323-gateway voip bind srcaddr 192.168.200.1

green-robert
Level 1
Level 1

!

interface Loopback0

ip address 192.168.200.1 255.255.255.252

h323-gateway voip interface

h323-gateway voip h323-id 192.168.200.1

h323-gateway voip bind srcaddr 192.168.200.1

!

dial-peer voice 10 voip

destination-pattern 333

progress_ind setup enable 3

session target ipv4:(ip address of CCM)

dtmf-relay h245-alphanumeric

codec g711ulaw

ip qos dscp cs5 media

no vad

!

HTH

Rob