Bitzsoft.Integrations.OutboundCall
1.0.0-alpha.7
This is a prerelease version of Bitzsoft.Integrations.OutboundCall.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Bitzsoft.Integrations.OutboundCall --version 1.0.0-alpha.7
NuGet\Install-Package Bitzsoft.Integrations.OutboundCall -Version 1.0.0-alpha.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bitzsoft.Integrations.OutboundCall" Version="1.0.0-alpha.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitzsoft.Integrations.OutboundCall" Version="1.0.0-alpha.7" />
<PackageReference Include="Bitzsoft.Integrations.OutboundCall" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bitzsoft.Integrations.OutboundCall --version 1.0.0-alpha.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bitzsoft.Integrations.OutboundCall, 1.0.0-alpha.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bitzsoft.Integrations.OutboundCall@1.0.0-alpha.7
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bitzsoft.Integrations.OutboundCall&version=1.0.0-alpha.7&prerelease
#tool nuget:?package=Bitzsoft.Integrations.OutboundCall&version=1.0.0-alpha.7&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bitzsoft.Integrations.OutboundCall
外呼服务抽象层,统一 IOutboundCallService 接口、号码工具(清洗/分类/校验)、境内外分离、白名单控制。
功能
- 统一外呼接口
IOutboundCallService(创建活动/导入名单/启停/查询/话单) - 号码工具:
PhoneNumberValidator(150+ 国家区号校验、全角/中文/分隔符容错) - 号码分类:
PhoneNumberClassifier(境内/境外自动分组) - 白名单/黑名单过滤:
CallListFilter(开发/测试环境防误呼) OutboundCallOptions:兼容全供应商配置(鉴权/境内外主叫分离/IVR/白名单)
安装
dotnet add package Bitzsoft.Integrations.OutboundCall
相关包
| 包名 | 说明 |
|---|---|
| Bitzsoft.Integrations.OutboundCall.Tencent | 腾讯云 CCC 实现 |
| Bitzsoft.Integrations.OutboundCall.Aliyun | 阿里云 CCC 实现 |
| Bitzsoft.Integrations.OutboundCall.Huawei | 华为云 CEC 实现 |
| Bitzsoft.Integrations.OutboundCall.Volcengine | 火山引擎智能外呼实现 |
| Bitzsoft.Integrations.OutboundCall.Yuntongxun | 容联云通讯实现 |
| Bitzsoft.Integrations.OutboundCall.All | 聚合包(全部供应商) |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Options (>= 10.0.9)
-
net5.0
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Options (>= 5.0.0)
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Options (>= 10.0.9)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Bitzsoft.Integrations.OutboundCall:
| Package | Downloads |
|---|---|
|
Bitzsoft.Integrations.OutboundCall.All
外呼服务聚合包 — 包含全部供应商实现(腾讯云/阿里云/火山引擎/容联云/华为云/国际 Twilio/Vonage) |
|
|
Bitzsoft.Integrations.OutboundCall.Tencent
腾讯云外呼实现 — 手写 TC3-HMAC-SHA256 签名 + HttpClient,实现 IOutboundCallService 统一接口,支持境内外分离与白名单 |
|
|
Bitzsoft.Integrations.OutboundCall.Huawei
华为云云客服外呼实现 — 基于 CEC REST API(AK/SK 签名),实现 IOutboundCallService 统一接口 |
|
|
Bitzsoft.Integrations.OutboundCall.Volcengine
火山引擎智能外呼实现 — 基于 AI 外呼机器人 REST API,实现 IOutboundCallService 统一接口 |
|
|
Bitzsoft.Integrations.OutboundCall.Yuntongxun
容联云通讯外呼实现 — 基于 REST API(ACCOUNT SID + AUTH TOKEN 签名),实现 IOutboundCallService 统一接口 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1 | 343 | 8/3/2026 |
| 1.0.0 | 332 | 8/2/2026 |
| 1.0.0-alpha.10 | 90 | 7/26/2026 |
| 1.0.0-alpha.9 | 87 | 7/12/2026 |
| 1.0.0-alpha.8 | 91 | 7/1/2026 |
| 1.0.0-alpha.7 | 110 | 6/16/2026 |
| 1.0.0-alpha.6 | 100 | 6/16/2026 |