|
@@ -26,7 +26,10 @@
|
|
loaded (tune the parameters if needed).
|
|
loaded (tune the parameters if needed).
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
- It works for SIP MESSAGE requests.
|
|
|
|
|
|
+ It also works for SIP MESSAGE or other requests that do not create
|
|
|
|
+ a call dialog -- record_route() must be used for them as well, the
|
|
|
|
+ headers are not going to be in the messages sent to the network, they
|
|
|
|
+ are needed to know local addresses used to communicate with each side.
|
|
</para>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
@@ -39,7 +42,8 @@
|
|
<listitem>
|
|
<listitem>
|
|
<para>
|
|
<para>
|
|
<emphasis>rr module</emphasis> - server must perform record
|
|
<emphasis>rr module</emphasis> - server must perform record
|
|
- routing to ensure in-dialog requests are encoded/decoded.
|
|
|
|
|
|
+ routing to ensure in-dialog requests are encoded/decoded (it
|
|
|
|
+ must be done for all initial requests).
|
|
</para>
|
|
</para>
|
|
</listitem>
|
|
</listitem>
|
|
<listitem>
|
|
<listitem>
|