Skip to content

Commit

Permalink
modules: readme files regenerated - modules ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jul 6, 2022
1 parent a0addad commit d49c4b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/modules/tm/README
Expand Up @@ -146,7 +146,7 @@ Daniel-Constantin Mierla
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
5.4. tm.t_uac_wait
5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
Expand Down Expand Up @@ -410,7 +410,7 @@ Chapter 1. Admin Guide
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
5.4. tm.t_uac_wait
5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
Expand Down Expand Up @@ -3008,7 +3008,7 @@ t_clean();
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
5.4. tm.t_uac_wait
5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
Expand Down Expand Up @@ -3043,7 +3043,7 @@ t_clean();
Similar to tm.t_uac_start, but waits asynchronously for the SIP
response and tries to provide its details via RPC response.

5.4. tm.t_uac_wait
5.4. tm.t_uac_wait_block

Similar to tm.t_uac_start, but blocks waiting for the SIP response and
returns the SIP reply code and reason text via RPC response. It waits
Expand Down
12 changes: 7 additions & 5 deletions src/modules/topos/README
Expand Up @@ -140,11 +140,13 @@ Chapter 1. Admin Guide
to be loaded (tune the module parameters if needed).

It also works for SIP MESSAGE or other requests that do not create a
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. This module is
designed to work for presence (SUBSCRIBE-based) dialogs too. The
REGISTER and PUBLISH requests are skipped from processing by this
dialog (e.g., OPTIONS) -- 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. This module is designed to work for presence (SUBSCRIBE-based)
dialogs too.

The REGISTER and PUBLISH requests are skipped from processing by this
module, expected to be terminated on a local SIP server.

2. Dependencies
Expand Down

0 comments on commit d49c4b4

Please sign in to comment.