sccp_manager icon indicating copy to clipboard operation
sccp_manager copied to clipboard

HTTP Provisioning in version 14.3

Open rofferman opened this issue 4 years ago • 2 comments

Can we add Http Provisioning to version 14.3 I believe that the previous versions did have this option, but with 14.3 not having an index.php in the /tftpboot directory I get an error when I go to <pbxipaddress>:6970.

rofferman avatar Oct 22 '21 15:10 rofferman

Note for future: Old index.php was part of provision

https://github.com/dkgroot/provision_sccp/blob/master/tftpboot/index.php

Need to integrate into installer

steve-lad avatar Nov 27 '21 13:11 steve-lad

Before re-introducting index.php, can you look if it's possible to make an apache config that uses the same rewrite rules file, so that the old index.php would not be required (similar to what i did for nginx). If need be it would still be better to write a generic index.php that re-uses the rewriterules file in php and dynamically parses the request. Having one source of 'truth' is always preferred i think.

dkgroot avatar Jan 31 '22 10:01 dkgroot