General Provisioning¶
To make provisioning work, the following requirements need to be fulfilled:
valid SSL certificate for your DjangoPBX instance (if you don’t have one, you would need to manually import the certificate in the local device trust store)
the devices need to be able to reach the DjangoPBX instance on port 443
setting some essential settings (default or domain specific)
Essential settings¶
These settings must be configured either in the default settings or in the domain settings
Category |
Subcategory |
Type |
Value |
Enabled |
|---|---|---|---|---|
provision |
enabled |
boolean |
true |
true |
provision |
http_auth_username |
text |
true |
|
provision |
http_auth_password |
text |
true |
Note
Make sure to insert a http_auth_username and http_auth_password.
Warning
Provisioning will not work without authentication!