[asterisk-users] Website callback
Benny Amorsen
benny+usenet at amorsen.dk
Fri Jun 20 05:46:43 CDT 2008
Tilghman Lesher <tilghman at mail.jeffandtilghman.com> writes:
> One very big benefit of using a database with cron jobs is that your web
> application does not need to run as the same user (or otherwise weaken
> security permissions) as the Asterisk daemon. If running as the same user,
> you'd have to either set both daemons to the same group (which means the
> web server has access to all other files that Asterisk writes) or world
> writable, which is even worse.
You can use ACL's.
setfacl -m u:webapp:w /path/to/calldir
/Benny
More information about the asterisk-users
mailing list