06-16-2015 02:28 PM
Can you tell me if we can make calls to a mobile number using LabVIEW. It might have to play a recorded message in the call. Is there any facility for doing this? I saw some posts related to this but they were old and also saw some related to skype calling. I would like to know if the skype calling works fine for a phone number and also plays a recorded message (voice). Can you please help with this?
06-16-2015 02:57 PM
There is nothing built into LabVIEW that would make this possible; you'll have to look into an external library or application. I've never needed this so I cannot suggest any particular tool. You should do a separate search (outside of LabVIEW forums) for a program that can make a phone call and play a message. Once you find such a tool, you could post back here with a link to the documentation if you have questions about how to call it from LabVIEW.
06-16-2015 03:34 PM
06-18-2015 03:00 PM
Thank you so much for your response. I tried making call using skype in LabVIEW. It was working. But, is there any way to play a recorded message(voice) in the call?
06-18-2015 03:11 PM
Please don't scam people with recorded messages, that's so annoying.
06-18-2015 03:21 PM
If you don't mind a solution that's not purely in software, you might try wiring the headphone output to the sound input, and then you just need a way to play a sound from LabVIEW. I've never done this but I suspect it can be done simply (if nothing else, you can use System Exec to launch a separate audio player and specify the filename). I don't know how you would make sure that the call connected prior to playing the sound, you'll have to see if there's some way to determine that from the Skype interface. Also, if your computer doesn't have a "line" input but does have a microphone input, you might have to adjust the volume levels carefully to make it work.