Hello,
Let's do a small project

.
You can use the controller to remotely control anything you want; it's an Atmel AVR Mega32 connected to a Siemens mobile phone (model S/C/M 25/35).
I know the M32 is a bit oversized, but I just happened to have some lying around, and they cost less than 5 cents each.
The whole process is very simple and can be done directly from a mobile phone to an AVR (microcontroller).
Call the mobile phone.
Save called number (button on the answering device).
With each subsequent call from this number, a relay will be activated. This relay is connected to a 'low-side' switch, regardless of what you want to use it for. The low-side switch is compatible with Webasto SH systems and also with the original Audi remote control.
After the phone rings and the number is recognized as valid, I let it ring three more times, then I hang up using the AVR (Automatic Voice Response) system to confirm that everything worked correctly, and this doesn't incur any charges.
The low-side trigger is currently set to 500ms, but I can adjust it if needed, making it longer or shorter.
When connecting power to the AVR microcontroller, a voltage of 5V is typically used with a regulator like a 7805 or similar.
/RST to 5V via a 10k resistor.
The AVR microcontroller runs with a 16 MHz crystal oscillator, but it can also be configured to operate at a different frequency.
Portb.0 is a button that connects to ground (GND) when pressed, used for saving the number.
Port B.3 is the output pin (low side or whatever).
Connect pin 14 (AVR / RXD) to pin 5 of the phone, and include a 1k resistor.
Connect pin 15 (AVR / TXD) to pin 6 of the mobile phone, and insert a 1k resistor.
Connect Pin 1 of the phone to ground (GND).
Connect pin 2 of the phone to ground (charge at 150mA).
Connect pin 3 of the phone to 5V. I'm using a 10 Ohm resistor for current limiting. A 7805 regulator gets hot when the battery is low (14V-5V + 200mA), resulting in 1.8W dissipation on the regulator!
An the PortD interface, an LCD screen can be connected to display the stored number and the number of the last caller, although this is not essential for its functionality.
Mobile phones and AVR (Automatic Voltage Regulators) should not be used in close proximity to each other, as the radio frequency radiation emitted by the mobile phone can sometimes disrupt the operation of the AVR. Problems typically disappear when the distance between the two devices is increased to approximately 30 cm.
The images and the hex file are attached.
(This is an AVR board that I built, and it's not just for the phone; the voltage regulator on the board isn't available on the open market, but it's used in almost all ECUs

. A 7805 would work just as well, but the one I use also has a watchdog (which is not needed here) and a reset generator.)
I've now attached the schematic for the AVR board, including a 7805 voltage regulator. For this phone project, only the microcontroller (uC), voltage regulator, and low-side driver are needed; the rest of the components are not necessary.
Feel free to contact me with any questions.
[/img]