villagetelco / vt-firmware

Village Telco firmware
http://villagetelco.org
13 stars 6 forks source link

Asterisk startup on mesh #16

Closed tgillett closed 11 years ago

tgillett commented 11 years ago

In SECN RC1, Asterisk is started prior to the mesh being fully operational due to the order of scripts in /etc/rc.d for Asterisk and mesh-gateway.

This can result in Asterisk not registering a SIP service correctly due to the startup requirement of Asterisk that it be able to access the internet.

Restarting Asterisk manually fixes the proble till the next reboot.

Fix is to move the Asterisk startup script after the mesh startup script.

tgillett commented 11 years ago

Startup order of scripts adjusted. GitHub vt-firmware repo updated.