﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / General Question: Making a Automated Phone Call from SQL Server / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 22:31:51 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: General Question: Making a Automated Phone Call from SQL Server</title><link>http://www.sqlservercentral.com/Forums/Topic838862-391-1.aspx</link><description>It is for sure possible to place a call using SQL server. You can even send text messages using a service like Twilio.com combined with this user friendly DLL [url=http://www.austinhenderson.com/Projects/twiSQL.aspx]here[/url].  Basically the idea is that you use this package and you end up with some UDF on your sql server so you can [url=http://www.austinhenderson.com/Projects/twiSQL.aspx]make calls and send text messages from your sql server[/url] in one line of SQL code.</description><pubDate>Thu, 01 Dec 2011 19:44:24 GMT</pubDate><dc:creator>henderson.austin</dc:creator></item><item><title>RE: General Question: Making a Automated Phone Call from SQL Server</title><link>http://www.sqlservercentral.com/Forums/Topic838862-391-1.aspx</link><description>OK Thanks for the information.</description><pubDate>Thu, 24 Dec 2009 06:53:47 GMT</pubDate><dc:creator>deepakkn</dc:creator></item><item><title>RE: General Question: Making a Automated Phone Call from SQL Server</title><link>http://www.sqlservercentral.com/Forums/Topic838862-391-1.aspx</link><description>SQL Server isn't an automation engine (or rather not a *general purpose* automation engine), and isn't going to have the hooks you would want to do telephony.  You will end up having to do .NET and adding telephony libraries to that (or some such similarsolution), possibly pulling the phone #'s out of SQL if that's where they are stored.</description><pubDate>Thu, 24 Dec 2009 06:28:47 GMT</pubDate><dc:creator>Matt Miller (#4)</dc:creator></item><item><title>RE: General Question: Making a Automated Phone Call from SQL Server</title><link>http://www.sqlservercentral.com/Forums/Topic838862-391-1.aspx</link><description>I am not aware of any built in facility to make a phone call from SQL Server. However if I wanted to do it I'd probably write a .net assembly implemented as a windows service that reads on a service broker message queue. Quests would be sent in the form of a message to the message queue and the service would make the call *** requested in its own context.</description><pubDate>Thu, 24 Dec 2009 06:18:27 GMT</pubDate><dc:creator>sturner</dc:creator></item><item><title>General Question: Making a Automated Phone Call from SQL Server</title><link>http://www.sqlservercentral.com/Forums/Topic838862-391-1.aspx</link><description>Hi,I havent heard anything related to making a phone call from sql server.Do anyone have idea how to do it?is it possible from sql server?We are using the .NET and SQL Server. From .NET i guess we can do it.But normally how does it work?Thanks,Deepak</description><pubDate>Wed, 23 Dec 2009 23:19:12 GMT</pubDate><dc:creator>deepakkn</dc:creator></item></channel></rss>