diff --git a/main/cdr.c b/main/cdr.c index abc5cb36c8..0b4bed177b 100644 --- a/main/cdr.c +++ b/main/cdr.c @@ -90,10 +90,10 @@ of use when debugging CDR behavior. - + Enable/disable CDR logging. Define whether or not to use CDR logging. Setting this to "no" will override - any loading of backend CDR modules. Default is "yes". + any loading of backend CDR modules. diff --git a/res/res_ari.c b/res/res_ari.c index e8d1fee722..025fa90ca4 100644 --- a/res/res_ari.c +++ b/res/res_ari.c @@ -96,12 +96,12 @@ https://wiki.asterisk.org/wiki/display/AST/Asterisk+Builtin+mini-HTTP+Server - + The timeout (in milliseconds) to set on WebSocket connections. 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. + Value is in milliseconds. diff --git a/res/res_pjsip.c b/res/res_pjsip.c index bed94dd864..753cc53cf2 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -1795,12 +1795,12 @@ or the wss protocols. - + The timeout (in milliseconds) to set on WebSocket connections. 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. + Value is in milliseconds.