Answer the question
In order to leave comments, you need to log in
FreeBPX: Why did asterisk stop starting at startup?
When I restart the server, when I go to the FreeBPX control panel, it says "can not connect to asterisk". When I ssh in, start asterisk manually, the error message disappears, but another error "/var/lib/asterisk/bin/retrieve_conf: Permission denied" occurs because I run as root:
Why did asterisk stop starting at startup? FreeBPX is on Raspberry Pi ( raspberry-asterisk.org ), where to see the logs, I did not raise it from scratch, but used the image. Help
Answer the question
In order to leave comments, you need to log in
setInterval was invented for this.
Something like.
var intervalObject = setInterval(createNewEntry, 10 * 1000, param1, param2, param3);
function createNewEntry (param1, param2, param3) {
// create entry here every 10 seconds
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question