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 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev