...
|
...
|
@@ -27,10 +27,12 @@
|
27
|
27
|
</para>
|
28
|
28
|
<para>
|
29
|
29
|
It also works for SIP MESSAGE or other requests that do not create
|
30
|
|
- a dialog -- record_route() must be used for them as well, the
|
31
|
|
- headers are not going to be in the messages sent to the network, they
|
|
30
|
+ a dialog (e.g., OPTIONS) -- record_route() must be used for them as well,
|
|
31
|
+ the headers are not going to be in the messages sent to the network, they
|
32
|
32
|
are needed to know local addresses used to communicate with each side.
|
33
|
|
- This module is designed to work for presence (SUBSCRIBE-based) dialogs too.
|
|
33
|
+ This module is designed to work for presence (SUBSCRIBE-based) dialogs too.
|
|
34
|
+ </para>
|
|
35
|
+ <para>
|
34
|
36
|
The REGISTER and PUBLISH requests are skipped from processing
|
35
|
37
|
by this module, expected to be terminated on a local SIP server.
|
36
|
38
|
</para>
|