Add twilio softphone with integrated AI assistant

This commit is contained in:
Francisco Gaona
2026-01-04 08:48:43 +01:00
parent 6593fecca7
commit fd989648fc
42 changed files with 5689 additions and 923 deletions

View File

@@ -2,6 +2,7 @@
import { ref } from 'vue'
import AppSidebar from '@/components/AppSidebar.vue'
import AIChatBar from '@/components/AIChatBar.vue'
import SoftphoneDialog from '@/components/SoftphoneDialog.vue'
import {
Breadcrumb,
BreadcrumbItem,
@@ -75,6 +76,9 @@ const breadcrumbs = computed(() => {
<!-- AI Chat Bar Component -->
<AIChatBar />
<!-- Softphone Dialog (Global) -->
<SoftphoneDialog />
</SidebarInset>
</SidebarProvider>
</template>