mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
chan_sip.c: Add 'rtpbindaddr' setting
Users now have the ability to bind the rtpengine instance to a specific IP address. For example, you want chan_sip (call control) on eth0 but rtp (media) on eth1. ASTERISK-24280 #close Reported by: Paul Belanger Tested by: Paul Belanger Review: https://reviewboard.asterisk.org/r/3952/ Patches: rtpengine.diff uploaded by Paul Belanger git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@422241 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -180,6 +180,9 @@ allowoverlap=no ; Disable overlap dialing support. (Default is y
|
||||
udpbindaddr=0.0.0.0 ; IP address to bind UDP listen socket to (0.0.0.0 binds to all)
|
||||
; Optionally add a port number, 192.168.1.1:5062 (default is port 5060)
|
||||
|
||||
;rtpbindaddr=172.16.42.1 ; IP address to bind RTP listen sock to (default is disabled). When
|
||||
; disabled the udpbindaddr is used.
|
||||
|
||||
; When a dialog is started with another SIP endpoint, the other endpoint
|
||||
; should include an Allow header telling us what SIP methods the endpoint
|
||||
; implements. However, some endpoints either do not include an Allow header
|
||||
|
Reference in New Issue
Block a user