Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

SipXconfig can contain a list o of 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.

...

Licenses entries should be added in the plugin's sipxplugin.beans.xml, as properties in "skinProperties" bean iddeclaration

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

        ...

        <prop key="license.txt">licenseFile1.txt</prop>
        <prop key="1_license.txt">licenseFile2.txt</prop>
      </props>
    </property>
</bean>

...

As a sample please check the following picture:

Image Added