An open API service indexing awesome lists of open source software.

https://github.com/debianmaster/simpleivr

Basic IVR using Sim900 module + AT commands + c#.net
https://github.com/debianmaster/simpleivr

Last synced: over 1 year ago
JSON representation

Basic IVR using Sim900 module + AT commands + c#.net

Awesome Lists containing this project

README

          

SimpleIVR
=========

Basic IVR using Sim900 module + AT commands + c#.net


Usage



  1. Connect Sim900 GSM module to PC via RS232 cable

  2. Power up GSM module, in my case i used 12 V 1 Amp adapter as power source. (You's might differ)

  3. Run SimpleIVR.exe program

This Exe connects to Com1 port and checks if there is a RING on Serial / GSM (every 1 second) and if there is a Incoming call (RING)
Then answers the call issuing ATA command.

The analog speaker out from PC acts as MIC input for GSM.

A text to speech module (inside Program.cs) provides the necessary audio.

After completion of Voice message call is disconnected using ATH command.

Please refer Images.