Asterisk Binding OH2

Hello together and a happy new year,

I have this problem:
The current binding “org.openhab.binding.asterisk-1.12.0-SNAPSHOT.jar” generates the following messages in the OH2 log:

2018-01-02 13: 43: 36.929 [WARN] [va.manager.internal.EventBuilderImpl] - Unable to set property ‘linkedid’ to ‘1514897016.10’ on org.asteriskjava.manager.event.NewExtenEvent: no setter. Please report at https://github.com/asterisk-java/asterisk-java/issues

… and not too few

On PBX side is a Yeastar S20 in use (Asterisk 13)

In general, the binding works, but nevertheless the mass warnings are annoying.

Is there a solution for this?

Best regards
Michael

What are your items and configs?

Hello,

Currently there is an item to check the status of the phone line:

Item:

Switch PBX_aktiv "aktive Telefonleitung “{asterisk =” active "}

the asterisk.cfg as follows:

############################### Asterisk Binding ################# #####################

host = xxx.xxx.org
username = xxxx
password = xxxx

Best regards
Michael

I don’t know if this will be of any help, but you could try eliminating the extra spaces:

Switch PBX_aktiv "aktive Telefonleitung" {asterisk="active"}

If this doesn’t change anything, you should grab a debug log and see what additional details it provides.