Twilio - Making a call from .NET Windows application to a Phone - c#

I am trying to write a windows application to call a phone number(Twilio verified) from my application directly.
What i was able to achieve was:
- To call a phone number and read out a voice sms as mentioned in the TWIML url.
- to call a phone number and then redirect it to another phone number ( by using in the TwiML).
But what i want to do now is:
- Call a phone number directly from the application using my Headphones attached to the pc where the app is running. Is there a way to do that?
Please let me know if my question is not clear enough and i should to try to explain it in more detailed format.
Thanks!!!

Twilio evangelist here.
Unfortunately today we don't offer a native Windows version of Twilio Client, which it what sounds like you are looking for.
The only suggestion I have is to use the .NET browser control to embed a browser into your application. I have not tried this, so I don't know what if any problems you'll have.
Devin

Related

is this possible to develop Call Blocker app in Windows Phone 8.0/8.1?

I need to develop call blocker app in Windows Phone, I just heard that due to restriction of library, this is not possible in Windows Phone. Am I Right ?
Yes, You are right.
Call and SMS api is only available for OEM(Original equipment manufacturer) because of user privacy. So you can not use it.

App to app communication in windows phone 8

So I want to send a message programmatically from one windows phone app to another. It just has to be a text message, but I want to push messages from one app to another on the same phone.
What is the easiest way to accomplish this?
Edit: Btw these apps needs to be able to run offline
Try http://www.windowsazure.com/en-us/.
You can use the trial to study.
Good manual: http://blogs.msdn.com/b/andy_wigley/archive/2013/08/22/push-notifications-made-easy-using-windows-azure-notification-hubs-with-windows-phone.aspx
If you want it to work offline, the best you can do is registering a custom URI scheme, and use it to launch one app from the other, passing your message along.

WP8 Phone and SMS events

I have a Background Agent that needs to listen to the OS Environment and react to when I receive a Phone Call or an SMS message.
Once a Phone Call or SMS is received, I need to see the caller's phone number.
Is there anyway to do this? Does WP8 offer access to such API functionality?
All my Google searches returned negative results, so I'm only interested in responses by people who have encountered this problem as well.
This used to be possible with Windows Mobile (with an interceptor). However, this functionality has been protected in all versions of Windows Phone (7 and 8). I am assuming MS did this so that your app will not (and can not) interfere with Incoming Calls.
No, this is not possible. You can't access the phone or SMS properties or events you want with the current SDK.

Detect incoming call iphone 5

I have a question regarding the possibility of creating a winforms application in C#, which is able to detect incoming calls on an iphone.
Here is the scenario:
the iphone is connected to the computer via a usb cable.
whenever the phone rings I would like to be able to do the following:
Retrive the phone number.
Use the phone number in the winforms application, to search xml filer.
Answer the phone via the application and play an automated voice message.
Is this even possible in C#? If so how could this be done and are there any libraries designed for interacting with an iphone using C#??
Thanks and regards.
Anders
There are no SDK's that allow you to develop .NET apps that interact externally with the iPhone.
If you want to write an iPhone app, but are intimidated by the learning curve you could check out MonoTouch. It allows you to write iPhone\Android apps using C#.

Controlling a mobile phone to send a request

I want to control almost any mobile phone or at least Nokia to send a Request of course using my computer.
you see I have a friend of mine who found a way to send a command to the mobile phone but the phone understood it as a CALL not a Request.
you see in my counrty to know how much unit you have in your mobile Acount you have to write on your mobile *100# then hit the green button "Call button" when you do that your mobile shows "sending request..." or something like it.
okay I want to send this request to the mobile.
and even retreiving the coming message of course after the request.
I program in C#, C++, and I'm learning Java using Eclipse.
please help me.
You can write a program for the phone, and interact with the computer via Bluetooth or the Internet.

Categories