On Tue, Feb 28, 2012 at 5:16 AM, Михаил Родионов <[email protected]> wrote: > Hello there, > > While developing and testing our Yealink plugin set we found a bug in > Linksys plugin: > > public abstract class Linksys extends Phone { > > public static final String PORT = "port"; > > public static final String SIP = "sip"; > > protected Linksys() { > } > > // This override almost kills sipXconfig by causing type casting errors > > @Override > public LinksysModel getModel() { > return (LinksysModel) super.getModel(); > } > > Both 4.4 (current) and 4.6 (git) seem to be affected.
Good catch, that's exactly the same issue that caused Cisco models crash UI - https://github.com/dhubler/sipxecs/commit/29a4f8286a64e541f08955c90a6fc25943e5b26d#diff-2 Mind to open a JIRA? Thanks George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
