mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Merge "Documentation: A couple of trivial fixes in sip.conf.sample and func_cdr.c" into 13
This commit is contained in:
@@ -802,7 +802,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').
|
||||
|
||||
|
||||
@@ -180,7 +180,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user