Module: kamailio Branch: master Commit: 4bfc1f4d052b52d4d8119a65065c8e1c608ca750 URL: https://github.com/kamailio/kamailio/commit/4bfc1f4d052b52d4d8119a65065c8e1c...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-07-12T19:46:16+02:00
modules: readme files regenerated - mqueue ... [skip ci]
---
Modified: src/modules/mqueue/README
---
Diff: https://github.com/kamailio/kamailio/commit/4bfc1f4d052b52d4d8119a65065c8e1c... Patch: https://github.com/kamailio/kamailio/commit/4bfc1f4d052b52d4d8119a65065c8e1c...
---
diff --git a/src/modules/mqueue/README b/src/modules/mqueue/README index fa963ae69d..de19038637 100644 --- a/src/modules/mqueue/README +++ b/src/modules/mqueue/README @@ -17,6 +17,13 @@ Alex Balashov Evariste Systems abalashov@evaristesys.com
+Edited by + +Ovidiu Sas + + VoIP Embedded, Inc. + osas@voipembedded.com + Copyright © 2010 Elena-Ramona Modroiu (asipto.com) __________________________________________________________________
@@ -118,10 +125,13 @@ Chapter 1. Admin Guide
Default value is “none”.
- Value must be a list of parameters: attr=value;... The attribute 'name' - is mandatory, defining the name of the queue. Optional attribute 'size' - specifies the maximum number of items in queue, if it is execeeded the - oldest one is removed. + Value must be a list of parameters: attr=value;... + * Mandatory attributes: + + value: name of the queue. + * Optional attributes: + + size: size of the queue. Specifies the maximum number of items + in queue. If execeeded the oldest one is removed. If not set + the queue will be limitless.
The parameter can be set many times, each holding the definition of one queue.