Skip to content

Commit 612585c

Browse files
authored
Add TOC
1 parent 4f37fef commit 612585c

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,37 @@ monitor the status of subscribers, channels or queues.
2323
* **Good test coverage** -
2424
Comes with an automated tests suite and is regularly tested against versions as old as Asterisk 1.8+
2525

26+
**Table of contents**
27+
28+
* [Quickstart example](#quickstart-example)
29+
* [Usage](#usage)
30+
* [Factory](#factory)
31+
* [createClient)](#createclient)
32+
* [Client](#client)
33+
* [on()](#on)
34+
* [close()](#close)
35+
* [end()](#end)
36+
* [Advanced](#advanced)
37+
* [createAction()](#createaction)
38+
* [request()](#request)
39+
* [ActionSender](#actionsender)
40+
* [Actions](#actions)
41+
* [Processing](#processing)
42+
* [Custom actions](#custom-actions)
43+
* [Message](#message)
44+
* [getFieldValue()](#getfieldvalue)
45+
* [getFieldValues()](#getfieldvalues)
46+
* [getFields()](#getfields)
47+
* [getActionId()](#getactionid)
48+
* [Response](#response)
49+
* [getCommandOutput()](#getcommandoutput)
50+
* [Action](#action)
51+
* [Event](#event)
52+
* [getName()](#getname)
53+
* [Install](#install)
54+
* [Tests](#tests)
55+
* [License](#license)
56+
2657
## Quickstart example
2758

2859
Once [installed](#install), you can use the following code to access your local

0 commit comments

Comments
 (0)