• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Making calls on pc through cell phone

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody!

I want to write a program that would allow someone to dial a number from their computer which would then use a Bluetooth connection to dial the number on a Bluetooth phone and transmit the call back to the computer so that one would be able to talk through a headset connected to the computer.

I know this may sound ridiculous, if I want to be hands free I can just get a Bluetooth headset and bypass doing it through the computer, but it just something I think would be cool to have.

I looked online and couldn’t find any programs like what I’m describing, however it could be that I didn’t look hard enough and that there are programs out there.

Any suggestions on where I should start? What language I should use to write the software?

Thanks
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
None of the Bluetooth earpieces I've had came equipped with numeric keypad, so it would be hard to dial with them. I did use one to voice-dial, but that required audio-recognition on the phone. Supposedly my Android phone has voice dialing, but it's using a remote host and won't let me use arbitrary sounds to dial.

One possibility might be to use a phone that's been set up as a modem to relay tcp/ip telephony (Skype or something like that).
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic