From a4640ee9d81dc090b393523cfb7bf3223767f77a Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Tue, 16 Jan 2007 00:29:25 +0000 Subject: Patch allows for changing voicemail password in users.conf from voicemail main, written by AnthonyL bug #8436 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51031 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/users.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs') diff --git a/configs/users.conf.sample b/configs/users.conf.sample index b03d7d3ce..67a6b2834 100644 --- a/configs/users.conf.sample +++ b/configs/users.conf.sample @@ -26,6 +26,10 @@ userbase = 6000 ; hasvoicemail = yes ; +; Set voicemail mailbox 6000 password to 1234 +; +vmpassword = 1234 +; ; Create SIP Peer ; hassip = yes @@ -61,6 +65,7 @@ pickupgroup = 1 ;secret = 1234 ;zapchan = 1 ;hasvoicemail = yes +;vmpassword = 1234 ;hassip = yes ;hasiax = no ;hash323 = no -- cgit v1.2.3