ari4java icon indicating copy to clipboard operation
ari4java copied to clipboard

Asterisk ARI interface bindings for Java

Results 10 ari4java issues
Sort by recently updated
recently updated
newest added

VirtualBox is not supported on the M1 chip, but Vagrant does have a docker provider [this article](https://dev.to/taybenlor/running-vagrant-on-an-m1-apple-silicon-using-docker-3fh4) has some good info on using docker on M1

In https://github.com/l3nz/ari4java/blob/master/codegen-data/ari_1_6_0/bridges.json See e.g. ``` "defaultValue": "none", "allowableValues": { "valueType": "LIST", "values": [ "none", "any", "*", "#" ] } ``` Issues: - How do we get a meaningful, short Enum...

Parameters that could be multiple are handled as only one item. I would like to have both ways, so that you do not have to create a List in the...

enhancement

[go-ari-proxy](https://github.com/nvisibleinc/go-ari-proxy) has been archived, would it be of value to implement something in this library? There are a few design decisions that need to be made: - Pluggable communication layer...

enhancement

Tests are still missing.

enhancement

…ise, in some seldom situations, an array index out of bounds exception can be thrown when trying to reconnect upon first connection (can happen when both java-app and asterisk is...

Summary When using ari4java on Java 25 (or JDK ≥ 22), the ARI WebSocket successfully connects to Asterisk, but no events are ever delivered to the client. Asterisk logs show...

I am using Asterisk ARI to originate a call and explicitly set a custom context (e.g., “test2”), but when the call reaches the StasisStart event, it appears in the default...