– Kamailio SIP Server –

Differences

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

Link to this comparison view

modules:1.2.x:flat_rotate_comments [2007/05/03 17:27]
modules:1.2.x:flat_rotate_comments [2007/05/03 17:27] (current)
Line 1: Line 1:
 +====== openserctl fifo flat_rotate ======
  
 +When running this command please be aware of race conditions when running this command and immediately processing of files, such as deleting them, can cause openser to not properly account via flatstore.
 +
 +
 +Proper Example:
 +
 +mv acc_1.log acc_1.bk.log
 +
 +openserctl fifo flat_rotate
 +
 +sleep x seconds.
 +
 +[some process script here]
 +
 +rm -f acc_1.bk.log