mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user