И не найдёте, тк нет , и скорей всего не будет..
На вопрос что делать?
Искать автора и слёзно умолять переделать под 14.
Переделать самому
Искать фрилансеров кто переделает
Купить нормальный шлюз. (самый правильный вариант)
Слепить комбайн.
Пробую ставить с указанной сборки выходят, такие ошибки:
[root@freepbx asterisk-chan-dongle-master]# make
gcc -g -O2 -O6 -I. -D_GNU_SOURCE -I/usr/include -I/usr/include -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -Wall -Wextra -MD -MT app.o -MF .app.o.d -MP -o app.o -c app.c
In file included from app.c:17:0:
/usr/include/asterisk.h:301:2: error: #error "Externally compiled modules must declare AST_MODULE_SELF_SYM."
#error "Externally compiled modules must declare AST_MODULE_SELF_SYM."
^
In file included from app.c:21:0:
/usr/include/asterisk/version.h:1:2: error: #error "Do not include 'asterisk/version.h'; use 'asterisk/ast_version.h' instead."
#error "Do not include 'asterisk/version.h'; use 'asterisk/ast_version.h' instead."
^
app.c: In function ‘app_register’:
app.c:162:3: warning: passing argument 2 of ‘ast_register_application2’ from incompatible pointer type [enabled by default]
ast_register_application2 (dca.name, (app_func_t)(dca.func), dca.synopsis, dca.desc, self_module());
^
In file included from app.c:20:0:
/usr/include/asterisk/module.h:548:5: note: expected ‘int (*)(struct ast_channel *, const char *)’ but argument is of type ‘int (*)(struct ast_channel *, void *)’
int ast_register_application2(const char *app, int (*execute)(struct ast_channel *, const char *),
^
make: *** [app.o] Error 1
[root@freepbx asterisk-chan-dongle-master]#