Daniel-Constantin Mierla writes:
I will try to look at it very soon, as I planned to sort out what is with that async support in rpc api. IIRC, it was added by Andrei based on a discussion with you related to some of the tm MI commands.
Thanks for your time. I forgot to include pua_rpc module Makefile. It is below.
-- Juha
pua_rpc$ cat Makefile include ../../Makefile.defs auto_gen= NAME=pua_rpc.so LIBS=
DEFS+=-DSER_MOD_INTERFACE
ifeq ($(INSTALL_FLAVOUR),kamailio) DEFS+= -DWITH_EVENT_LOCAL_REQUEST endif # INSTALL_FLAVOUR
SERLIBPATH=../../lib SER_LIBS+=$(SERLIBPATH)/kcore/kcore
include ../../Makefile.modules