This is what I get.
[root@sipserver nathelper]# make clean Makefile:8: ../../Makefile.defs: No such file or directory Makefile:13: ../../Makefile.modules: No such file or directory make: *** No rule to make target `../../Makefile.modules'. Stop. [root@sipserver nathelper]#
Walter
____________________________________________
if you are sure that the new nathelper module works with the version of SER you got,
cd sip_router_latest/modules/nathelper/ make clean make # if everything goes ok, nathelper.so will be created.
cp nathelper.so /usr/local/lib/ser/modules/ (take a backup of the original /usr/local/lib/ser/modules/nathelper.so in case anything goes wrong).
dhiraj