Skip to content

Commit

Permalink
modules: readme files regenerated - mqueue ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jun 12, 2023
1 parent 23d4364 commit 6a19434
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/modules/mqueue/README
Expand Up @@ -176,12 +176,12 @@ val character varying(4096) DEFAULT "" NOT NULL
+ size: size of the queue. Specifies the maximum number of items
in queue. If exceeded the oldest one is removed. If not set
the queue will be limitless.
+ dbmode: If set to 1, the content of the queue is written to
database table when the SIP server is stopped (i.e., ensure
persistency over restarts). If set to 2, it is written at
shutdown but not read at startup. If set to 3, it is read at
sartup but not written at shutdown. Default value is 0 (no db
table interaction).
+ dbmode: If set to 1, the content of the queue is read from
database at startup and is written to database table when the
SIP server is stopped (i.e., ensure persistency over
restarts). If set to 2, it is read at startup but not written
at shutdown. If set to 3, it is written at shutdown but not
read at startup. Default value is 0 (no db table interaction).
+ addmode: how to add new (key,value) pairs.
o 0: Will push all new (key,value) pairs at the end of the
queue. (default)
Expand Down

0 comments on commit 6a19434

Please sign in to comment.