Skip to content

corny/sipgate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Can
Feb 14, 2011
bfa01fe · Feb 14, 2011

History

3 Commits
Feb 14, 2011
Apr 9, 2010
Apr 9, 2010
Aug 20, 2009
Aug 20, 2009
Feb 14, 2011
Feb 14, 2011

Repository files navigation

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

About

send fax through sipgate and check their sending status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages