[Asterisk-java-devel] property add
Brought to you by:
srt
From: Daniel G. <da...@gr...> - 2007-02-15 23:39:17
|
I am not really using it but it is logging a lot of errors so may be would be nice to have it in the trunk ... ERROR -ManagerConnection-0-Reader-0 - org.asteriskjava.manager.internal.EventBuilderImpl - Unable to set property 'channeldriver' to 'IAX2' on org.asteriskjava.manager.event.RegistryEvent: no setter In the class ... org.asteriskjava.manager.event.RegistryEvent just add the following with getter and setter ... (you know) private String channelDriver; I did it (and it is ok). Regards, Daniel |