Page 1 of 1

how to connect Sql Server Database..

PostPosted: Thu Mar 10, 2011 6:32 am
by sam111
hi
how can i connect external_dial function in API.php files to SQL server Database..please guide..

PostPosted: Thu Mar 10, 2011 7:37 am
by mflorell
Not exactly sure what you want here. Could you explain in more detail please?

PostPosted: Thu Mar 10, 2011 7:44 am
by sam111
mflorell wrote:Not exactly sure what you want here. Could you explain in more detail please?


ok i am going to describe..

i have an agent interface in .NET having all fields like.firstname,last name etc. and a button Name DialNext and HungUp.and i have all my database stored in Sql Server Database..now i want to call a number Dialed by agent on that interface..i got this for Agent ApI but i want to call phone number from my SQL server Db.not in MySql db.

please guide how to do this..i am using this URL on clicking DialNext button..
http://192.168.0.246/agc/api.php?source ... &focus=YES

all these fields like value,phonecode,source etc i want to reteived from SQL server database...

PostPosted: Thu Mar 10, 2011 8:42 am
by mflorell
Well, you are going to have to program that.