cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
555
Views
0
Helpful
1
Replies

SIP source address control on a gateway

nwittenberg
Level 4
Level 4

Is there a way to control the SIP-UA source address for signaling and RTP on a gateway such as in h323 with the h323-gateway bind command? I want to do this with a loop back address so I can load balance over two Gigports.

1 Accepted Solution

Accepted Solutions

teodorgeorgiev
Level 4
Level 4

In config mode enter these commands:

1. config service voip

2. sip

3. bind all loopback 0

with the keyword "all" you set this interface as a source for both the RTP (media) and call signalling.

If you want to set it as a source only for the signalling thread, use the keyword "control" instead of "all".

I think that is the correct set of commands.

Better double check in Cisco documentation.

View solution in original post

1 Reply 1

teodorgeorgiev
Level 4
Level 4

In config mode enter these commands:

1. config service voip

2. sip

3. bind all loopback 0

with the keyword "all" you set this interface as a source for both the RTP (media) and call signalling.

If you want to set it as a source only for the signalling thread, use the keyword "control" instead of "all".

I think that is the correct set of commands.

Better double check in Cisco documentation.