I wanted to dial telephone number (not using any Internet, just telephone network) and if possible attending phone through PC.
I have "conexant RD02 D400" [having only one port to connect phone cable, and not second port to connect phone instrument], which is connected to PC through USB port. I was able to use following command:
modem-cmd /dev/ttyACM0 ATDP123456
which rings bell on dialed number.
On picking remote phone, I expected that speaker and phone will be used to communicate, but that did not happened.
Is it possible to use PC's mic, speaker or head set attached to PC? If yes, which software or what setting?
-- H.S.Rai
On picking remote phone, I expected that speaker and phone will be used to communicate, but that did not happened.
Is it possible to use PC's mic, speaker or head set attached to PC? If yes, which software or what setting?
modem-cmd sends only AT commands to modem. To use, PC's sound input/output, you need a tool that will capture media stream from mic and pipe those to modem and capture voice stream from modem.
One possible way of doing that is to configure your modem with Asterisk server.
-Shamit