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
- Host: GitHub
- URL: https://github.com/debianmaster/simpleivr
- Owner: debianmaster
- Created: 2013-07-08T20:33:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-08T20:55:00.000Z (almost 13 years ago)
- Last Synced: 2025-01-29T14:52:28.272Z (over 1 year ago)
- Language: C#
- Size: 3.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimpleIVR
=========
Basic IVR using Sim900 module + AT commands + c#.net

Usage
- Connect Sim900 GSM module to PC via RS232 cable
- Power up GSM module, in my case i used 12 V 1 Amp adapter as power source. (You's might differ)
- 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.