|
Home > Archive > Unix Programming > July 2004 > AT commands help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Yogesh 2004-07-29, 2:52 am |
| I need to to following things using AT commands
1. Dial a phone (atdt phone no.)
2. Detecting that phone is pickeked up (?)
3. and then play a sound file on that line (?)
How can i do this ?
Waiting for Reply
Yogesh D
| |
| Levente KOVACS 2004-07-29, 7:52 am |
| On 29 Jul 2004 01:53:37 -0700
yogesh_mcs@yahoo.com (Yogesh) wrote:
> 3. and then play a sound file on that line (?)
This you can not do with AT commands. If I you have a voice modem,
connect it to your sound card. But it's also a mess, becouse a modem
voice modem has mic. input, not signal input... your soundcard will
overdrive the modem.
| |
| Måns Rullgård 2004-07-29, 7:52 am |
| Levente KOVACS <Levente.Kovacs@cern.ch> writes:
> On 29 Jul 2004 01:53:37 -0700
> yogesh_mcs@yahoo.com (Yogesh) wrote:
>
>
> This you can not do with AT commands. If I you have a voice modem,
> connect it to your sound card. But it's also a mess, becouse a modem
> voice modem has mic. input, not signal input... your soundcard will
> overdrive the modem.
A couple of resistors should fix that.
--
Måns Rullgård
mru@kth.se
| |
| Ilja Tabachnik 2004-07-29, 7:52 am |
| Levente KOVACS wrote:
> On 29 Jul 2004 01:53:37 -0700
> yogesh_mcs@yahoo.com (Yogesh) wrote:
>
>
> This you can not do with AT commands. If I you have a voice modem,
> connect it to your sound card. But it's also a mess, becouse a modem
> voice modem has mic. input, not signal input... your soundcard will
> overdrive the modem.
Hm-m... Sure one _do_ can use a voice modem for voice playback
without any sound cards. However, there is no AT command that
directly takes a filename as it's argument. Instead one shound
use an appropriate command to put the modem into Voice Transmit Mode
and then just read from file and send voice data to modem.
2OP: Consult your modem's manual for details.
HTH
--
Ilja.
|
|
|
|
|