mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
documentation: Adds missing default attributes.
The configObject tag contains a default attribute which allows the default value to be specified, if applicable. This allows for the default value to show up specially on the wiki in a way that is clear to users. There are a couple places in the tree where default values are included in the description as opposed to as attributes, which means these can't be parsed specially for the wiki. These are changed to use the attribute instead of being included in the text description. ASTERISK-29898 #close Change-Id: I9d7ea08f50075f41459ea7b76654906b674ec755
This commit is contained in:
committed by
George Joseph
parent
65a63e534a
commit
bdcaf87bf2
@@ -90,10 +90,10 @@
|
||||
of use when debugging CDR behavior.</para>
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="enable">
|
||||
<configOption name="enable" default="yes">
|
||||
<synopsis>Enable/disable CDR logging.</synopsis>
|
||||
<description><para>Define whether or not to use CDR logging. Setting this to "no" will override
|
||||
any loading of backend CDR modules. Default is "yes".</para>
|
||||
any loading of backend CDR modules.</para>
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="unanswered">
|
||||
|
Reference in New Issue
Block a user