vote up 4 vote down star
1

I have a scenario where I need to make a call to a telephone(landline/mobile) or send SMS to a particular set of users only using ASP.NET and C#. The web application is not a mobile application.

How do I go about doing these? What typically would be the hardware requirements? I would be extremely grateful if you could provide me with pointers and reference websites.

flag

37% accept rate
I should have been more specific stating that I require it in India. – Codeslayer Sep 8 '08 at 10:00

8 Answers

vote up 1 vote down

Not sure if you're looking for hardware solutions to automate yourself, or external services. However, I've used BT's Web21C pretty extensively.

They have an excellent .Net API and a host of functionality. Their pricing is the best in the UK, but might fall down with US SMS, which is obviously cheaper - there are plenty of other SMS API providers though.

What BT do offer, which is rare, is an API interface for automating call dialling, conferencing and managing call flow.

link|flag
vote up 1 vote down

Most carriers provide an email address that you can send text messages to — for example, with Verizon, you can send an email to phonenumber@vtext.com and it will show up as a text message to that number.

Wikipedia has a full list of the carrier-provided email addresses.

By sending text messages as "emails" you can take advantage of System.Net.Mail and the like.

link|flag
vote up 1 vote down

What exactly do you mean by "make a call"? Do you just need to call someone to transfer them or make your own custom, interactive automated call?

If you just need to make a simple call to transfer someone, there are services like VoiceStar that can do this. If you need to make a custom automated call, I would suggest OCS 2007 Speech Server. Asterisk is a SIP PBX and may or may not work for you depending on exactly what you're trying to do.

As far as sending text messages, I don't have much experience so others answers would probably be better.

link|flag
vote up 0 vote down

Via WebServiceX, you can send SMS messages anywhere in the world. For phone calls I'd use Asterisk.

link|flag
WebServiceX does not cover all service providers in India – Codeslayer Sep 8 '08 at 9:59
vote up 0 vote down

If it's for a UK then Esendex provides a nice WebService although BT's Web21C does seem to be that little bit cheaper.

link|flag
vote up 0 vote down

messagepub, provides a single interface API to send not just SMS and make phone calls, but also IM, Twitter, and email messages. It might help you solve your problem.

They have a C# helper library that you could use to easily integrate multichannel messaging into your application.

link|flag
vote up 0 vote down

just using for the first time

link|flag
vote up 0 vote down

Take a look at www.twilio.com

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.