[asterisk-dev] Asterisk 1.8.0-beta1 is Now Available! - crashes for me
Dennis DeDonatis
asterisk at dennisd.com
Sat Jul 24 14:56:38 CDT 2010
> The Asterisk Development Team has announced the release of Asterisk
> 1.8.0-beta1. This release marks the beginning of the testing process
> for the eventual release of Asterisk 1.8.0.
> [...]
I downloaded 1.8.0-beta1 and skimmed the changes file and didn't notice anything that should be
a big problem for me, so I just ran with it with my existing configs (running fine on 1.6.2.11-rc1).
I got some expected error messages about new modules not configures (I'm autoloading in
modules.conf). That's normal.
These errors were unexpected:
[2010-07-24 14:09:05.511] ERROR[27104] chan_sip.c: Bad ACL entry in configuration line 1098 : callcentric.com
[2010-07-24 14:09:05.776] VERBOSE[27104] dnsmgr.c: -- adding dns manager for 'callcentric.com'
[2010-07-24 14:09:05.776] ERROR[27104] netsock2.c: getaddrinfo("(null)", "(null)", ...): Name or service not known
[2010-07-24 14:09:05.776] WARNING[27104] acl.c: Invalid IP address: (null)
[2010-07-24 14:09:05.776] ERROR[27104] chan_sip.c: Bad ACL entry in configuration line 1123 : callcentric.com
[2010-07-24 14:09:05.777] VERBOSE[27104] dnsmgr.c: -- adding dns manager for 'callcentric.com'
[2010-07-24 14:09:05.777] ERROR[27104] netsock2.c: getaddrinfo("(null)", "(null)", ...): Name or service not known
[2010-07-24 14:09:05.777] WARNING[27104] acl.c: Invalid IP address: (null)
[2010-07-24 14:09:05.777] ERROR[27104] chan_sip.c: Bad ACL entry in configuration line 1169 : outgoing.future-nine.com
[2010-07-24 14:09:05.778] VERBOSE[27104] dnsmgr.c: -- adding dns manager for 'outgoing.future-nine.com'
[2010-07-24 14:09:05.778] ERROR[27104] netsock2.c: getaddrinfo("(null)", "(null)", ...): Name or service not known
[2010-07-24 14:09:05.778] WARNING[27104] acl.c: Invalid IP address: (null)
[2010-07-24 14:09:05.778] ERROR[27104] chan_sip.c: Bad ACL entry in configuration line 1188 : incoming.future-nine.com
[2010-07-24 14:09:05.778] VERBOSE[27104] dnsmgr.c: -- adding dns manager for 'incoming.future-nine.com'
[2010-07-24 14:09:05.778] ERROR[27104] netsock2.c: getaddrinfo("(null)", "(null)", ...): Name or service not known
[2010-07-24 14:09:05.778] WARNING[27104] acl.c: Invalid IP address: (null)
[2010-07-24 14:09:05.778] ERROR[27104] chan_sip.c: Bad ACL entry in configuration line 1230 : chicago.voip.ms
[2010-07-24 14:09:05.779] VERBOSE[27104] dnsmgr.c: -- adding dns manager for 'chicago.voip.ms'
Line 1098 is:
host=callcentric.com
The other corresponding "Bad ACL entry" configuration lines are similar.
I looked in the sample sip.conf and don't see anything obvious.
I *DO* have IPv6 (tun6to4) up and running on this Fedora 12 machine, but I didn't touch any of my
config files, so nothing is configured in Asterisk.
In sip.conf, I do not have any permit or deny entries in the [provider] sections, nor do I have any
permit or deny entries in [general].
I do have 3 core dumps (safe_asterisk restarted it 3 times before I killed it). :)
Should I open a bug report on this or did I just do something obviously dumb?
Dennis
More information about the asterisk-dev
mailing list