Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SipXecs license pluggable mechanism

SipXconfig can contain a list o assets and some of them can represent licenses
As a rule, the license asset name should have the following form: <number>_license.txt and each one should point
to a license file.

Sample asset names: license.txt; 1_license.txt, 2_license.txt etc

Licenses entries should be added in the plugin's sipxplugin.beans.xml "skinProperties" bean id

Unknown macro: {xml}

<bean id="skinProperties"
class="org.sipfoundry.sipxconfig.site.skin.SkinProperties">
<property name="properties">
<props>

...

<prop key="license.txt">Exhibit_4a.txt</prop>
<prop key="1_license.txt">Exhibit_4b.txt</prop>
</props>
</property>
</bean>

  • No labels