summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/samples/sip.conf.sample2
-rw-r--r--funcs/func_cdr.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index 71e3fb72b..4d0624388 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -810,7 +810,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;
;register => tls://username:xxxxxx@sip-tls-proxy.example.org
;
-; The 'transport' part defaults to 'udp' but may also be 'tcp', 'tls', 'ws', or 'wss'.
+; The 'transport' part defaults to 'udp' but may also be 'tcp' or 'tls'.
; Using 'udp://' explicitly is also useful in case the username part
; contains a '/' ('user/name').
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 2bb6a8efe..8d98479d1 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -180,7 +180,8 @@ ASTERISK_REGISTER_FILE()
<para>Write-Only</para>
</enum>
<enum name="disable">
- <para>Disable CDRs for this channel.</para>
+ <para>Setting to 1 will disable CDRs for this channel.
+ Setting to 0 will enable CDRs for this channel.</para>
<para>Write-Only</para>
</enum>
</enumlist>