On Thu, 21 Mar 2013 12:21:44 -0700, Michael L. Young wrote:

> How are you determining that it is not listening on IPv4?
> 
> bindaddr=:: should allow you to support dual stack.

That's what I thought would happen. When I set bindaddr=:: and use 
'netstat -lpn |grep 5060' it shows:

  udp6     0   0 :::5060           :::*         9898/asterisk

Services like this usually also support IPv4 and as much is suggested by 
this comment in the sip.conf that comes with my Asterisk package:

  ; (Note that using bindaddr=:: will show only a single
  ; IPv6 socket in netstat. IPv4 is supported at the same
  ; time using IPv4-mapped IPv6 addresses.)

However, the moment I reload my sip.conf with bindaddr=::, my entire list 
of IPv4-only peers loses contact with Asterisk with warnings about the 
network being unreachable. So, it would appear that the version of 
Asterisk that I'm using is operating with a single stack socket.

Cheers,

Jaap


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to