[asterisk-users] Extensions fail to register themselves when all trunks are unreachable.
A J Stiles
asterisk_list at earthshod.co.uk
Tue Oct 1 03:16:21 CDT 2013
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.
More information about the asterisk-users
mailing list