User Tools

Site Tools


cookbooks:devel:core

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cookbooks:devel:core [2021/03/15 12:43]
miconda [workdir]
cookbooks:devel:core [2021/04/03 08:17]
miconda [if]
Line 1929: Line 1929:
    version_table="version44"    version_table="version44"
 </code> </code>
-==== wait_child1_mode ====+ 
 +==== wait_worker1_mode ====
  
 Enable waiting for child SIP worker one to complete initialization, then create the other child worker processes. Enable waiting for child SIP worker one to complete initialization, then create the other child worker processes.
Line 1938: Line 1939:
  
 <code c> <code c>
-wait_child1_mode = 1+wait_worker1_mode = 1
 </code> </code>
  
-==== wait_child1_time ====+==== wait_worker1_time ====
  
 How long to wait for child worker one to complete the initialization. In micro-seconds. How long to wait for child worker one to complete the initialization. In micro-seconds.
Line 1950: Line 1951:
  
 <code c> <code c>
-wait_child1_time = 1000000+wait_worker1_time = 1000000
 </code> </code>
  
-==== wait_child1_usleep ====+==== wait_worker1_usleep ====
  
 How long to wait for child worker one to complete the initialization. In micro-seconds. How long to wait for child worker one to complete the initialization. In micro-seconds.
Line 1962: Line 1963:
  
 <code c> <code c>
-wait_child1_usleep = 50000+wait_worker1_usleep = 50000
 </code> </code>
  
Line 3649: Line 3650:
   ||      logical OR   ||      logical OR
   !       logical NOT   !       logical NOT
-  [ ... ] test operator - inside can be any arithmetic expression 
 </code> </code>
  
Line 3661: Line 3661:
     }     }
  
 +See also how the function return code is evaluated:
  
 +  * https://www.kamailio.org/wiki/tutorials/faq/main#how_is_the_function_return_cod
 ==== switch ==== ==== switch ====
  
cookbooks/devel/core.txt · Last modified: 2022/04/11 17:10 by bkaufman