@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
17 lines • 588 B
TypeScript
import { OvhPabxDialplanNumberPresentationEnum } from './OvhPabxDialplanNumberPresentationEnum';
/** Dialplan */
export interface OvhPabxDialplan {
/** Reject (hangup) anonymous calls */
anonymousRejection: boolean;
/** */
dialplanId: number;
/** */
lastUpdate: string;
/** The dialplan name */
name: string;
/** The presented number when bridging calls */
showCallerNumber: OvhPabxDialplanNumberPresentationEnum;
/** The timeout (in seconds) when bridging calls */
transferTimeout: number;
}
//# sourceMappingURL=OvhPabxDialplan.d.ts.map