<br><br><div><span class="gmail_quote">On 8/17/06, <b class="gmail_sendername">Jeremie Le Hen</b> &lt;<a href="mailto:jeremie@le-hen.org">jeremie@le-hen.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>first of all, excuse me for posting these questions twice, but<br>the previous mail was bloated with too verbose sentences.<br><br>I'll be straightforward then.<br><br>1) Why do all the configuration files I was given to see on the
<br>web call record_route() when the method is *not* a REGISTER ?</blockquote><div><br><br>You should understand what record routing is good for: inserting a sip node (in case of *ser it inserts itself) into the path that subsequent requests of an establishing session will follow. REGISTER is one of the sip's methods which does not establish any session (just like MESSAGE, for example). record_route()'ing REGISTERs won't do any harm, except wasting processor cycles.
<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2) What is the harm of calling fix_nated_contact() in addition<br>to fix_nated_register() in a REGISTER message ?&nbsp;&nbsp;The configuration
<br>file [1] carefully avoids doing this.</blockquote><div><br><br>The harm is the same as above: if you do fix_nated_contact(), an AVP (with the originating address of the REGISTER, the one that SER sees in the networking layer, not the SIP layer) is set, instructing the registrar to disregard the body of Contact HF and consider only this AVP as true Contact.
<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">[1] <a href="http://voip-info.org/wiki/view/OpenSER+And+RTPProxy">http://voip-info.org/wiki/view/OpenSER+And+RTPProxy
</a><br><br>Thank you very much.<br>Regards,<br>--<br>Jeremie Le Hen<br>&lt; jeremie at le-hen dot org &gt;&lt; ttz at chchile dot org &gt;<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>