summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-11 17:08:52 +0000
committerMark Spencer <markster@digium.com>2005-01-11 17:08:52 +0000
commit186e36c403a8dbba3021e8cd30a2b45eb528d1ab (patch)
tree25280d83230df46e9de3ec9bd94121b35825911c /configs/iax.conf.sample
parent96271267c93953fd53b7aa13aa3e44e7991e3bad (diff)
Allow multiple bindaddrs so asterisk uses the same interface for tx as rx
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-rwxr-xr-xconfigs/iax.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 93fede127..33eb02993 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -7,8 +7,10 @@
; local addresses).
;
[general]
-;bindport=4569
-;bindaddr=192.168.0.1
+;bindport=4569 ; bindport and bindaddr may be specified
+;bindaddr=192.168.0.1 ; more than once to bind to multiple
+; ; addresses, but the first will be the
+; ; default
;
; Set iaxcompat to yes if you plan to use layered
; switches. It incurs a small performance hit to enable it