Skip to content

Commit

Permalink
Add Asterisk params info in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stas Kobzar committed Dec 15, 2017
1 parent a905899 commit 36bb0e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ Note, when defining WS_URL usage of double and single quotes : _"'ws://IPADDR:PO

After successful build files are stored in "dist" folder. Simply copy files from "dist" folder to the server with "amiws" Back-End,
to the folder defined in parameter "web_root" of "amiws" config file.

## Asterisk configuration

This dashboard was tested with Asterisk 11 and 13. Should work with other versions too (AMI v2 and before).
Asterisk queues additional events MUST be enabled per queue.

In configuration file:
```
eventmemberstatus = yes
eventwhencalled = yes
```

When using realtime with DB this values must equal "1": ``` eventmemberstatus = 1, eventwhencalled = 1 ```

0 comments on commit 36bb0e1

Please sign in to comment.