asterisk / node-ari-client

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

channels.create hangs when there is no connection #78

Open TomDmitriev opened 7 years ago

TomDmitriev commented 7 years ago

If the connection's been lost and I'm trying to call channels.create on the client, the returned promise is never resolved or rejected, nor is there any error thrown. I don't know if this is related to #35 but #12 certainly doesn't fix it. The same happens with channel.dial. I think other channel functions may behave the same.