User Tools

Site Tools


cookbooks:4.2.x:core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
cookbooks:4.2.x:core [2014/10/14 12:33]
miconda created
cookbooks:4.2.x:core [2014/12/10 18:45]
hugh.waite update tcp_buf_write to tcp_async
Line 841: Line 841:
 ==== 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.
  
 +<code>
 +log_name="kamailio"
 +</code>
 +
 +==== 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:
 +
 +<code>
 +log_prefix="{$mt $hdr(CSeq) $ci} "
 +</code>
  
 ==== log_stderror ==== ==== log_stderror ====
Line 1523: Line 1536:
 ==== 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 is not enabled, it has no effect.+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 is not enabled, it has no effect.
  
   tcp_conn_wq_max = bytes (default 32 K)   tcp_conn_wq_max = bytes (default 32 K)
Line 1640: Line 1653:
 ==== tcp_wq_max ==== ==== tcp_wq_max ====
  
-Maximum bytes queued for write allowed globally. It has no effect if tcp_write_buf is not enabled.+Maximum bytes queued for write allowed globally. It has no effect if tcp_async is not enabled.
  
   tcp_wq_max = bytes (default 10 Mb)   tcp_wq_max = bytes (default 10 Mb)
cookbooks/4.2.x/core.txt · Last modified: 2017/07/24 16:48 by mslehto