dotnet add CrestApps.OrchardCore.DncRegistryProvides the DNC Registry module for Orchard Core.
Features
DNC Registry
Provides the core framework for integrating with national do-not-call registries. Its manifest-backed feature ID is CrestApps.OrchardCore.DncRegistry, and it is categorized as Compliance. It depends on CrestApps.OrchardCore.PhoneNumbers, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
USA FTC Do Not Call Registry
Integrates with the United States Federal Trade Commission (FTC) National Do Not Call Registry at telemarketing.donotcall.gov. Its manifest-backed feature ID is CrestApps.OrchardCore.DncRegistry.UsaFtc, and it is categorized as Compliance. It depends on CrestApps.OrchardCore.DncRegistry, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Canada LNNTE-DNCL Registry
Integrates with the Canadian National Do Not Call List (LNNTE-DNCL) maintained by the CRTC. Its manifest-backed feature ID is CrestApps.OrchardCore.DncRegistry.CanadaDncl, and it is categorized as Compliance. It depends on CrestApps.OrchardCore.DncRegistry, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Local Do Not Call Registry
Provides a local do-not-call registry where administrators can upload CSV files of phone numbers organized by country. Its manifest-backed feature ID is CrestApps.OrchardCore.DncRegistry.Local, and it is categorized as Compliance. It depends on CrestApps.OrchardCore.DncRegistry, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- MIT