I'm working on adding support for the Yealink line of phones. Where can I find a list of all the objects I can query for my yealinkphone.java. For example, the acme example has
line.setSettingValue(USER_ID_SETTING, info.getUserId()); line.setSettingValue(DISPLAY_NAME_SETTING, info.getDisplayName()); line.setSettingValue(PASSWORD_SETTING, info.getPassword()); line.setSettingValue(REGISTRATION_SERVER_SETTING, info.getRegistrationServer()); I'd like to prefill the config file with defaults like NTP server etc. I think i can probably get this finished up today if I know which property to get. -M
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
