import type * as ElevenLabs from "../index"; export interface ConversationHistorySipTrunkingPhoneCallModel { direction: ElevenLabs.ConversationHistorySipTrunkingPhoneCallModelDirection; phoneNumberId: string; agentNumber: string; externalNumber: string; callSid: string; sipHeaderDynamicVariables?: Record; }