Dioris Moreno

Results 5 comments of Dioris Moreno

Today was published @types/ari-client to NPM (my contribution). I also published this project https://github.com/dioris-moreno/ari-typescript-examples that includes the examples of node-ari-client library, converted to TypeScript, and using these new type definitions....

Use a function like this (outboundCalll) to make outbound calls. Take into consideration the following: 1. Using PJSIP the endpoint format is PJSIP/1235551234@outbound, where "outbound" is the peer you want...

Thanks a lot @antoinerousseau. This is exactly what I was looking for. I agree with @mmoo, it would be great having it as a feature in the library.

I agree, Juan. I'm in. ### Regarding _uuid_ The only function used from this module is _v4_ in line 84 of resources.js. I use this function in multiple projects, and...

It's always possible to try hanging up a channel that was already hung up, which will trigger an error. You should handle those and any other errors in your async...