[SR-Users] Kamailio with RTPoxy
alex pappas
rebel.pappas at gmail.com
Thu Apr 28 18:25:36 CEST 2011
Dear all,
I see in my logs that when the call enters the route :
# Caller NAT detection route
route[NAT] {
#!ifdef WITH_NAT
xlog("alx --- ROUTE NAT , we have nat ---");
force_rport();
*if (nat_uac_test("8")) {*
if (method=="REGISTER") {
fix_nated_register();
} else {
fix_nated_contact();
}
setflag(FLT_NATS);
xlog("alx --- ROUTE NAT , set flag FLT_NATS ---");
}
#!endif
return;
}
I get the following error:
nathelper [nhelpr_funcs.c:195]: *message body has length zero*
nathelper [nathelper.c:1184]: *cannot extract body from msg!*
More information about the sr-users
mailing list