Hi,
several kamailio modules need various string utility functions in the core, e.g.:
- shm_strdup, pkg_strdup - str_strcmp, str_casecmp
In the kamailio core we implemented this in the ut.h file. Does the SER core already provide similiar functions? If not i can move the implementation code from kamailio to this file, if this place is appropriate.
Henning
On Dec 02, 2008 at 12:37, Henning Westerholt henning.westerholt@1und1.de wrote:
Hi,
several kamailio modules need various string utility functions in the core, e.g.:
- shm_strdup, pkg_strdup
- str_strcmp, str_casecmp
In the kamailio core we implemented this in the ut.h file. Does the SER core already provide similiar functions?
No.
If not i can move the implementation code from kamailio to this file, if this place is appropriate.
Feel free to do it.
Andrei