KI-AGENT: NAT Einstellungen für Telekom-Trunk ergänzen

This commit is contained in:
2026-05-21 17:09:23 +02:00
parent beb91bf5c3
commit 7a893dfdcb
7 changed files with 87 additions and 6 deletions

View File

@@ -30,6 +30,9 @@ export const telephonyTrunks = pgTable(
callerId: text("caller_id"),
inboundExtension: text("inbound_extension").notNull().default("1001"),
outboundPrefix: text("outbound_prefix").notNull().default("0"),
externalSignalingAddress: text("external_signaling_address"),
externalMediaAddress: text("external_media_address"),
localNetworks: text("local_networks"),
createdAt: timestamp("created_at", { withTimezone: true })
.notNull()