diff --git a/main/cdr.c b/main/cdr.c index 8a3ad66a770fe528026f152e548984deb7474dda..b05908245fa9fad3b2c88f96b535523a6b2b6741 100644 --- a/main/cdr.c +++ b/main/cdr.c @@ -90,18 +90,18 @@ 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="channeldefaultenabled"> + <configOption name="channeldefaultenabled" default="yes"> <synopsis>Whether CDR is enabled on a channel by default</synopsis> <description><para>Define whether or not CDR should be enabled on a channel by default. Setting this to "yes" will enable CDR on every channel unless it is explicitly disabled. Setting this to "no" will disable CDR on every channel unless it is explicitly enabled. - Default is "yes".</para> + </para> <para>Note that CDR must still be globally enabled (<literal>enable = yes</literal>) for this option to have any effect. This only applies to whether CDR is enabled or disabled on newly created channels, which can be changed in the dialplan during a call.</para> diff --git a/res/res_ari.c b/res/res_ari.c index e8d1fee722de014619d6b1895c2b91a3c64240c3..025fa90ca43e7b0ef14a7e44c052b6f7c675fc85 100644 --- a/res/res_ari.c +++ b/res/res_ari.c @@ -96,12 +96,12 @@ <ref type="link">https://wiki.asterisk.org/wiki/display/AST/Asterisk+Builtin+mini-HTTP+Server</ref> </see-also> </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="pretty"> diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 0ef2030c6460aac961a495a722312e57e2afb8fa..3d1f68c0298f144d5893fc5ee59df9c85fb9288f 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -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">