asterisk / node-ari-client

Node.js client for ARI. This library is best effort with limited support.
Other
249 stars 98 forks source link

Donot Show any Result #136

Open Rojina99 opened 4 years ago

Rojina99 commented 4 years ago

Hello, I have configured asterisk properly and can call from one extensions to another using softphone xlite. But when I try to run example provided in node ari client https://github.com/asterisk/node-ari-client/blob/master/examples/promises/bridge.js, change extensions.conf and initiate a call through softphone I cannot see any result.

Can anyone help me out here. I can see call initiated and hung up if I directly connect to web socket address of ari and emit it via normal socket way. And I thought node ari client would do the same. But I am unable to get any result.