[asterisk-users] Voicemail multiple languages

2006-11-13 Thread Guerid Salim
Hello,

I try to configure Asterisk to send voicemail in the language of the user's
mailbox. 
But the only way I see is to modify the app_voicemail.c anybody has an
alternative idea for me ?

Lot of thanks 

___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] loosening voicemail file permissions formsg????.txt and msg????.wav

2006-11-07 Thread Guerid Salim








HI,



Ive had the same problem,
and have done the same modification in the app_voicemail.c but without success.

Its a bug related
in http://groups.google.ch/group/linux.debian.bugs.dist/browse_thread/thread/e4352f488af374bf/c667bae7bdc59473?lnk=stq=app_voicemail.c+Bug%23330132rnum=1hl=fr#c667bae7bdc59473

The only way Ive
found to solve this problem is to make asterisk running under the user you want
to access to the messages. You have to change add some permissions to Asterisk
folders, and can use ACL for that in this way: 



setfacl -m u:wwwrun:rwX
/var/run 
setfacl -m u:wwwrun:rwX /usr/sbin/asterisk 
setfacl -Rm u:wwwrun:rwX /var/log/asterisk/ 
setfacl -Rm u:wwwrun:rwX /var/log/asterisk/ 
setfacl -Rm u:wwwrun:rwX /var/spool/asterisk/ 
setfacl -Rm u:wwwrun:rwX /var/lib/asterisk/

 

Then in this exemple you
can run asterisk with wwwrun user.



An other way is to launch
a script Perl for example in the dialplan which check files/folsers permission when
appends a hang up to any channel.



Hope that can help you



Salim











De:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Scott Keagy
Envoyé: mardi, 7. novembre
2006 20:22
À: Asterisk Users Mailing
List - Non-Commercial Discussion
Objet: [asterisk-users]
loosening voicemail file permissions formsg.txt and msg.wav





HI folks,



I figured out where in the source code to hack the
.wav file permissions which were set too restrictive for me, but I cant
figure out how to do the same for the .txt file.



Looks like the voicemail.c file sets it nicely for
asterisk1.4beta3 using a #define statement early on, but msg.txt
comes out with permissions 0600 and there are no umask entries that
affect how asterisk is started (if anything it would be 022).



Ive grepped through the entire source tree
from the expanded tarball, and changed every place where it says 0600 to 0666
and recompiled, but still no luck. Ive grepped for umask entries like
077 that might cause the problem, but again no luck.



My work-around right now is a cron-job that chmods
these directories every minute, but this is ridiculous.



Anyone solved this?



Thanks,

Scott








___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Voicemail.conf multi languages

2006-11-05 Thread Guerid Salim








Hello,



Im a student of the
school of engineer of Yverdon Switzerland
and Im working for my project of diploma (VoIP-Asterisk)

Im
wondering if it is possible to have multi languages email with the
voicemail.conf. I wish to set the emailbody/emailsubject relatively to the user
language of the mailbox?



Any advice or
idea will be appreciated!



Thanks 



Salim






___
--Bandwidth and Colocation provided by Easynews.com --

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