NumminorihSF / ami-io

Use node.js or io.js to manage Asterisk through AMI
MIT License
30 stars 16 forks source link

Added commands. #15

Closed oxygen closed 6 years ago

oxygen commented 6 years ago

Added the SIPpeerstatus command: https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+ManagerAction_SIPpeerstatus Added the BridgeList command. Added the BridgeInfo command.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 21


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/index.js 0 1 0.0%
<!-- Total: 3 4 75.0% -->
Totals Coverage Status
Change from base Build 13: 0.2%
Covered Lines: 322
Relevant Lines: 473

💛 - Coveralls
NumminorihSF commented 6 years ago

Actions are added in v1.2.0, but commit with Array.isArray() check aren't.

oxygen commented 6 years ago

Thank you for merging.