Skip to content

Commit

Permalink
modules: readme files regenerated - sipcapture ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jul 25, 2017
1 parent 2f872dc commit c9ff171
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions src/modules/sipcapture/README
Expand Up @@ -49,6 +49,7 @@ Alexandr Dubovikov
3.18. insert_retry_timeout (integer)
3.19. callid_aleg_header (str)
3.20. topoh_unmask (int)
3.21. nonsip_hook (int)

4. Functions

Expand Down Expand Up @@ -84,8 +85,9 @@ Alexandr Dubovikov
1.18. Set insert_retry_timeout parameter
1.19. Set callid_aleg_header parameter
1.20. Set topoh_unmask parameter
1.21. sip_capture() usage
1.22. report_capture() usage
1.21. Set nonsip_hook parameter
1.22. sip_capture() usage
1.23. report_capture() usage

Chapter 1. Admin Guide

Expand Down Expand Up @@ -119,6 +121,7 @@ Chapter 1. Admin Guide
3.18. insert_retry_timeout (integer)
3.19. callid_aleg_header (str)
3.20. topoh_unmask (int)
3.21. nonsip_hook (int)

4. Functions

Expand Down Expand Up @@ -186,6 +189,7 @@ Chapter 1. Admin Guide
3.18. insert_retry_timeout (integer)
3.19. callid_aleg_header (str)
3.20. topoh_unmask (int)
3.21. nonsip_hook (int)

3.1. db_url (str)

Expand Down Expand Up @@ -456,6 +460,18 @@ modparam("sipcapture", "callid_aleg_header", "X-CallIDALeg")
modparam("sipcapture", "topoh_unmask", 1)
...

3.21. nonsip_hook (int)

If set to 1, event route sipcapture:siprequest is run when HEP message
is received.

Default value is 0.

Example 1.21. Set nonsip_hook parameter
...
modparam("sipcapture", "nonsip_hook", 1)
...

4. Functions

4.1. sip_capture([table])
Expand All @@ -477,7 +493,7 @@ modparam("sipcapture", "topoh_unmask", 1)
ONREPLY_ROUTE, BRANCH_ROUTE.
Default value is "NULL".

Example 1.21. sip_capture() usage
Example 1.22. sip_capture() usage
...
sip_capture();
...
Expand All @@ -496,7 +512,7 @@ sip_capture("sip_capture_call_20160124");
ONREPLY_ROUTE, BRANCH_ROUTE.
Default value is "NULL".

Example 1.22. report_capture() usage
Example 1.23. report_capture() usage
...
report_capture();
...
Expand Down

0 comments on commit c9ff171

Please sign in to comment.