Re: [sr-dev] [kamailio/kamailio] sr_kemi_modules_add(sr_kemi_kazoo_exports) (#2302)

2020-04-27 Thread Daniel-Constantin Mierla
Closed #2302.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2302#event-3274255850___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] sr_kemi_modules_add(sr_kemi_kazoo_exports) (#2302)

2020-04-27 Thread Daniel-Constantin Mierla
This is an incomplete report, no proper details are offered. If you wanted to 
report that kazoo module doesn't export it functions to kemi, then indeed there 
are still a group of modules not having those exports (e.g, ims_*). It is a 
matter of developers availability and priorities. You can make a pull request 
and it will be merged if all ok.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2302#issuecomment-619769912___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] sr_kemi_modules_add(sr_kemi_kazoo_exports) (#2302)

2020-04-26 Thread hance2010


### 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

  * **Kamailio Version** - output of `kamailio -v`

```
(paste your output here)
```

* **Operating System**:

Debian9



```
(paste your output here)
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2302___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev