I'm using Asterisk Java v 2.0.4.
I'm using ManagerConnection to connect to a Grandstream UCM6202 that is based on a Asterisk 13 version.
When I run my application I get this log:
main] o.a.m.internal.ManagerConnectionImpl : Successfully logged in
2019-05-03 15:27:44.986 ERROR 17108 --- [ main] o.a.m.internal.ManagerConnectionImpl : Unable to determine asterisk version, assuming 1.6... you should expect problems to follow.
2019-05-03 15:27:44.987 INFO 17108 --- [ main] o.a.m.internal.ManagerConnectionImpl : Determined Asterisk version: Asterisk 1.6
is there a way to define programmatically Asterisk version?