Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] AppVoicemail overwrites voicemail.conf


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
asteriskal at gmail.com
Guest





PostPosted: Fri Mar 21, 2014 2:23 pm    Post subject: [asterisk-users] AppVoicemail overwrites voicemail.conf Reply with quote

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?
Back to top
paul.belanger at polyb...
Guest





PostPosted: Fri Mar 21, 2014 6:37 pm    Post subject: [asterisk-users] AppVoicemail overwrites voicemail.conf Reply with quote

On Fri, Mar 21, 2014 at 3:22 PM, Al lists <asteriskal@gmail.com> wrote:
Quote:

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.belanger@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
Back to top
asteriskal at gmail.com
Guest





PostPosted: Fri Mar 21, 2014 10:31 pm    Post subject: [asterisk-users] AppVoicemail overwrites voicemail.conf Reply with quote

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.belanger@polybeacon.com (paul.belanger@polybeacon.com)> wrote:
Quote:
On Fri, Mar 21, 2014 at 3:22 PM, Al lists <asteriskal@gmail.com (asteriskal@gmail.com)> wrote:
Quote:

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.belanger@polybeacon.com (paul.belanger@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
Back to top
asteriskal at gmail.com
Guest





PostPosted: Fri Mar 21, 2014 10:59 pm    Post subject: [asterisk-users] AppVoicemail overwrites voicemail.conf Reply with quote

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 <asteriskal@gmail.com (asteriskal@gmail.com)> wrote:
Quote:
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.belanger@polybeacon.com (paul.belanger@polybeacon.com)> wrote:
Quote:
On Fri, Mar 21, 2014 at 3:22 PM, Al lists <asteriskal@gmail.com (asteriskal@gmail.com)> wrote:
Quote:

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.belanger@polybeacon.com (paul.belanger@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





Back to top
paul.belanger at polyb...
Guest





PostPosted: Sat Mar 22, 2014 10:13 am    Post subject: [asterisk-users] AppVoicemail overwrites voicemail.conf Reply with quote

On Fri, Mar 21, 2014 at 11:58 PM, Al lists <asteriskal@gmail.com> wrote:
Quote:
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.belanger@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
Back to top
asteriskal at gmail.com
Guest





PostPosted: Sun Mar 23, 2014 9:11 pm    Post subject: [asterisk-users] AppVoicemail overwrites voicemail.conf Reply with quote

yes, thanks you!




On Sat, Mar 22, 2014 at 9:13 AM, Paul Belanger <paul.belanger@polybeacon.com (paul.belanger@polybeacon.com)> wrote:
Quote:
On Fri, Mar 21, 2014 at 11:58 PM, Al lists <asteriskal@gmail.com (asteriskal@gmail.com)> wrote:
Quote:
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.belanger@polybeacon.com (paul.belanger@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


Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services