Andres wrote:
Ricardo Martinez wrote:
Hi Andres.. Thanks for your reply.. that's the weird part.. my configuration is based on the "Getting Started document"... so .. in my onreply_route i have :
if (client_nat_test("1")) {
Maybe this nat_test is not evaluating to true. Are you sure you know what client_nat_test("1") checks for? Put some LOG message in there to see if it is hitting the statemenet as true. Try with a client_nat_test("19") and see what happens. (actually in our version it is nat_uac_test("19")).
Ah.. I see that this client_nat_test is for mediaproxy and that it only goes up to 7. Not sure if that is going to help. Maybe you should try the nathelper test instead which is what we use (nat_uac_test("19")). It is very thorough.