Sha256: 35d7c0d3fadf626dba150c65a78d443f121fad12d7f44db6d2839147340531e5
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 Bytes
Contents
h1. RESTfulAdhearsion h2. Description Ruby library for consuming the Adhearsion RESTful RPC API. h2. Example <pre> <code> Adhearsion = RESTfulAdhearsion.new(:host => "localhost", :port => 5000, :user => "jicksta", :password => "roflcopterz") options = { :channel => "SIP/3000", :priority => 1, :exten => "1000", :context => "adhearsion", :async => "true", :variable => "bill_this=true" } Adhearsion.originate options </code> </pre> h2. Dependencies * json v1.1.3+ * rest-client v0.8.2+ h2. Installation <pre>sudo gem install restful_adhearsion</pre>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restful_adhearsion-0.1.3 | README.textile |