Versions Compared

Key

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

...

Code Block
<?xml version='1.0' encoding='iso-8859-1' standalone='yes'?>
<sipXecs-process xmlns='http://www.sipfoundry.org/sipX/schema/xml/sipXecs-process-01-00'>
  <name>SipXopenfire</name>
  <version><at:var at:name="VERSION" /></<version>@VERSION@</version>
  <commands>
    <configtest>
      <execute><at:var at:name="SIPX_BINDIR" />/<execute>@SIPX_BINDIR@/sipxopenfire.sh</execute>
      <parameter>--configtest</parameter>
    </configtest>
    <start>
      <execute><at:var at:name="SIPX_BINDIR" /><execute>@SIPX_BINDIR@/sipxopenfire.sh</execute>
      <parameter>--start</parameter>
    </start>
    <stop>
      <execute><at:var at:name="SIPX_BINDIR" /><execute>@SIPX_BINDIR@/sipxopenfire.sh</execute>
      <parameter>--stop</parameter>
    </stop>
  </commands>
  <status>
    <pid><at:var at:name="SIPX_RUNDIR" />/<pid>@SIPX_RUNDIR@/sipxopenfire.pid</pid>
    <log><at:var at:name="SIPX_LOGDIR" /><log>@SIPX_LOGDIR@/sipxopenfire.log</log>
  </status>
  <resources>
  </resources>
</sipXecs-process>

...