Asterisk: IPv6

From OnnoWiki
Revision as of 08:25, 11 July 2015 by Onnowpurbo (talk | contribs) (New page: Sumber: http://blog.voicebyip.com/?p=147 Configuring IPv6 support in Asterisk: Enabling IPv6 support in Asterisk is incredibly simple. In your sip.conf enable SIP on all addresses by pl...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sumber: http://blog.voicebyip.com/?p=147


Configuring IPv6 support in Asterisk:

Enabling IPv6 support in Asterisk is incredibly simple. In your sip.conf enable SIP on all addresses by placing bindaddr=:: in the [general] section

   sip.conf
   [general]
   bindaddr=::

Asterisk will now route SIP traffic over IPv6 for any peers/users that have either a valid AAAA record for their hostname, or if you specify a peer/user with an IPv6 address.


Referensi