Asterisk 11 runs with no errors but asterisk 16 gets
The following errors in the Tomcat9-stderr.log.
org.asteriskjava.live.ManagerCommunicationException: Response to CommandAction(“sip show peer 2480”) was not a CommandResponse but org.asteriskjava.manager.response.ManagerError: actionId=‘null’; message=‘Command output follows’; response=‘Error’; uniqueId=‘null’; systemHashcode=337430947
at org.asteriskjava.live.internal.AsteriskServerImpl.executeCliCommand(AsteriskServerImpl.java:804)
at org.asteriskjava.live.DefaultAsteriskServer.executeCliCommand(DefaultAsteriskServer.java:252)
at com.interop.commonutil.AsteriskManager.isDeviceActive(AsteriskManager.java:448)
at com.interop.radioswitch.SIPHub.getMode(SIPHub.java:3032)
at com.interop.config.SwitchInit.getMode(SwitchInit.java:2179)
at com.interop.config.SwitchInit.refreshSwitchSlotDisplays(SwitchInit.java:853)
at com.interop.config.SwitchInit$SwitchListener.run(SwitchInit.java:4959)
at java.lang.Thread.run(Unknown Source)
and in the system.log: Although the interface works fine the latest version of Asterisk-java produces:
2020-06-03 00:00:06,038 ERROR o.a.m.i.ManagerConnectionImpl [SIPStatusListener-Turtle Demo] Unable to determine asterisk version, assuming 1.6… you should expect problems to follow.