[LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports

Plonk Bong plonk-lede-ml at yandex.com
Wed Nov 9 15:38:20 PST 2016


My Problem is
in function load_module() ca line 1482
[code]
if (!(sched_thread = ast_sched_thread_create())) {
    ast_log(LOG_ERROR, "Unable to create scheduler thread\n");
    return AST_MODULE_LOAD_FAILURE;
}
[code]
a struct ast_sched_thread will not defined in shed.h from asterisk-13
see line 194 chan_lantiq.c:[code]
struct ast_sched_thread *sched_thread;
[code]

and a can not find a replacemend for this function: ast_sched_thread_create()
inside the shed.h from asterisk-13



More information about the Lede-dev mailing list