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 Dec 9, 2019
1 parent 763c30c commit f36ac2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/rtpengine/README
Expand Up @@ -768,7 +768,7 @@ modparam("rtpengine", "rtp_inst_pvar", "$avp(RTP_INSTANCE)")

Example 1.14. Set hash_table_size parameter
...
modparam("rtpengine", "hash_table_size", "123")
modparam("rtpengine", "hash_table_size", 123)
...

4.15. hash_table_tout (integer)
Expand All @@ -791,7 +791,7 @@ modparam("rtpengine", "hash_table_size", "123")

Example 1.15. Set hash_table_tout parameter
...
modparam("rtpengine", "hash_table_tout", "300")
modparam("rtpengine", "hash_table_tout", 300)
...

4.16. db_url (string)
Expand Down Expand Up @@ -1790,7 +1790,7 @@ modparam("rtpengine", "mos_average_samples_B_pv", "$avp(mos_average_samples_B)")

Example 1.72. Set control_cmd_tos parameter
...
modparam("rtpengine", "control_cmd_tos", "144")
modparam("rtpengine", "control_cmd_tos", 144)
...

4.72. hash_algo (integer)
Expand All @@ -1806,7 +1806,7 @@ modparam("rtpengine", "control_cmd_tos", "144")
Example 1.73. Set control_cmd_tos parameter
...
### use SHA1 instead of legacy algorithm
modparam("rtpengine", "hash_algo", "1")
modparam("rtpengine", "hash_algo", 1)
...

5. Functions
Expand Down

0 comments on commit f36ac2a

Please sign in to comment.