[asterisk-commits] oej: trunk r172270 - in /trunk: CHANGES configs/sip.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 29 07:24:02 CST 2009


Author: oej
Date: Thu Jan 29 07:24:01 2009
New Revision: 172270

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=172270
Log:
Update documentation

Modified:
    trunk/CHANGES
    trunk/configs/sip.conf.sample

Modified: trunk/CHANGES
URL: http://svn.digium.com/svn-view/asterisk/trunk/CHANGES?view=diff&rev=172270&r1=172269&r2=172270
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Thu Jan 29 07:24:01 2009
@@ -28,8 +28,8 @@
  * Added a new 'faxdetect=yes|no' configuration option to sip.conf.  When this
    option is enabled, a SIP channel will go to the fax extension (if it exists)
    after T38 is negotiated.  This option is disabled by default.
- * If ATTENDED_TRANSFER_COMPLETE_SOUND is set, the sound will be played to the
-   target of an attended transfer
+ * If the channel variable  ATTENDED_TRANSFER_COMPLETE_SOUND is set, 
+   the sound will be played to the target of an attended transfer
  * Added two new configuration options, "qualifygap" and "qualifypeers", which allow
    finer control over how many peers Asterisk will qualify and the gap between them
    when all peers need to be qualified at the same time.
@@ -46,6 +46,8 @@
    information
  * Added a function to remove SIP headers added in the dialplan before the
    first INVITE is generated - SIPRemoveHeader()
+ * Channel variables set with setvar= in a device configuration is now 
+   set both for inbound and outbound calls.
 
 Skinny Changes
 --------------

Modified: trunk/configs/sip.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=172270&r1=172269&r2=172270
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Thu Jan 29 07:24:01 2009
@@ -1057,7 +1057,7 @@
 ;defaultip=192.168.0.4           ; IP address to use until registration
 ;defaultuser=goran               ; Username to use when calling this device before registration
                                  ; Normally you do NOT need to set this parameter
-;setvar=CUSTID=5678              ; Channel variable to be set for all calls from this device
+;setvar=CUSTID=5678              ; Channel variable to be set for all calls from or to this device
 ;setvar=ATTENDED_TRANSFER_COMPLETE_SOUND=beep   ; This channel variable will
                                                 ; cause the given audio file to
                                                 ; be played upon completion of




More information about the asterisk-commits mailing list