NodeJS-AsteriskManager icon indicating copy to clipboard operation
NodeJS-AsteriskManager copied to clipboard

NodeJS Asterisk Manager API

Results 14 NodeJS-AsteriskManager issues
Sort by recently updated
recently updated
newest added

This also allows the use of the action id property in the notation 'ActionID' described by the AMI specification. Up to now, only a property named 'actionid' is checked. If...

The sourcegraph badge is not working

Hy guys, I'm tryning to use the asteriskManager with socket.io, but in some blocks I cant't receive the emits. Existis some way of run this lib with socket.io. When I...

Hello all, I am writing a script to listen to dial events. This requires a subevent of either `begin` or `end`. How do I use the `.on()` callback to listen...

Hello , I have an event to hear of abandoning only one particular queue. no event listener how to hear it passing the queue name as variable? event: QueueCallerAbandon, queue:...

i Have a problem, this code generates duplicate responses when I run twice, and tripled responses when I run three times... why? `const express = require('express'); const server = express();...

![Screenshot 2019-05-02 at 3 55 04 PM](https://user-images.githubusercontent.com/35590295/57069679-ef0cf500-6cf2-11e9-9ca8-709378d77771.png)

Hi, First, thank you for this awesome library ;) I'm developing a small app witch is working very well with this lib. But I have a problem when I need...

I have a tape announcement as a text which must be translated via text to speech. When I try to call an outgoing phonenumber how can I setup the text...

```node var config = require('config'); var asterisk_manager = require('asterisk-manager'); var aConfig = config.get('asterisk'); var ami = new asterisk_manager( aConfig.port, aConfig.host, aConfig.username, aConfig.password, true); ``` When this is run and something...