forked from pbxware/lua-ami
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
319 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
<head> | ||
<title>Reference</title> | ||
<link rel="stylesheet" href="../ldoc.css" type="text/css" /> | ||
</head> | ||
<body> | ||
|
||
<div id="container"> | ||
|
||
<div id="product"> | ||
<div id="product_logo"></div> | ||
<div id="product_name"><big><b></b></big></div> | ||
<div id="product_description"></div> | ||
</div> <!-- id="product" --> | ||
|
||
|
||
<div id="main"> | ||
|
||
|
||
<!-- Menu --> | ||
|
||
<div id="navigation"> | ||
<br/> | ||
<h1>lua-AMI</h1> | ||
|
||
<ul> | ||
<li><a href="../index.html">Index</a></li> | ||
</ul> | ||
|
||
<h2>Contents</h2> | ||
<ul> | ||
<li><a href="#Functions">Functions</a></li> | ||
</ul> | ||
|
||
|
||
<h2>Modules</h2> | ||
<ul> | ||
<li><strong>Lua</strong></li> | ||
<li><a href="../modules/ami.connection.html">ami.connection</a></li> | ||
<li><a href="../modules/ami.login.html">ami.login</a></li> | ||
<li><a href="../modules/ami.utils.html">ami.utils</a></li> | ||
</ul> | ||
<h2>Scripts</h2> | ||
<ul> | ||
<li><a href="../scripts/interactive-test.lua.html">interactive-test.lua</a></li> | ||
</ul> | ||
|
||
</div> | ||
|
||
<div id="content"> | ||
|
||
<h1>Module <code>Lua</code></h1> | ||
|
||
<p>ami.lua: Lua module to talk with Asterisk by AMI protocol | ||
This file is a part of Lua-AMI library | ||
Copyright (c) Lua-AMI authors (see file `COPYRIGHT` for the license)</p> | ||
<p></p> | ||
|
||
<h2><a href="#Functions">Functions</a></h2> | ||
<table class="function_list"> | ||
<tr> | ||
<td class="name" nowrap><a href="#make_ami_manager">make_ami_manager (config)</a></td> | ||
<td class="summary">Make AMI manager object</td> | ||
</tr> | ||
</table> | ||
|
||
<br/> | ||
<br/> | ||
|
||
|
||
<h2><a name="Functions"></a>Functions</h2> | ||
|
||
<dl class="function"> | ||
<dt> | ||
<a name = "make_ami_manager"></a> | ||
<strong>make_ami_manager (config)</strong> | ||
</dt> | ||
<dd> | ||
Make AMI manager object | ||
|
||
<h3>Parameters:</h3> | ||
<ul> | ||
<li><code><em>config</em></code>: -- table with configuration values</li> | ||
</ul> | ||
|
||
|
||
<h3>Returns:</h3> | ||
<ol> | ||
AMI manager object | ||
</ol> | ||
|
||
|
||
</dd> | ||
</dl> | ||
|
||
|
||
</div> <!-- id="content" --> | ||
</div> <!-- id="main" --> | ||
<div id="about"> | ||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.2</a></i> | ||
</div> <!-- id="about" --> | ||
</div> <!-- id="container" --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
<head> | ||
<title>Reference</title> | ||
<link rel="stylesheet" href="../ldoc.css" type="text/css" /> | ||
</head> | ||
<body> | ||
|
||
<div id="container"> | ||
|
||
<div id="product"> | ||
<div id="product_logo"></div> | ||
<div id="product_name"><big><b></b></big></div> | ||
<div id="product_description"></div> | ||
</div> <!-- id="product" --> | ||
|
||
|
||
<div id="main"> | ||
|
||
|
||
<!-- Menu --> | ||
|
||
<div id="navigation"> | ||
<br/> | ||
<h1>lua-AMI</h1> | ||
|
||
<ul> | ||
<li><a href="../index.html">Index</a></li> | ||
</ul> | ||
|
||
<h2>Contents</h2> | ||
<ul> | ||
<li><a href="#Functions">Functions</a></li> | ||
</ul> | ||
|
||
|
||
<h2>Modules</h2> | ||
<ul> | ||
<li><a href="../modules/ami.connection.html">ami.connection</a></li> | ||
<li><a href="../modules/ami.login.html">ami.login</a></li> | ||
<li><strong>ami.lua</strong></li> | ||
<li><a href="../modules/ami.utils.html">ami.utils</a></li> | ||
</ul> | ||
<h2>Scripts</h2> | ||
<ul> | ||
<li><a href="../scripts/interactive-test.lua.html">interactive-test.lua</a></li> | ||
</ul> | ||
|
||
</div> | ||
|
||
<div id="content"> | ||
|
||
<h1>Module <code>ami.lua</code></h1> | ||
|
||
<p>ami.lua: Lua module to talk with Asterisk by AMI protocol | ||
This file is a part of Lua-AMI library | ||
Copyright (c) Lua-AMI authors (see file `COPYRIGHT` for the license)</p> | ||
<p></p> | ||
|
||
<h2><a href="#Functions">Functions</a></h2> | ||
<table class="function_list"> | ||
<tr> | ||
<td class="name" nowrap><a href="#make_ami_manager">make_ami_manager (config)</a></td> | ||
<td class="summary">Make AMI manager object</td> | ||
</tr> | ||
</table> | ||
|
||
<br/> | ||
<br/> | ||
|
||
|
||
<h2><a name="Functions"></a>Functions</h2> | ||
|
||
<dl class="function"> | ||
<dt> | ||
<a name = "make_ami_manager"></a> | ||
<strong>make_ami_manager (config)</strong> | ||
</dt> | ||
<dd> | ||
Make AMI manager object | ||
|
||
<h3>Parameters:</h3> | ||
<ul> | ||
<li><code><em>config</em></code>: -- table with configuration values</li> | ||
</ul> | ||
|
||
|
||
<h3>Returns:</h3> | ||
<ol> | ||
AMI manager object | ||
</ol> | ||
|
||
|
||
</dd> | ||
</dl> | ||
|
||
|
||
</div> <!-- id="content" --> | ||
</div> <!-- id="main" --> | ||
<div id="about"> | ||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.2</a></i> | ||
</div> <!-- id="about" --> | ||
</div> <!-- id="container" --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.