My Asterisk PBX registration fails from time to time and I have to manually restart it. That's annoying unto itself, but I can't find a retry setting. Do I need to write a cron job to test and see if the registration has failed, and restart it every day?
This might be helpful:
registerattempts=2registertimeout=5
From Voip-info.org wiki:
If you have problems with your network connection going up and down (e.g. an unreliable cable connection) and you keep losing your sip registry, you may want to add registerattempts and registertimeout settings to the general section above the register definitions. Setting registerattempts=0 will force Asterisk to attempt to reregister until it can (the default is 10 tries). registertimeout sets the length of time in seconds between registration attempts (the default is 20 seconds).
Hope that helps.
