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>