Asterisk Binding

The addon meta information file changed, that was why the plugin wasn’t visible anymore.
I’ve updated it to openHab 4: Asterisk binding for OH4

It works fine here, I hope it works for you too.

1 Like

Thank you. I will try tomorrow and let you know

João

I tried the jar and now the bindings shows up in 4.1 and I can insert parametrs for my asterisk server.
The connection is correct but it seems that my items are not receiving any updates.

I configured these two:

Switch Incoming_Call “Ringing” { asterisk=“active” }
Call Active_Call “Connected to [%s]” { asterisk=“active” }

Is there something wrong?

I mostly configure them via the UI, but it also works with items file, but you do need to add the channels by its id instead of the thing.

In your case I think it should be:
Switch Incoming_Call “Ringing” {channel=“asterisk:Switch” }
Call Active_Call “Connected to [%s]” {channel=“asterisk:Call” }

I just tried and it seems to work.

Thank you

hey Eric,
if you find the time, could you upgrade the asterisk binding to OH 5.0?

Can you try with this version with updated dependencies and openHAB version
https://www.swisstransfer.com/d/7d13b171-0ed8-44ad-9080-7010e644d813

If it works I’ll make a release of it, if it doesn’t it probably will take some more work to upgrade and it will probably end of august before I can fix it, as I’m a bit busy with WHY2025 at the moment.

thx i installed it and it is online the server so it looks ok. I will keep you posted…