File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2859Once [ installed] ( #install ) , you can use the following code to access your local
You can’t perform that action at this time.
0 commit comments