Michael Strelnikov
2006-Apr-10 05:14 UTC
[Asterisk-Users] Asterisk stops responding when internet is down
Hi, My * refuses SIP registrations when internet is down. All is returing at the moment when outside connection is up. What is wrong? -- Best regards, Michael Strelnikov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060410/35bd0b15/attachment.htm
Michiel van Baak
2006-Apr-10 05:46 UTC
[Asterisk-Users] Asterisk stops responding when internet is down
On 22:14, Mon 10 Apr 06, Michael Strelnikov wrote:> Hi, > > My * refuses SIP registrations when internet is down. All is returing at > the moment when outside connection is up. What is wrong?Try to set srvlookup=no in your sip.conf Or put all the phone ip's in the servers /etc/hosts This is clearly a resolving issue -- Michiel van Baak http://michiel.vanbaak.info michiel@vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Why is it drug addicts and computer afficionados are both called users?"
Michael Strelnikov
2006-Apr-12 00:30 UTC
[Asterisk-Users] Asterisk stops responding when internet is down
I just never used one. Is BIND good enough? On 4/12/06, Olle E Johansson <oej@edvina.net> wrote:> > > 12 apr 2006 kl. 08.46 skrev Michael Strelnikov: > > > What caching DNS do you recommend? > > > Anyone you feel comfortable running. > > /O > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best regards, Michael Strelnikov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060412/cef388c7/attachment.htm
Jay Milk
2006-Apr-14 09:43 UTC
[Asterisk-Users] Asterisk stops responding when internet is down
Michael Strelnikov wrote:> I just never used one. Is BIND good enough?dnsmasqd is quick and easy. All the joys of DNS caching without the pain of configuring a full-blown bind. Unless, of course, you do this sort of thing every day ;-)