I want to inquire we dialing from .net frame work , as I have requirement to develop a application in .net framework which will fetch phone no from database and dial automatically and upon connect I want to call text to speech customer related information
, is it possible in .net.
This isn't something you can do with ASP.NET as that executes on the web server. You would have to develop a client side app which makes use of
TAPI for dialling telephone numbers. Further discussion about that is off topic for these forums.
Member
34 Points
147 Posts
TEXT TO SPEECH AND DIALING FROM VISUAL STUDIO 2012
Oct 28, 2014 03:05 AM|asad_dba|LINK
Hi,
I want to inquire we dialing from .net frame work , as I have requirement to develop a application in .net framework which will fetch phone no from database and dial automatically and upon connect I want to call text to speech customer related information , is it possible in .net.
thank you.
Asad Mahmood
All-Star
194869 Points
28101 Posts
Moderator
Re: TEXT TO SPEECH AND DIALING FROM VISUAL STUDIO 2012
Oct 28, 2014 03:16 AM|Mikesdotnetting|LINK
This isn't something you can do with ASP.NET as that executes on the web server. You would have to develop a client side app which makes use of TAPI for dialling telephone numbers. Further discussion about that is off topic for these forums.
Member
34 Points
147 Posts
Re: TEXT TO SPEECH AND DIALING FROM VISUAL STUDIO 2012
Oct 28, 2014 03:44 AM|asad_dba|LINK
thank u
Asad Mahmood
All-Star
194869 Points
28101 Posts
Moderator
Re: TEXT TO SPEECH AND DIALING FROM VISUAL STUDIO 2012
Oct 28, 2014 03:52 AM|Mikesdotnetting|LINK
I provided a link to the Wikipedia entry for TAPI in my reply. Click it.