Skip to content

kk7ds/confcall-awesomesauce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart:

== Basic Autodial Client Thingy ==

1. Do:

   cp example-server.cfg server.cfg

2. Edit server.cfg

3. Install in extensions.conf:

   [magic-call]
   exten => magic,1,Dial(SIP/${number}@${peer},30,D(wwww${passcode}))

4. Run server on the asterisk box as the asterisk user:

   ./server.py 192.168.1.2 # with a bind address

5. Run the client from another machine against the asterisk box:

   ./client.py 192.168.1.2 8081 18005551212 1234

   The last two args are the phone number and passcode

== Google Calendar Scraper ==

0. Make sure zenity is installed

1. Do:

   cp example-gcal_notifier.cfg gcal_notifier.cfg

2. Edit gcal_notifier.cfg

3. Run gcal_notifier:

   ./gcal_notifier.py

4. If anything is found, you'll be notified by zenity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages