{% extends "base.html" %} {% block title %}Misc Applications{% endblock %} {% set active = "pbx-misc" %} {% block content %}
Aplicações customizadas que executam ações como tocar áudio, executar comandos, etc.
➕ Nova Misc Application ⬅ Misc Destinations ➡ Custom Destinations| Nome | Descrição | Tipo | Dados | Falha | Ativo | Ações |
|---|---|---|---|---|---|---|
| {{ a.name }} | {{ a.description or '' }} | {{ a.app_type }} |
{{ a.app_data[:40] }}{% if a.app_data|length > 40 %}...{% endif %} |
{% if a.failover_dest_type %}{{ a.failover_dest_type }}: {{ a.failover_dest_value }}{% else %}-{% endif %} | {% if a.enabled %}✅{% else %}❌{% endif %} | ✏️ |
| Nenhuma Misc Application cadastrada. | ||||||