Ok I took another look on my .cfg and it goes as follows,<br>I'm using the fix_nated_contact in the following sections:<br><br>I use it on route { } in an if (loose_route()) where the nat_uac_test("19") is true
<br>next up on the route { } for handling registers<br>then on route { } for nat traversal handling after force_rport() and then following it there are some setflags and force_rtp_proxy()<br>the last section it's at is the onreply_route { } but only if the nat_uac_test("1") is true
<br><br>I hope this gives some more information on the issue.<br>Could it be something else other than the fix_nated_contact() that I should be looking for? <br><br><br>Thanks,<br>Lir.<br><br><br><div><span class="gmail_quote">
On 7/24/07, <b class="gmail_sendername">Klaus Darilion</b> <<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I suspect you are using fix_nated_contact twice. Use it only in route[],<br>but not in failure_route[]<br><br>klaus<br><br>liran tal wrote:<br>> Hey everyone,<br>><br>> I'm using sequential forking and on one of the scenarios there appears
<br>> to be a problem.<br>><br>> When OpenSER attempts to find the first most relevant destination for the<br>> call the SIP headers are ok. If the first destination that OpenSER attempts<br>> to contact is offline/unreachable it continues to the next one in turn in
<br>> which<br>> it produces a bad Contact header which looks like this:<br>><br>> Contact: <sip:101@192.168.0.1:5060sip:101@192.168.0.1:5060><br>><br>> As you can see it's writing the sip information twice for some reason.
<br>> Has anyone seen this happen before?<br>> Also, where should I be looking at to find the problem?<br>><br>><br>> Thanks,<br>> Lir.<br>><br>><br>><br>> ------------------------------------------------------------------------
<br>><br>> _______________________________________________<br>> Users mailing list<br>> <a href="mailto:Users@openser.org">Users@openser.org</a><br>> <a href="http://openser.org/cgi-bin/mailman/listinfo/users">
http://openser.org/cgi-bin/mailman/listinfo/users</a><br></blockquote></div><br>