On Tuesday 01 October 2013, Francesco Namuri wrote: > Hi, > my asterisk server has a strange behavior when all trunks are > unreachable (for example due to internet connection), it doesn't accept > registrations from any internal extension, and, obviously, I can't do > any internal call.
Asterisk really, really does not like not being able to see a DNS server, even if you think you have configured everything using IP addresses and hostsfile entries. It won't allow even internal calls if it cannot see any name servers. One way to deal with this is to install bind9 *on the Asterisk server itself*, and put "nameserver 127.0.0.1" in /etc/resolv.conf. -- AJS Answers come *after* questions. -- _____________________________________________________________________ -- 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
