Hi Ovidiu: Thank you for your reply.
Ovidiu Sas 写道:
Have you compiled SEMS against openSER? You need to enabled the openSER flag. See the master Makefile. First thing to check ...
So great for your tip. I modified Makefile.defs in sems-0.10.0 source code bundle to enable OpenSER flag. Compiling flags such as
CPPFLAGS += -D_DEBUG \ -D_THREAD_SAFE -D_REENTRANT \ -DVERSION='"$(RELEASE)"' -DARCH='"$(ARCH)"'\ -DOS='"$(OS)"' \ -DOpenSER
Then recompile SEMS against openser.Now everything runs ok in openser.:)
Regards, Chen Xueqin