PINE64
Making and receiving calls via command line - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177)
+--- Forum: PinePhone Pro Software (https://forum.pine64.org/forumdisplay.php?fid=179)
+--- Thread: Making and receiving calls via command line (/showthread.php?tid=17864)



Making and receiving calls via command line - Zotax - 01-28-2023

Hello forum,

I would like to create a function where i can run a background 'daemon' that listens for incoming calls. Any incoming calls are redirected over the network/internet to another server.

So if my phone is in location A, i can connect to the phone and perform calls, as well as receive calls. SMS Text messages I would also like to be supported. For example a script ./sendsmsmessage "<telephone_nr>" "text message body". But receiving them is just as important. I can then write some web frontend that connects to the phone and allow for telephony over the network / remote location.

How would i best achieve this? Can i do commands on the command line / shell ? Does anything like this exist already?