Thanks, I hope your effort will save time of many users. Thank you.
On Wed, Aug 22, 2012 at 12:11 PM, Johannes Jakob <[email protected]>wrote: > To answer to my own Question and to hopefully enlight others.... > > After weeks of frustration, hours of debugging, trial and error, > wiki-studying and at least one week without sufficient sleep, I > finally solved both of my issues: > > 1) UDP<>TCP not working > > modparam("rr", "enable_double_rr", 1) # instead of 0, 1 is default > modparam("path", "use_received", 0) # instead of 1, 0 is default > > > 2) "302 Moved temporarily" not working > > # in onreply_route[external_reply]: > # instead of calling nat_test_and_correct unconditionally, do it only > for non 302's : > > if (!t_check_status("302")) { > route("nat_test_and_correct"); > } > > > > If anybody of you sees potential problems with theese modifications, > please tell me ;) > > > Best Regards, > > Johannes > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > -- Muhammad Shahzad ----------------------------------- CISCO Rich Media Communication Specialist (CRMCS) CISCO Certified Network Associate (CCNA) Cell: +92 334 422 40 88 MSN: [email protected] Email: [email protected]
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
