LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

phone call using LabVIEW

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?  

0 Kudos
Message 1 of 11
(4,888 Views)

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.

0 Kudos
Message 2 of 11
(4,870 Views)
0 Kudos
Message 3 of 11
(4,857 Views)

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?

0 Kudos
Message 4 of 11
(4,789 Views)

Please don't scam people with recorded messages, that's so annoying.

0 Kudos
Message 5 of 11
(4,780 Views)

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.

0 Kudos
Message 6 of 11
(4,771 Views)