Generate automatic voice calls with Raspberry pi and SIM900 GSM module
- sudo apt-get install minicom
- Enable CLCC
- AT+CLCC=1
- making a call
- AT
- ATD +9471XXXXXXX;
Note: Voice was too noisy at first, as the solution, GSM module powered using an external power supply. Then ground pin of GSM module is connected to RPI ground and eventually annoying noise got removed.