[asterisk-commits] russell: branch russell/sla_updates r56768 - /team/russell/sla_updates/configs/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Feb 25 18:16:18 MST 2007


Author: russell
Date: Sun Feb 25 19:16:17 2007
New Revision: 56768

URL: http://svn.digium.com/view/asterisk?view=rev&rev=56768
Log:
Add ring delay to the sample config

Modified:
    team/russell/sla_updates/configs/sla.conf.sample

Modified: team/russell/sla_updates/configs/sla.conf.sample
URL: http://svn.digium.com/view/asterisk/team/russell/sla_updates/configs/sla.conf.sample?view=diff&rev=56768&r1=56767&r2=56768
==============================================================================
--- team/russell/sla_updates/configs/sla.conf.sample (original)
+++ team/russell/sla_updates/configs/sla.conf.sample Sun Feb 25 19:16:17 2007
@@ -1,5 +1,7 @@
 ;
 ; Configuration for Shared Line Appearances (SLA).
+;
+; See doc/sla.txt for more information.
 ;
 
 ; ---- General Options ----------------
@@ -52,15 +54,21 @@
                                     ; have its context configured to the same one listed here.
 
 ;ringtimeout=10                     ; Set a timeout for how long to allow the station to ring for an 
-;                                   ; incoming call, in seconds.
+                                    ; incoming call, in seconds.
 
+;ringdelay=10                       ; Set a time for how long to wait before beginning to ring this station
+                                    ; once there is an incoming call, in seconds.
 
 ;trunk=line1                        ; Individually list all of the trunks that will appear on this station.  This
                                     ; order is significant.  It should be the same order as they appear on the
                                     ; phone.  The order here defines the order of preference that the trunks will
                                     ; be used.
 ;trunk=line2
-;trunk=line3
+;trunk=line3,ringdelay=5            ; A ring delay for the station can also be specified for a specific trunk.
+                                    ; If a ring delay is specified both for the whole station and for a specific
+                                    ; trunk on a station, the setting for the specific trunk will take priority.
+                                    ; This value is in seconds.
+
 ;trunk=line4,ringtimeout=5          ; A ring timeout for the station can also be specified for a specific trunk.
                                     ; If a ring timeout is specified both for the whole station and for a specific
                                     ; trunk on a station, the setting for the specific trunk will take priority.



More information about the asterisk-commits mailing list