--- On Wed, 6/9/10, Douglas Hubler <[email protected]> wrote: > I have a simple question to help me > understand this a little more > > If I have a phone object called "p" that represents a > polycom 430 > model, and I call > > Setting s = p.getSettings(); > > Will s (and it's children) contain any settings that are > not found in > > sipXconfig/plugins/polycom/etc/polycom/phone.xml > > under your new scheme?
Per my understanding: no, s will retrieve all setting from phone.xml file (which is composed at build time by merging general.xml and phone-model.xml). > > Does the same go with the lines of said phone object, and > corresponding /etc/polycom/line.xml file? > > Instead, I may find settings that are in a general.xml > file. i will > also likely find a polycom.xslt file for custom setting > mashing rules > of the general.xml settings file into the various polycom > files. If i > don't find a polycom.xslt I may find a general.xslt that > does the > default mashing for me? Yes, IMO this should be the case: specific phone xslt file (polycom.xslt) for generating specific phone settings - if case (as in Paul's example - a soft client with common SIP phone functionality, but without Network Settings such as VLAD ID.), otherwise a general.xslt file that will just merge general settings with phone model settings in phone.xml. George P.S. I think my attachments broke discussion chain :( http://thread.gmane.org/gmane.comp.voip.sipx.devel/22386/focus=22387 _______________________________________________ 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/
