cookbooks:4.2.x:core
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cookbooks:4.2.x:core [2014/10/14 10:33] – created miconda | cookbooks:4.2.x:core [2017/07/24 14:48] (current) – [loadmodule] typo mslehto | ||
---|---|---|---|
Line 495: | Line 495: | ||
Example of usage: | Example of usage: | ||
+ | advertised_address=" | ||
advertised_address=" | advertised_address=" | ||
Line 790: | Line 791: | ||
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 841: | Line 842: | ||
==== log_name ==== | ==== log_name ==== | ||
- | Allows to configure a log_name prefix which will be used when printing to syslog. This is useful to filter log messages when running many instance of sip-router on same server | + | Allows to configure a log_name prefix which will be used when printing to syslog. This is useful to filter log messages when running many instance of sip-router on same server. |
+ | < | ||
+ | log_name=" | ||
+ | </ | ||
+ | |||
+ | ==== log_prefix ==== | ||
+ | |||
+ | Specify the text to be prefixed to the log messages printed by Kamailio while processing a SIP message. It can contain script variables that are evaluated at runtime. | ||
+ | |||
+ | Example - prefix with message type (1 - request, 2 - response), CSeq and Call-ID: | ||
+ | |||
+ | < | ||
+ | log_prefix=" | ||
+ | </ | ||
==== log_stderror ==== | ==== log_stderror ==== | ||
Line 959: | Line 973: | ||
==== mem_safety ==== | ==== mem_safety ==== | ||
- | Ff set to 1, memory free operation does not call abort() for double freeing a pointer or freeing an invalid address. The server still prints the alerting log messages. | + | If set to 1, memory free operation does not call abort() for double freeing a pointer or freeing an invalid address. The server still prints the alerting log messages. |
It can be set via config reload framework. | It can be set via config reload framework. | ||
Line 1523: | Line 1537: | ||
==== 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_async |
tcp_conn_wq_max = bytes (default 32 K) | tcp_conn_wq_max = bytes (default 32 K) | ||
Line 1640: | Line 1654: | ||
==== 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_async |
tcp_wq_max = bytes (default 10 Mb) | tcp_wq_max = bytes (default 10 Mb) | ||
Line 2287: | Line 2301: | ||
* onreply_route[0] (stateless): | * onreply_route[0] (stateless): | ||
- | * onreply_route[!=0] (tm): ignored | + | * onreply_route[!=0] |
* branch_route: | * branch_route: |
cookbooks/4.2.x/core.1413282810.txt.gz · Last modified: 2014/10/14 10:33 by miconda