Diagnostics

Testing Provisioning

Create a “dummy” device for testing in Provisioning -> Devices. In this example, we are using a Yealink T27G.

WGET example:

wget --no-check-certificate --user http_auth_username --password http_auth_password \
  --user-agent="Yealink SIP-T27G 69.86.0.15 80:5e:c0:2b:1e:5b" \
  https://djangopbx.example.org/provision/device_config/805ec02b1e5b.cfg

CURL example:

curl -k -u http_auth_username:http_auth_password --basic --user-agent \
  "Yealink SIP-T27G 69.86.0.15 80:5e:c0:2b:1e:5b" \
  https://djangopbx.example.org/provision/device_config/805ec02b1e5b.cfg

Note

Make sure to replace the example value for the URL and insert your real http_auth_username and http_auth_password as well as the beforehand created “dummy” devices mac address.