Show pagesourceOld revisionsBacklinksAdd to bookExport to PDFODT exportBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer Reddit TeamsRecent ChangesSend via e-MailPrintPermalink × 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 Major Setting-Sections Migration of old Settings provisioning_references Unsolicited Notify Defaults since 1.4 since 2.0 since 2.2 since 2.4 Commented File-structure provisioning.xml <?xml version="1.0" encoding="utf-8"?><provisioning version="1.26.10"> <!-- 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 --> <allowlist> <!-- type: string --> <allowlistEntry>192.168.0.200</allowlistEntry> </allowlist> </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> <!-- add a random delay in seconds type: boolean --> <useRandomDelay>false</useRandomDelay> <!-- minimal delay (in seconds) to apply to the given time type: integer --> <minimalRandomDelay>60</minimalRandomDelay> <!-- maximum delay (in seconds) to apply to the given time type: integer --> <maximalRandomDelay>3600</maximalRandomDelay> </execution></provisioning> en/products/comfortel-d-series/developer/provisioning/settings/provisioning.txt Last modified: 11.10.2022 17:48by neubauers