Hi,
this currently breaks the SIP-Utils module:
* 0(32154) ERROR: <core> [core/sr_module.c:582]: load_module(): could not open module </usr/lib/x86_64-linux-gnu/kamailio/modules/siputils.so>: /usr/lib/x86_64-linux-gnu/kamailio/modules/siputils.so: undefined symbol: is_alphanum 0(32154) CRITICAL: <core> [core/cfg.y:3401]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 128, column 12-21: failed to load module
is_alphanum is linked, but no longer defined.
Maybe, some wrapper for the old "is_alphanum" is needed?
Thanks, Carsten