mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-21 23:00:13 +00:00
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 (!strcmp(var, "startup-script")) {
|
||||||
if (val) {
|
if (val) {
|
||||||
lua_thread(val);
|
lua_thread(val);
|
||||||
|
/* wait 10ms to avoid lua init issues */
|
||||||
|
switch_yield(10000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user