UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 399 B
/** Carrier SIP Properties */ export interface CarrierSipDetails { /** The carrier SIP trunk description */ description: string; /** The maximum call establishments per second on your carrier sip service */ maxCallsPerSecond: number; /** The maximum concurrent calls on your carrier sip service */ maxConcurrentCalls: number; } //# sourceMappingURL=CarrierSipDetails.d.ts.map