UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 483 B
/** PABX Hunting */ export interface OvhPabxHunting { /** The templated url of your CRM, opened by the banner application of your cloudpabx */ crmUrlTemplate?: string; /** Enable G729 codec on your callcenter */ g729?: boolean; /** The name of your callcenter offer */ name: string; /** Enable/Disable the status change IVR on your callcenter. The IVR is enabled by default. */ statusIvrEnabled: boolean; } //# sourceMappingURL=OvhPabxHunting.d.ts.map