[Home]

Summary:ASTERISK-19456: Turn Off Warning Message When Bind Address Is Set To ANY
Reporter:Michael L. Young (elguero)Labels:
Date Opened:2012-03-01 14:16:02.000-0600Date Closed:2012-04-16 21:39:19
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/IPv6
Versions:SVN 1.8.9.3 10.1.3 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip_ipv6_message.diff
Description:When the udpbindport=:: is set, a warning message is displayed that "Address remapping activated in sip.conf but we're using IPv6, which doesn't need it.  Please remove 'localnet' and/or 'externaddr' settings".  But if one is running dual stack, we shouldn't be told to turn those settings off.

The proposed patch checks if the bind address is an any address or not.  If it is _not_ an any address, it will then display the warning otherwise it will not be displayed.
Comments:By: Matt Jordan (mjordan) 2012-03-13 09:06:56.052-0500

Michael:

I know there's been some IPv6 work done by yourself and Sean Bright - did this get committed as part of that?  Or does it need someone to push it in?

Matt

By: Michael L. Young (elguero) 2012-03-13 09:23:00.747-0500

Matt,

Yes, this and the other issue (ipv6 security events) still need to be pushed in.

I have no problem doing it if you guys trust me enough with commit privileges instead of taking time away from others.  Otherwise, yes, I need someone to push it in for me.

Thanks,
Michael

By: Matt Jordan (mjordan) 2012-03-13 11:26:34.403-0500

Michael: I don't see any reason why not :-).  I'll have Jason contact you at the e-mail address you have listed on Review Board.

By: Michael L. Young (elguero) 2012-03-20 11:24:20.098-0500

Matt:  Thanks!  I just wanted to check that I didn't miss Jason's email.  I haven't received anything yet.