cookbooks:4.0.x:core
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cookbooks:4.0.x:core [2013/03/02 22:20] – created miconda | cookbooks:4.0.x:core [2018/08/21 07:21] (current) – henningw | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Kamailio SIP Server v4.0.x (stable): Core Cookbook ====== | ====== Kamailio SIP Server v4.0.x (stable): Core Cookbook ====== | ||
- | This tutorial collects the functions and parameters exported by Kamailio core to configuration file. | + | This tutorial collects the functions and parameters exported by Kamailio core to [[cookbooks: |
**Note:** The parameters on this page are **NOT** in alphabetical order. | **Note:** The parameters on this page are **NOT** in alphabetical order. | ||
Line 774: | Line 774: | ||
Prototype: **loadmodule " | Prototype: **loadmodule " | ||
- | If modulepath is only modulename or modulename.so, | + | If modulepath is only modulename or modulename.so, |
Example of usage: | Example of usage: | ||
Line 1252: | Line 1252: | ||
If the internal resolver/ | If the internal resolver/ | ||
- | dns.add_srv, | + | dns.add_srv, |
Note: During startup of SIP-Router, before the internal resolver is loaded, the system resolver will be used (it will be used for queries done from module register functions or modparams fixups, but not for queries done from mod_init() or normal fixups). | Note: During startup of SIP-Router, before the internal resolver is loaded, the system resolver will be used (it will be used for queries done from module register functions or modparams fixups, but not for queries done from mod_init() or normal fixups). | ||
Line 1500: | Line 1500: | ||
==== tcp_conn_wq_max ==== | ==== tcp_conn_wq_max ==== | ||
- | Maximum bytes queued for write allowed per connection. Attempting to queue more bytes would result in an error and in the connection being closed (too slow). If tcp_write_buf | + | Maximum bytes queued for write allowed per connection. Attempting to queue more bytes would result in an error and in the connection being closed (too slow). If tcp_buf_write |
tcp_conn_wq_max = bytes (default 32 K) | tcp_conn_wq_max = bytes (default 32 K) | ||
Line 1614: | Line 1614: | ||
==== tcp_wq_max ==== | ==== tcp_wq_max ==== | ||
- | Maximum bytes queued for write allowed globally. It has no effect if tcp_write_buf | + | Maximum bytes queued for write allowed globally. It has no effect if tcp_buf_write |
tcp_wq_max = bytes (default 10 Mb) | tcp_wq_max = bytes (default 10 Mb) | ||
Line 2342: | Line 2342: | ||
* onreply_route[0] (stateless): | * onreply_route[0] (stateless): | ||
- | * onreply_route[!=0] (tm): ignored | + | * onreply_route[!=0] |
* branch_route: | * branch_route: |
cookbooks/4.0.x/core.1362262858.txt.gz · Last modified: 2013/03/02 22:20 by miconda