Skip to content

Commit

Permalink
mqueue: fix documentation to match the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiusas committed Jun 12, 2023
1 parent 39f0987 commit 23d4364
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/mqueue/doc/mqueue_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,11 @@ val character varying(4096) DEFAULT "" NOT NULL
<listitem>
<para>
<emphasis>dbmode</emphasis>: 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 written at shutdown but not read at startup.
If set to 3, it is read at sartup but not written at shutdown.
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).
</para>
</listitem>
Expand Down

0 comments on commit 23d4364

Please sign in to comment.