What device, what GSM modem do I need to communicate with the server to make the call and what should such communication look like? I want to write a simple server in Go/C#, or it could be another language (in fact I'm thinking of putting this server on ESP32 so it will rather stand on C++) which, upon receiving a command, should make a simultaneous call to a certain group of phone numbers and listen to the response from each number (accepted/rejected), but this must be done via the mobile network, not VoIP. External service providers are out. In the case of setting up a server on an ESP32 or on a computer, communication with the modem will be via serial port (unless there is a better solution)
damianos121212
damianos121212
Level 5
Posts: 15
What device, what GSM modem do I need to communicate with the server to make the call and what should such communication look like? I want to write a simple server in Go/C#, or it could be another language (in fact I'm thinking of putting this server on ESP32 so it will rather stand on C++) which, upon receiving a command, should make a simultaneous call to a certain group of phone numbers and listen to the response from each number (accepted/rejected), but this must be done via the mobile network, not VoIP. External service providers are out. In the case of setting up a server on an ESP32 or on a computer, communication with the modem will be via serial port (unless there is a better solution)