Description

// 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);

}

Expected behavior

Actual observed behavior

Debugging Data

(paste your debugging data here)

Log Messages

(paste your log messages here)

SIP Traffic

(paste your sip traffic here)

Possible Solutions

Additional Information

(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.