Paul Mossman wrote:
>  
>> I see that the "Firmware Version" field for Phones and Gateways is 
>> handled by DeviceDescriptor.java, and you supply these by calling 
>> the setVersions() method.
>>
>> It looks like the framework is using the sorted first options as 
>> the default, regardless of the order that they appear in the 
>> drop-down box.
>>
>> How can I specify which options should be the default? 
> 
> Does anyone know if the framework can do this?  If not, any suggested
> approaches for implementing it?
> 
> This is required for XCF-3519, which is a leftover from XCF-3226.
> 

I think all you need to do is explicitly set the preferred version in the
device constructor.
This is what Polycom does:

    public PolycomPhone() {
        setDeviceVersion(PolycomModel.VER_2_0);
    }


D.


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to