KI-AGENT: Telefonie Nebenstellen in Einstellungen integrieren

This commit is contained in:
2026-05-22 15:55:06 +02:00
parent da9cad1513
commit 520052e71a
12 changed files with 922 additions and 780 deletions

View File

@@ -85,11 +85,6 @@ const links = computed(() => {
to: "/communication/phone",
icon: "i-heroicons-phone"
},
{
label: "Telefonie Setup",
to: "/communication/phone-setup",
icon: "i-heroicons-cog-6-tooth"
},
featureEnabled("helpdesk") ? {
label: "Helpdesk",
to: "/helpdesk",
@@ -342,6 +337,11 @@ const links = computed(() => {
to: "/settings/tenant",
icon: "i-heroicons-building-office",
} : null,
{
label: "Telefonie",
to: "/settings/telephony",
icon: "i-heroicons-phone",
},
{
label: "Matrix-Setup",
to: "/communication",