Skip to content

danwagoner/arduino-outboundcall

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Description

Asterisk Code

A php script lives on your Asterisk server (hosted up by apache) that, when it's accessed, checks to make sure the client accessing it matches a pre-defined IP of your Arduino. If so, it creates a call file with the criteria that you configure to call a number of your choice and drops it in the Asterisk outgoing queue directory, triggering Asterisk to make a call.

Arduino Code

The sketch code is easy...simply trigger a client connection to the Asterisk server when a button is pushed, motion sensor tripped, or ultra sonic range finder measures a particular distance (that part is up to you). As long as the Arduino's IP matches the allowed IP configured in the php script, your phone should ring.

Details

http://www.nerdybynature.com/2010/09/01/br-r-r-r-r-ing-its-your-arduino/

About

Allow your arduino to make outbound calls using asterisk PBX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published