summaryrefslogtreecommitdiff
path: root/configs/samples
diff options
context:
space:
mode:
authorPaul Belanger <paul.belanger@polybeacon.com>2014-08-28 16:06:55 +0000
committerPaul Belanger <paul.belanger@polybeacon.com>2014-08-28 16:06:55 +0000
commitef28cc0d43a65cf933cb2b438fa7bf98a9808c82 (patch)
tree0102441a3b205fef1584818293551115eda50859 /configs/samples
parent327d67270f9f41c728710be5aa70eea88cab1245 (diff)
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
Diffstat (limited to 'configs/samples')
-rw-r--r--configs/samples/sip.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index 0d81a6b63..e9d688ae0 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -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