node-ari-client
node-ari-client copied to clipboard
Node.js client for ARI. This library is best effort with limited support.
hi gays i am new in asterisk and this question make me in problem. can i make a call to an extension using node-ari-client (ARI APIs)? if yes tell me...
I'm new to asterisk and I'm having trouble grasping all the nuances. I have successfully made calls to inbound extension using the originate function and played some audio files. But...
I'd love to be able to use this library with the [ARI Proxy messaging protocol](https://github.com/nvisibleinc/go-ari-library/wiki/Message-Format) and send/recieve via a message bus such as RabbitMQ rather than via Websocket/HTTP. The ARI...
If there is a "connect" method, then why is there no "disconnect" method? When we shut down the application, warnings of an increased level of attention appear in the Asterisk...
I'm creating a new channel `ari.channels.create({...})` And listening to event `Dial` Then dialing with timeout `ari.channels.dial({...})` Assume the other end is not answering. What I expect is status NOANSWER in...
"Unfortunately, playbackControl.state isn't different from the one that a successful play has. My work-around is to measure the time period between PlaybackStarted and PlaybackFinished events. I've created an issue in...
honestly not trying to be a troll - but I need to know Is this project still active ? Last commit nearly 8 months ago, unresolved issues and last mention...
Now i get the following message: `[This API is using a deprecated version of Swagger! Please see http://github.com/wordnik/swagger-core/wiki for more info]`
Hello, ChannelDtmfReceived event stops receiving after receiving upto some level. But SendDTMF sends dtmf without any error, but ChannelDtmfReceived doesnot receive it. Dmtf are received upto some level. Is there...
This code should also check for "EHOSTUNREACH": https://github.com/asterisk/node-ari-client/blob/0933f88a9ebb8244d0505cc4553da6ef0dd2777d/lib/client.js#L113 if request throws an "EHOSTUNREACH" the system continues with the connection attempt which leads the library to "hang". https://nodejs.org/api/os.html#os_signal_constants Alternatively, maybe check...