Re: [Asterisk-Users] having to reload asterix after internet connection failure

2005-06-09 Thread Rich Adamson
 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.


___
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


Re: [Asterisk-Users] having to reload asterix after internet connection failure

2005-06-09 Thread Moises Silva
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 [EMAIL PROTECTED] 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;
___
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


Re: [Asterisk-Users] having to reload asterix after internet connection failure

2005-06-09 Thread Dave Cotton
On Thu, 2005-06-09 at 11:20 -0500, Moises Silva wrote:
 a simple workaround is to put a cronjob to execute 
 #!/bin/bash
 asterisk -rx 'reload'

in /etc/ppp/ip-up.local

put service asterisk reload

each time the connection is made then * will reload.


-- 
Dave Cotton [EMAIL PROTECTED]

___
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


Re: [Asterisk-Users] having to reload asterix after internet connection failure

2005-06-09 Thread Armand Sulter
actually this is a freebsd box and its not behind NAT, i'm not sure if
it has to do with my internet connection anymore.

Right now it says : 


bsd*CLI sip show registry
HostUsername   Refresh State   
sip.broadvoice.com:5060 username  3032 Registered  

However when I call it, it doesnt seem to hit the box at all, it keeps ringing
and then broadvoice says nobody is available to take the call.
Now if i do a reload and call it will work temporarly.

Any suggestions ?

-Armand






On 6/9/05, Dave Cotton [EMAIL PROTECTED] wrote:
 On Thu, 2005-06-09 at 11:20 -0500, Moises Silva wrote:
  a simple workaround is to put a cronjob to execute
  #!/bin/bash
  asterisk -rx 'reload'
 
 in /etc/ppp/ip-up.local
 
 put service asterisk reload
 
 each time the connection is made then * will reload.
 
 
 --
 Dave Cotton [EMAIL PROTECTED]
 
 ___
 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

___
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


Re: [Asterisk-Users] having to reload asterix after internet connection failure

2005-06-09 Thread Wilson Pickett
  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 ?

Do you change ip address ?
___
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