Show pagesource Old revisions Backlinks Export to PDF Rename Page ODT export Add to book Table of Contents Provisioning Howto's Defaults Commented File-structure Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help Provisioning Howto's Provisioning Explanation Major Setting-Sections Migration of old Settings Unsolicited Notify Defaults since 1.4 Commented File-structure provisioning.xml <!-- --> <provisioning> <!-- enables the provisioning type: boolean --> <active>false</active> <!-- checks the dhcp fields 66 and 67 for an provisioning url type: boolean --> <dhcp>false</dhcp> <!-- checks for a provisioning redirection on connect.redirect.auerswald.de type: boolean --> <redirect>false</redirect> <!-- checks via properitary sip-multicast extension for an provisioning url type: boolean --> <pbx>false</pbx> <!-- the url to use when nothing else is available type: string --> <url></url> <!-- configuration via the established sip connection --> <sip> <!-- allows provisioning via sip type: boolean --> <active>false</active> <!-- list of valid sender hosts type: list minimum: 1 element --> <whitelist> <!-- type: string --> <whitelistEntry>192.168.0.200</whitelistEntry> </whitelist> </sip> <!-- defines when to execute a given task. --> <execution> <!-- type: boolean --> <mondays>false</mondays> <!-- type: boolean --> <tuesdays>false</tuesdays> <!-- type: boolean --> <wednesdays>false</wednesdays> <!-- type: boolean --> <thursdays>false</thursdays> <!-- type: boolean --> <fridays>false</fridays> <!-- type: boolean --> <saturdays>false</saturdays> <!-- type: boolean --> <sundays>false</sundays> <!-- a time in HH:MM format type: string matched against: '^(2[0-3]|[0-1]?[0-9]):[0-5][0-9]$' --> <time></time> </execution> </provisioning>