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
This commit is contained in:
Mark Spencer
2005-01-11 17:08:52 +00:00
parent 96271267c9
commit 186e36c403
6 changed files with 230 additions and 83 deletions

View File

@@ -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