Re: [asterisk-users] Database Access from dialplan.

2009-08-13 Thread Matt Riddell
On 13/08/09 8:33 PM, Unni wrote: > Summary: Is it possible to append to a user-defined text file from the > dialplan without using AGI ? You could use inotify to watch a directory owned by your webserver, then when you add a new rate to it cause it to run a script that updates the dialplan and

Re: [asterisk-users] Database Access from dialplan.

2009-08-13 Thread hh174
Why don't you setup a second server just for mysql and fastagi. Fastagi can also be installed on your asterisk server with just a small overhead, as fastagi will keep running in the background, you will not have the overhead of creating new process at each call. Olivier Unni a écrit : > Summary

[asterisk-users] Database Access from dialplan.

2009-08-13 Thread Unni
Summary: Is it possible to append to a user-defined text file from the dialplan without using AGI ? Background: We are using our Asterisk server to place outbound calls alone. We've 8 E1s that enables us to place about 240 calls concurrently. The server is a bit old, and we are not able to reach