// kamailio 5.3.3
// kazoo.c
static sr_kemi_t sr_kemi_kazoo_exports[] =
int mod_register(char *path, int *dlflags, void *p1, void *p2)
{
if(kz_tr_init_buffers()<0)
{
LM_ERR("failed to initialize transformations buffers\n");
return -1;
}
//
sr_kemi_modules_add(sr_kemi_kazoo_exports);
return register_trans_mod(path, mod_trans);
}
(paste your debugging data here)
(paste your log messages here)
(paste your sip traffic here)
kamailio -v
(paste your output here)
Debian9
(paste your output here)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.