01-28-2023, 12:19 PM
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?
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?