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.

-- 

*Mikhail Rodionov*
E-mail: [email protected]
Tel: +7(383)363-2111
Mobile: +7(913)985-5212
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to