Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corny/sipgate
send fax through sipgate and check their sending status
https://github.com/corny/sipgate
Last synced: 3 months ago
JSON representation
send fax through sipgate and check their sending status
- Host: GitHub
- URL: https://github.com/corny/sipgate
- Owner: corny
- License: mit
- Created: 2009-08-20T22:59:55.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-14T10:27:37.000Z (almost 14 years ago)
- Last Synced: 2024-09-17T00:39:47.765Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 277 KB
- Stars: 12
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
README
Configuration
================Sipgate.user = "your-account"
Sipgate.password = "your-password"Usage
============sip = Sipgate.new
# send a pdf
result = sip.fax(4912345678, File.read("document.pdf"))# check sending status
status = sip.status(result.session_id)Copyright (c) 2009 Digineo GmbH (http://www.digineo.de/), released under the MIT license