From 1bf40c4da37f7b959a4816239901500c8eb18f34 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Mon, 12 Feb 2007 15:48:28 +0000
Subject: [PATCH] Merged revisions 54002 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r54002 | russell | 2007-02-12 10:38:39 -0500 (Mon, 12 Feb 2007) | 2 lines

Fix a typo where "vmpassword" should be "vmsecret"

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54004 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/users.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/users.conf.sample b/configs/users.conf.sample
index 0ac3aa0cd5..f88adee9cd 100644
--- a/configs/users.conf.sample
+++ b/configs/users.conf.sample
@@ -65,7 +65,7 @@ pickupgroup = 1
 ;secret = 1234
 ;zapchan = 1
 ;hasvoicemail = yes
-;vmpassword = 1234
+;vmsecret = 1234
 ;hassip = yes
 ;hasiax = no
 ;hash323 = no
-- 
GitLab