Skip to content

A block based DSL for interacting with the Asterisk Manager through a TCP connection.

License

Notifications You must be signed in to change notification settings

invisiblelines/asterisk_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asterisk Manager

Build Status Code Climate Coverage Status Dependency Status Gem Version

Overview

A block based DSL for interacting with the Asterisk Manager through a TCP connection.

Installation

$ gem install asterisk_manager

Usage

require 'asterisk_manager'

AsteriskManager::Client.start('host', 'user', 'secret') do |asterisk|
  asterisk.dial('SIP/123testphone', '7275551212')
end

Copyright

Copyright (c) 2009 Kieran Johnson. See LICENSE for details.

About

A block based DSL for interacting with the Asterisk Manager through a TCP connection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages