summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorMichael L. Young <elgueromexicano@gmail.com>2013-10-23 02:36:01 +0000
committerMichael L. Young <elgueromexicano@gmail.com>2013-10-23 02:36:01 +0000
commit4ca92e3b8af8351a7d7cc66f9713b427c7cf1827 (patch)
tree5b099b254416981967b4e6f36cc4adbdb7975abf /configs/iax.conf.sample
parentf04a4328d823059b4d8c2abca732d4cdeb22a04f (diff)
chan_iax2: Fix Binding To Multiple Addresses Again
When reworking chan_iax2 for IPv6, the ability to bind to multiple addresses was removed by mistake. This patch restores this functionality and adds notes about IPv6 addresses in the sample config. (closes issue ASTERISK-22741) Reported by: Joshua Colp Tested by: Michael L. Young Patches: asterisk-22741-fix-binding-multiple-addr.diff uploaded by Michael L. Young (license 5026) Review: https://reviewboard.asterisk.org/r/2945/ ........ Merged revisions 401488 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-rw-r--r--configs/iax.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index d5ff72469..b74adc4b0 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -22,11 +22,13 @@
;bindport=4569 ; The default port to listen on
; NOTE: bindport must be specified BEFORE bindaddr or
; may be specified on a specific bindaddr if followed by
- ; colon and port (e.g. bindaddr=192.168.0.1:4569)
+ ; colon and port (e.g. bindaddr=192.168.0.1:4569) or for
+ ; IPv6 the address needs to be in brackets then colon
+ ; and port (e.g. bindaddr=[2001:db8::1]:4569).
;bindaddr=192.168.0.1 ; You can specify 'bindaddr' more than once to bind to
; multiple addresses, but the first will be the
- ; default.
+ ; default. IPv6 addresses are accepted.
;
; Set 'iaxcompat' to yes if you plan to use layered switches or some other