From: Rusty Newton Date: Mon, 20 Jul 2015 17:39:48 +0000 (-0500) Subject: Documentation: A couple of trivial fixes in sip.conf.sample and func_cdr.c X-Git-Tag: 13.5.0-rc1~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F936%2F1;p=thirdparty%2Fasterisk.git Documentation: A couple of trivial fixes in sip.conf.sample and func_cdr.c * In sip.conf.sample fix sentence where we said that WS or WSS are supported transports for use in an outbound register definition. They are not supported in that case. * In func_cdr.c made it clear that the Disable option for CDR_PROP can be used to enable CDR on a channel. ASTERISK-24867 #close Reported by: Rusty Newton ASTERISK-24853 #close Reported by: PSDK Change-Id: I3d698bc6302b9d00a0a995b5c4ad9a42d69b48ca --- diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample index a34b5fa3e0..44d2d4352f 100644 --- a/configs/samples/sip.conf.sample +++ b/configs/samples/sip.conf.sample @@ -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'). diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c index ca54b1e429..95d047eb24 100644 --- a/funcs/func_cdr.c +++ b/funcs/func_cdr.c @@ -180,7 +180,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Write-Only - Disable CDRs for this channel. + Setting to 1 will disable CDRs for this channel. + Setting to 0 will enable CDRs for this channel. Write-Only