Alex Zarubin
2003-Jun-09 18:09 UTC
[Asterisk-Users] Setting local IP address for the RTP port
If there are multiple NICs in the box, how do we specify the local IP address to be used for RTP? Anything in rtp.conf ? Thank you. Alex Zarubin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030609/d151f190/attachment.htm
Tilghman Lesher
2003-Jun-09 18:58 UTC
[Asterisk-Users] Setting local IP address for the RTP port
On Monday 09 June 2003 20:09, Alex Zarubin wrote:> If there are multiple NICs in the box, how do we specify the local IP > address to be used for RTP?You can't. RTP will automatically listen on all interfaces. -Tilghman
Jon Pounder
2003-Jun-09 19:50 UTC
[Asterisk-Users] Setting local IP address for the RTP port
without actually digging in the code, if it is sockets based, a simple mod to the bind call can bind to any non-default set of ips you wish. At 08:09 PM 6/9/2003 -0500, you wrote:>If there are multiple NICs in the box, how do we specify the local IP >address to be used for RTP? >Anything in rtp.conf ? > >Thank you. > >Alex Zarubin-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030609/48061adb/attachment.htm
Alex Zarubin
2003-Jun-10 09:37 UTC
[Asterisk-Users] Setting local IP address for the RTP port
Listening is not a problem. When we send RTP packets it's important to make sure we use the specific interface. For example, one interface is on internal subnet and the other one is on external. QoS etc. Do you think we'll have to change code for that? My guess it's a feature needed by many (and easy to implement). Thank you. Alex Zarubin -----Original Message----- From: Tilghman Lesher [mailto:tilghman@mail.jeffandtilghman.com] Sent: Monday, June 09, 2003 8:59 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Setting local IP address for the RTP port On Monday 09 June 2003 20:09, Alex Zarubin wrote:> If there are multiple NICs in the box, how do we specify the local IP > address to be used for RTP?You can't. RTP will automatically listen on all interfaces. -Tilghman _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030610/1d9173ef/attachment.htm