PINE64
How can I control the modem? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: How can I control the modem? (/showthread.php?tid=13017)



How can I control the modem? - SocialNetworkingWasAMistake - 02-06-2021

I'd like to programmatically place a call to a specific number and specify my own audio input and output streams. Is there any documentation around for this?


RE: How can I control the modem? - Alho - 02-07-2021

You Can find the modem manual in the wiki.


RE: How can I control the modem? - spaetz - 02-08-2021

(02-06-2021, 03:25 PM)SocialNetworkingWasAMistake Wrote: I'd like to programmatically place a call to a specific number and specify my own audio input and output streams. Is there any documentation around for this?

Placing your call is as easy as xdg-open tel://<NUMBER> afaik. As for fudging audio streams, this is something where callaudiod, alsa and pulseaudio are involved, not the modem directly.