export interface IPlatformSipBindingConfig { trunkId?: string; extension?: string; inboundNumbers?: string[]; outboundCallerId?: string; }