aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-11 17:08:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-11 17:08:52 +0000
commit44a872aadc7c89bf0c1846917ad73036b37db916 (patch)
tree25280d83230df46e9de3ec9bd94121b35825911c /configs/iax.conf.sample
parent04f9f836ba5b14dc85e65ba958c301be6715ba5e (diff)
Allow multiple bindaddrs so asterisk uses the same interface for tx as rx
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4756 f38db490-d61c-443f-a65b-d21fe96a405b
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