File index.html

Last commit: Sat Apr 18 04:10:47 2020 +0200	Jan Dankert	New: Provision identities, better phonebook entrys, more phone settings.
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>SNOM phone provisioning</title> 6 </head> 7 <body> 8 9 <h1>SNOM Provisioning</h1> 10 <p>Provision your SNOM SIP phones</p> 11 12 <h2>Provisioning</h2> 13 <p>Use the following URL in your Snom IP Phones as the settings url.</p> 14 <p><a href="./provision.php?action=settings&mac={mac}">Provisioning URL</a></p> 15 16 17 <h2>Configuration</h2> 18 <p><a href="./provision.php?action=debug">Show configuration</a></p> 19 20 </body> 21 </html>
Download index.html
History Sat, 18 Apr 2020 04:10:47 +0200 Jan Dankert New: Provision identities, better phonebook entrys, more phone settings. Thu, 16 Apr 2020 01:03:32 +0200 Jan Dankert Initial commit of the first version. The base functionality is working :)