Re: [asterisk-users] Asterisk w/MS SQL Server 2005

2007-09-04 Thread BJ Weschke
On 9/4/07, Larry Costigan <[EMAIL PROTECTED]> wrote: > I've got an Asterisk switch that is going to run an IVR menu with a database > interface that will be doing lookups based on the user entered data and then > reading back strings with the appropriate data integrated into the text. I > have fou

Re: [asterisk-users] Asterisk w/MS SQL Server 2005

2007-09-04 Thread Mik Cheez
You can use Asterisk's AGI and PHP/Perl or whatever else. You'll need to install connecting software, such as FreeTDS, to connect to SQL. Then you can either pass arguments to your script or use environment variables to set Asterisk variables. Here's a good place to start: http://www.voip-info

Re: [asterisk-users] Asterisk w/MS SQL Server 2005

2007-09-04 Thread Larry Costigan
I've got an Asterisk switch that is going to run an IVR menu with a database interface that will be doing lookups based on the user entered data and then reading back strings with the appropriate data integrated into the text. I have found quite a bit of data on using MySQL as a database with Aste