KI-AGENT: NAT Einstellungen für Telekom-Trunk ergänzen
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user