Re: [Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-18 Thread Tzafrir Cohen
On Fri, Feb 17, 2006 at 09:16:41AM +0100, Giorgio Incantalupo wrote: > Hi Chuck, > my solution may be considered a bit strange but I chose it after trying > asterisk code without success, trying to use Tzafrir patch but I had to > change asterisk user umask too > The right solution could be s

Re: [Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-17 Thread Chuck Bunn
Hi, I am throwing in the towel. I tried recompiling asterisk with changes to rights in app_voicemail.c (changed 0700 to 0770, 0600 to 0660) but I think the writing of voicemail is taking place somewhere else as this did fix new directories but files are still beining writen without group perm

Re: [Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-17 Thread Giorgio Incantalupo
Hi Chuck, my solution may be considered a bit strange but I chose it after trying asterisk code without success, trying to use Tzafrir patch but I had to change asterisk user umask too The right solution could be something like a "voicemail_dir_permissions" parameter in voicemail.conf so an

Re: [Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-16 Thread Chuck Bunn
Hi, Could you post the updated patch for 1.2.4 Thanks Ben Klang wrote: On Thursday 16 February 2006 11:47, you wrote: Just so I am clear this patch will work with 1.2.4 and requires manual updating to files and then a recomplie of Asterisk source correct?? This patch was written agai

Re: [Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-16 Thread Chuck Bunn
Hi, Just so I am clear this patch will work with 1.2.4 and requires manual updating to files and then a recomplie of Asterisk source correct?? Thanks Ben Klang wrote: Hello, I found the same problem very frustrating, mostly because it causes Asterisk to ignore ACLs and umask settings. I

Re: [Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-15 Thread Tzafrir Cohen
On Tue, Feb 14, 2006 at 03:09:59PM -0700, Chuck Bunn wrote: > Hi Giorgio: > > That seems like a kind of a kludge. I would rather have the program work > right, than adding a work around. Dan of Littlejohnsconsulting has told > me of one problem in ARI that he is fixing but I do not understand h

Re: [Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-14 Thread Chuck Bunn
Hi Giorgio: That seems like a kind of a kludge. I would rather have the program work right, than adding a work around. Dan of Littlejohnsconsulting has told me of one problem in ARI that he is fixing but I do not understand how it will fix the issue yet?? I will let you know as I find out mor

Re: [Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-10 Thread Giorgio Incantalupo
Hi Chuck. I had the same problem. I solved it using the externnotify parameter inside voicemail.conf. Just launch a script which changes the /var/spool/asterisk permissions. Giorgio Incantalupo Chuck Bunn wrote: Hi, I thought I had this problem licked but there still is a rights problem wit

[Asterisk-Users] Rights problem with Voicemail and non-root user - yeah I know, I thought I had it fixed...

2006-02-10 Thread Chuck Bunn
Hi, I thought I had this problem licked but there still is a rights problem with ARI and Asterisk when using a non-root user (Following the wiki at http://www.voip-info.org/tiki-pagehistory.php?page=Asterisk+non-root&diff2=25). When I issue the following: chmod --recursive u=rwX,g=rX,o= /var