Нужно заюзать модуль res_corosync.
Искал в репозиториях - не нашел, ссылки либо битые, либо для более старших версий астериска.
CentOs 6 x86_64
Asterisk 1.8.12
Попытался самому собрать модуль, но меня остановила ошибка:
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
[CC] res_convert.c -> res_convert.o
[LD] res_convert.o -> res_convert.so
[CC] res_corosync.c -> res_corosync.o
res_corosync.c:59: error: ‘AST_EVENT_PING’ undeclared here (not in a function)
res_corosync.c:59: error: array index in initializer not of integer type
res_corosync.c:59: error: (near initialization for ‘event_types’)
make[1]: *** [res_corosync.o] Error 1
make: *** [res] Error 2
[LD] res_convert.o -> res_convert.so
[CC] res_corosync.c -> res_corosync.o
res_corosync.c:59: error: ‘AST_EVENT_PING’ undeclared here (not in a function)
res_corosync.c:59: error: array index in initializer not of integer type
res_corosync.c:59: error: (near initialization for ‘event_types’)
make[1]: *** [res_corosync.o] Error 1
make: *** [res] Error 2
Что это и для чего тут https://wiki.asterisk.org/wiki/display/AST/Corosync
Исходник нашел здесь http://code.metager.de/source/xref/aste ... corosync.c