Skip to content

Default provisioning.xml#

provisioning.xml
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.23.13">
  <active>true</active>
  <dhcp>true</dhcp>
  <redirect>true</redirect>
  <pbx>true</pbx>
  <url></url>
  <sip>
    <active>false</active>
    <allowlist>
      <allowlistEntry></allowlistEntry>
    </allowlist>
  </sip>
  <execution>
    <mondays>true</mondays>
    <tuesdays>true</tuesdays>
    <wednesdays>true</wednesdays>
    <thursdays>true</thursdays>
    <fridays>true</fridays>
    <saturdays>true</saturdays>
    <sundays>true</sundays>
    <time>01:00</time> <!-- the actual time here will be randomly picked from 0:00 till 5:55 -->
    <useRandomDelay>false</useRandomDelay>
    <minimalRandomDelay>60</minimalRandomDelay>
    <maximalRandomDelay>3600</maximalRandomDelay>
  </execution>
</provisioning>