Go Back   Wireless and Wifi Forums > News > Newsgroups > uk.telecom.voip
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-25-2006, 02:47 PM
Tinus
Guest
 
Posts: n/a
Default Asterisk and voicemail permission problem

Hello all,

Maybe some of you are Asterisk experts and can help me with my problem.
I'm a Linux newbie but I've managed to install Fedora Core 5 on a Via EPIA
EN15000 board.

I've compiled Asterisk (version 1.2.10) succesfully and I'm running Asterisk
with user asterisk and group asterisk. If I start asterisk with
asterisk -vvvvvvvvvvgc then all is well, no problems are reported.

But I thing is driving me crazy. Every time a new voicemail is created in
the /var/spool/asterisk/voicemail/default/101/INBOX the asterisk group does
not have read/execute permissions. Only the user asterisk does. The problem
then is that ARI (Asterisk Recording Interface = Web interface for reading
voicemail messages) cannot read the voicemail. BTW, apache user is added to
the asterisk group. However because the asterisk group does not have
read/exec permissions I still can't see them in ARI.

If I execute the following commands:
chown --recursive asterisk:asterisk /var/spool/asterisk
chmod --recursive u=rwX,g=rX,o= /var/spool/asterisk

Then all is well. In ARI I see the voicemails. But a new voicemail is again
created without group permissions (msg0000 is old; msg0001 is new):
-rwxr-x--- 1 asterisk asterisk 23793 Aug 25 16:09 msg0000.gsm
-rw-r----- 1 asterisk asterisk 246 Aug 25 16:09 msg0000.txt
-rwxr-x--- 1 asterisk asterisk 230764 Aug 25 16:09 msg0000.wav
-rwxr-x--- 1 asterisk asterisk 23460 Aug 25 16:09 msg0000.WAV
-rwx------ 1 asterisk asterisk 7755 Aug 25 16:44 msg0001.gsm
-rw------- 1 asterisk asterisk 245 Aug 25 16:44 msg0001.txt
-rwx------ 1 asterisk asterisk 75244 Aug 25 16:44 msg0001.wav
-rwx------ 1 asterisk asterisk 7730 Aug 25 16:44 msg0001.WAV

As you can see, msg0001 has no r and x permissions for the group asterisk.
Now how can I resolve this?

Hope someone has an answer for me!

Thanks in advance!
With regards,
Tinus



Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trixbox / Asterisk voicemail notification error Matt uk.telecom.voip 19 01-07-2007 06:57 AM
Asterisk more than one call viperdudeuk@gmail.com uk.telecom.voip 4 10-20-2005 01:52 PM
basic asterisk configs for Sipgate alexd uk.telecom.voip 0 10-09-2005 08:32 PM
Asterisk@Home email notification PROBLEM Rhubarb chickery uk.telecom.voip 2 09-10-2005 03:02 PM
Sipgate and Asterisk, Calls cut if silence detected Sparks uk.telecom.voip 1 07-12-2005 09:03 AM


All times are GMT. The time now is 02:48 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45