I’m trying to do a voice call and play some audio to the phone line with MC7304 minicard. The firmware version i use supports voice.
So what do I do:
Place call from modem to my phone using ATD command, this part works fine
Then trying to get some voice in my phone, or in my laptop. I suggested it could work by itself, because mc7304 should register as usb-audio device, but it doesn’t work. I hear nothing in phone or in my laptop. Ok, I would by happy to just play some audio file to my phone. I’m trying to use !AVAUDIO command, as described in documentation.
Here is the listing:
AT!AVVOICE=0
OK
AT!AVAUDIO=1,1,some path in my pc disc
OK
and nothing happens.
I tried with different file settings and even with wrong file path. It says OK and nothing happens. I suppose i have to use the file path not in my disc, but in memory of modem , but i don’t know how to transfer files to modem.
So what am I doing wrong? How in general we can send and get audio data in voice call?