{% extends "base.html" %} {% block title %}Misc Applications{% endblock %} {% set active = "pbx-misc" %} {% block content %}

⚙️ Misc Applications

Aplicações customizadas que executam ações como tocar áudio, executar comandos, etc.

➕ Nova Misc Application ⬅ Misc Destinations ➡ Custom Destinations
{% for a in apps %} {% endfor %} {% if not apps %} {% endif %}
NomeDescriçãoTipoDadosFalhaAtivoAçõ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.
{% endblock %}