forked from Mirrors/freeswitch
FS-3925 --resolve
This commit is contained in:
parent
097d9a1ac5
commit
24afb8aaaf
@ -371,6 +371,8 @@ static switch_status_t do_config(void)
|
||||
if (!strcmp(var, "startup-script")) {
|
||||
if (val) {
|
||||
lua_thread(val);
|
||||
/* wait 10ms to avoid lua init issues */
|
||||
switch_yield(10000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user