Armand Sulter
2005-Jun-09 08:04 UTC
[Asterisk-Users] having to reload asterix after internet connection failure
Hi, I've been having some problems with my internet connection, it cuts out for aprox 30 seconds at a time and after that i have to do a reload in asterix for it to re-register my sip account with broadvoice otherwise it won't accept any connection till i reload, is there a way for it to automatically re-register or am I missing something else ? Thx. Armand
Moises Silva
2005-Jun-09 09:20 UTC
[Asterisk-Users] having to reload asterix after internet connection failure
a simple workaround is to put a cronjob to execute #!/bin/bash asterisk -rx 'reload' of course, i think that the best choice is find out why is needed to reload, i dont think that is a normal behaviour best regards On 6/9/05, Armand Sulter <armand.sulter@gmail.com> wrote:> Hi, > > I've been having some problems with my internet connection, it > cuts out for aprox 30 seconds at a time and after that i have > to do a reload in asterix for it to re-register my sip account with > broadvoice otherwise it won't accept any connection till i reload, is there > a way for it to automatically re-register or am I missing something > else ? > > Thx. > > Armand > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org"
Rich Adamson
2005-Jun-09 09:56 UTC
[Asterisk-Users] having to reload asterix after internet connection failure
> I've been having some problems with my internet connection, it > cuts out for aprox 30 seconds at a time and after that i have > to do a reload in asterix for it to re-register my sip account with > broadvoice otherwise it won't accept any connection till i reload, is there > a way for it to automatically re-register or am I missing something > else ?Pure guess, if you're using a nat box at your asterisk end, add the qualify statement to see if that helps.