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:
Naveen Albert
2022-02-05 01:46:27 +00:00
committed by Friendly Automation
parent c9ef2b3b86
commit 335c69ead4
3 changed files with 8 additions and 8 deletions

View File

@@ -1795,12 +1795,12 @@
or the <replaceable>wss</replaceable> protocols.</para></note>
</description>
</configOption>
<configOption name="websocket_write_timeout">
<configOption name="websocket_write_timeout" default="100">
<synopsis>The timeout (in milliseconds) to set on WebSocket connections.</synopsis>
<description>
<para>If a websocket connection accepts input slowly, the timeout
for writes to it can be increased to keep it from being disconnected.
Value is in milliseconds; default is 100 ms.</para>
Value is in milliseconds.</para>
</description>
</configOption>
<configOption name="allow_reload" default="no">