https://github.com/saghul/gvoice-sip-status
Google App Engine application to query the availability of Google Voice inbound SIP service
https://github.com/saghul/gvoice-sip-status
Last synced: 12 months ago
JSON representation
Google App Engine application to query the availability of Google Voice inbound SIP service
- Host: GitHub
- URL: https://github.com/saghul/gvoice-sip-status
- Owner: saghul
- License: gpl-3.0
- Created: 2011-03-20T13:22:41.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-27T22:46:22.000Z (over 15 years ago)
- Last Synced: 2025-04-07T01:23:38.155Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 571 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Google Voice SIP service status
===============================
This is a simple application running on Google App Engine which displays the
GV SIP service availability.
It's live running at http://gvoice-sip-status.appspot.com
How does it work?
-----------------
Every 5 minutes a cron job (running on GAE) makes a request to a SIPwPing
(https://github.com/saghul/SIPwPing-server) server which will make a SIP
OPTIONS request to the specified SIP URI and return the result in JSON
format. This value is saved in Google App Engine's DataStore.
Every time the page is viewed this data will be fetched and rendered.
Man, your code sucks!
--------------------
This is my first application on GAE, I just wanted to try it out, so don't
punish me very hard! Of course, pull requests are welcome :-)