{% extends "base.html" %} {% block title %}Provisionamento{% endblock %} {% set active = "provision" %} {% block content %}

📲 Provisionamento de Telefones

Configure o MAC address do telefone para que ele busque as configurações automaticamente. O telefone precisa estar na mesma rede ou ter acesso HTTP ao servidor.
Configurar Provisionamento
Formato: AABBCCDDEEFF ou AA:BB:CC:DD:EE:FF
Ramais com Provisionamento
{% for p in peers %} {% endfor %} {% if not peers|selectattr("provision_mac")|list %} {% endif %}
Status Ramal Nome Fabricante Modelo MAC Template URL de Provisionamento QR
{% if p.provision_mac %}✅{% else %}❌{% endif %} {{ p.name }} {{ p.display_name or '' }} {{ p.provision_vendor or 'N/A' }} {{ p.provision_model or 'N/A' }} {{ p.provision_mac or '—' }} {{ p.provision_template or 'padrão' }} {% if p.provision_mac %}
{% else %} — {% endif %}
📱 QR
Nenhum ramal configurado para provisionamento.
📦 Importar MACs em Lote
Formato: extensao,MAC (MAC sem separador ou com : ou -)
CSV: coluna 1 = extensĂŁo, coluna 2 = MAC
Instruções por Fabricante

  1. Acesse a interface web do telefone
  2. Defina Firmware Upgrade and Provisioning → Config Server Path
  3. URL: http://sisnetcall.sisnetsul.com.br/provision
  4. Marque Automatic Upgrade e Authenticate Conf File
  5. Formato do arquivo: {MAC}.xml

  1. Acesse a interface web do telefone: Network → Provision
  2. URL do servidor: http://sisnetcall.sisnetsul.com.br/provision
  3. Formato do arquivo: {MAC}.txt
  4. Ative Auto Provision com o intervalo desejado

  1. No telefone, vá em Settings → Advanced → Provisioning
  2. URL: http://sisnetcall.sisnetsul.com.br/provision/{MAC}
  3. Ou use o servidor PnP com o endereço acima
{% endblock %}