From 0bb5fbb3a6fa437e3b444a43f3e76acd5c37fd2f Mon Sep 17 00:00:00 2001 From: mogorman 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: http://svn.digium.com/svn/asterisk/trunk@51031 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/users.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/users.conf.sample') 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