Re: [asterisk-users] AppVoicemail overwrites voicemail.conf

2014-03-23 Thread Al lists
yes, thanks you!



On Sat, Mar 22, 2014 at 9:13 AM, Paul Belanger paul.belan...@polybeacon.com
 wrote:

 On Fri, Mar 21, 2014 at 11:58 PM, Al lists asteris...@gmail.com wrote:
  looking more into this, looks like this is not a issue, its related to
 users
  changing voicemail password from handset, asterisk rewrites the file.
 
 Right, use passwordlocation = spool, create a secret.conf for each
 mailbox, now when a user changes their password, secret.conf gets
 updated not voicemail.conf.

 --
 Paul Belanger | PolyBeacon, Inc.
 Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
 Github: https://github.com/pabelanger | Twitter:
 https://twitter.com/pabelanger

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] AppVoicemail overwrites voicemail.conf

2014-03-22 Thread Paul Belanger
On Fri, Mar 21, 2014 at 11:58 PM, Al lists asteris...@gmail.com wrote:
 looking more into this, looks like this is not a issue, its related to users
 changing voicemail password from handset, asterisk rewrites the file.

Right, use passwordlocation = spool, create a secret.conf for each
mailbox, now when a user changes their password, secret.conf gets
updated not voicemail.conf.

-- 
Paul Belanger | PolyBeacon, Inc.
Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
Github: https://github.com/pabelanger | Twitter: https://twitter.com/pabelanger

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] AppVoicemail overwrites voicemail.conf

2014-03-21 Thread Al lists
We noticed issues with voicemail and somehow looks like voicemail.conf has
been overwritten:

;!
;! Automatically generated configuration file
;! Filename: voicemail.conf (/etc/asterisk/voicemail.conf)
;! Generator: AppVoicemail
;! Creation Date: Thu Mar 20 06:48:16 2014
;!


i saw a bug for 1.4 and realtime but our version is 10.12.3 and we are not
using realtime.
anyway to prevent AppVoicemail ro auto generate files?
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] AppVoicemail overwrites voicemail.conf

2014-03-21 Thread Paul Belanger
On Fri, Mar 21, 2014 at 3:22 PM, Al lists asteris...@gmail.com wrote:

 We noticed issues with voicemail and somehow looks like voicemail.conf has
 been overwritten:

 ;!
 ;! Automatically generated configuration file
 ;! Filename: voicemail.conf (/etc/asterisk/voicemail.conf)
 ;! Generator: AppVoicemail
 ;! Creation Date: Thu Mar 20 06:48:16 2014
 ;!


 i saw a bug for 1.4 and realtime but our version is 10.12.3 and we are not
 using realtime.
 anyway to prevent AppVoicemail ro auto generate files?

passwordlocation = spooldir

Read voicemail.conf about how to use it.

-- 
Paul Belanger | PolyBeacon, Inc.
Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
Github: https://github.com/pabelanger | Twitter: https://twitter.com/pabelanger

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] AppVoicemail overwrites voicemail.conf

2014-03-21 Thread Al lists
passwordlocatio seems to be related to vmsecret

from voicemail.conf sample :

; passwordlocation=spooldir
; Usually the voicemail password (vmsecret) is stored in
; this configuration file.  By setting this option you
can
; specify where Asterisk should read/write the vmsecret.
; Supported options:
;   voicemail.conf:
; This is the default option.  The secret is read
from
; and written to voicemail.conf (or users.conf).
;   spooldir:
; The secret is stored in a separate file in the
user's
; voicemail spool directory in a file named
secret.conf.
; Please ensure that normal Linux users are not
; permitted to access Asterisk's spool directory as
the
; secret is stored in plain text.  If a secret is
not
; found in this directory, the password in
; voicemail.conf (or users.conf) will be used.
; Note that this option does not affect password
storage for
; realtime users, which are still stored in the realtime
; backend.


but the issue i was explaining was voicemail.conf getting overwritten
apparently by appvoicemail



On Fri, Mar 21, 2014 at 5:36 PM, Paul Belanger paul.belan...@polybeacon.com
 wrote:

 On Fri, Mar 21, 2014 at 3:22 PM, Al lists asteris...@gmail.com wrote:
 
  We noticed issues with voicemail and somehow looks like voicemail.conf
 has
  been overwritten:
 
  ;!
  ;! Automatically generated configuration file
  ;! Filename: voicemail.conf (/etc/asterisk/voicemail.conf)
  ;! Generator: AppVoicemail
  ;! Creation Date: Thu Mar 20 06:48:16 2014
  ;!
 
 
  i saw a bug for 1.4 and realtime but our version is 10.12.3 and we are
 not
  using realtime.
  anyway to prevent AppVoicemail ro auto generate files?
 
 passwordlocation = spooldir

 Read voicemail.conf about how to use it.

 --
 Paul Belanger | PolyBeacon, Inc.
 Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
 Github: https://github.com/pabelanger | Twitter:
 https://twitter.com/pabelanger

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] AppVoicemail overwrites voicemail.conf

2014-03-21 Thread Al lists
looking more into this, looks like this is not a issue, its related to
users changing voicemail password from handset, asterisk rewrites the file.



On Fri, Mar 21, 2014 at 9:31 PM, Al lists asteris...@gmail.com wrote:

 passwordlocatio seems to be related to vmsecret

 from voicemail.conf sample :

 ; passwordlocation=spooldir
 ; Usually the voicemail password (vmsecret) is stored
 in
 ; this configuration file.  By setting this option you
 can
 ; specify where Asterisk should read/write the
 vmsecret.
 ; Supported options:
 ;   voicemail.conf:
 ; This is the default option.  The secret is read
 from
 ; and written to voicemail.conf (or users.conf).
 ;   spooldir:
 ; The secret is stored in a separate file in the
 user's
 ; voicemail spool directory in a file named
 secret.conf.
 ; Please ensure that normal Linux users are not
 ; permitted to access Asterisk's spool directory
 as the
 ; secret is stored in plain text.  If a secret is
 not
 ; found in this directory, the password in
 ; voicemail.conf (or users.conf) will be used.
 ; Note that this option does not affect password
 storage for
 ; realtime users, which are still stored in the
 realtime
 ; backend.


 but the issue i was explaining was voicemail.conf getting overwritten
 apparently by appvoicemail



 On Fri, Mar 21, 2014 at 5:36 PM, Paul Belanger 
 paul.belan...@polybeacon.com wrote:

 On Fri, Mar 21, 2014 at 3:22 PM, Al lists asteris...@gmail.com wrote:
 
  We noticed issues with voicemail and somehow looks like voicemail.conf
 has
  been overwritten:
 
  ;!
  ;! Automatically generated configuration file
  ;! Filename: voicemail.conf (/etc/asterisk/voicemail.conf)
  ;! Generator: AppVoicemail
  ;! Creation Date: Thu Mar 20 06:48:16 2014
  ;!
 
 
  i saw a bug for 1.4 and realtime but our version is 10.12.3 and we are
 not
  using realtime.
  anyway to prevent AppVoicemail ro auto generate files?
 
 passwordlocation = spooldir

 Read voicemail.conf about how to use it.

 --
 Paul Belanger | PolyBeacon, Inc.
 Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
 Github: https://github.com/pabelanger | Twitter:
 https://twitter.com/pabelanger

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users