From 67a3486fe13bce72a2e3b6dc01490cfab4197dc2 Mon Sep 17 00:00:00 2001
From: Leif Madsen <leif@leifmadsen.com>
Date: Tue, 12 Oct 2010 17:21:15 +0000
Subject: [PATCH] Merged revisions 291284 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r291284 | lmadsen | 2010-10-12 12:20:43 -0500 (Tue, 12 Oct 2010) | 15 lines

  Merged revisions 291280 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r291280 | lmadsen | 2010-10-12 12:20:02 -0500 (Tue, 12 Oct 2010) | 7 lines

    Add undocumented variables to phoneprov.conf.sample


    (closes issue #18107)
    Reported by: lathama
    Patches:
          phoneprov.conf.sample.diff uploaded by lathama (license 1028)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@291287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/phoneprov.conf.sample | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/configs/phoneprov.conf.sample b/configs/phoneprov.conf.sample
index c819d6d634..ffec829cd6 100644
--- a/configs/phoneprov.conf.sample
+++ b/configs/phoneprov.conf.sample
@@ -36,11 +36,25 @@ default_profile=polycom ; The default profile to use if none specified in users.
 ;   CALLERID (cid_number)
 ;   VOCIEMAIL_EXTEN (vmexten)
 ;   EXTENSION_LENGTH (localextenlength)
+;   LINE
+;   LINEKEYS
 
 ; Built-in variables and the options in phoneprov.conf that they come from
 ;   SERVER (server)
 ;   SERVER_PORT (serverport)
 
+
+; Built-in variables for managing timezones and daylight savings time.
+;   TZOFFSET
+;   DST_ENABLE
+;   DST_START_MONTH
+;   DST_START_MDAY
+;   DST_START_HOUR
+;   DST_END_MONTH
+;   DST_END_MDAY
+;   DST_END_HOUR
+;   TIMEZONE
+
 [polycom]
 staticdir => configs/ ; Sub directory of AST_DATA_DIR/phoneprov that static files reside
                       ; in. This allows a request to /phoneprov/sip.cfg to pull the file
-- 
GitLab