/** 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