KI-AGENT: Nebenstellen und Standardroute für Telefonie ergänzen
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
|
||||
import { tenants } from "./tenants"
|
||||
import { authUsers } from "./auth_users"
|
||||
import { telephonyExtensions } from "./telephony_extensions"
|
||||
|
||||
export const telephonyTrunks = pgTable(
|
||||
"telephony_trunks",
|
||||
@@ -29,6 +30,7 @@ export const telephonyTrunks = pgTable(
|
||||
password: text("password"),
|
||||
callerId: text("caller_id"),
|
||||
inboundExtension: text("inbound_extension").notNull().default("1001"),
|
||||
defaultRouteExtensionId: uuid("default_route_extension_id").references(() => telephonyExtensions.id, { onDelete: "set null" }),
|
||||
outboundPrefix: text("outbound_prefix").notNull().default("0"),
|
||||
externalSignalingAddress: text("external_signaling_address"),
|
||||
externalMediaAddress: text("external_media_address"),
|
||||
|
||||
Reference in New Issue
Block a user