提交 1771044c 编写于 作者: 张海丰 提交者: jinguang

!311 电话服务子系统创建sig-telephony组织

上级 e5b3de4c
{
"Leader":[
{
"gitee_id":"zhang-hai-feng",
"gitee_email":"zhanghaifeng11@huawei.com"
}
],
"Committers":[
{
"gitee_id":"zhang-hai-feng",
"gitee_email":"zhanghaifeng11@huawei.com"
},
{
"gitee_id":"jyh926",
"gitee_email":"jiayanhong@huawei.com"
},
{
"gitee_id":"clevercong",
"gitee_email":"lichunlin2@huawei.com"
},
{
"gitee_id":"ohos-lsw",
"gitee_email":"lishiwei6@huawei.com"
},
{
"gitee_id":"xautosoft",
"gitee_email":"zhuwenchao@huawei.com"
},
{
"gitee_id":"hwlitao",
"gitee_email":"litao25@huawei.com"
}
]
}
# SIG-Telephony
English | [简体中文](./sig_telephony_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
## SIG group work objectives and scope
### work goals
- Provide basic communication capabilities of cellular mobile networks such as SIM card, network search, cellular data, cellular call and short MMS, manage multi-type call and data network connection, and provide convenient and consistent communication API for application developers.
### work scope
- Telephony core service: initializes the RIL Manager, SIM card module, and network search module.
- Call Manager module: manages three types of calls – circuit switched (CS), IP multimedia subsystem (IMS), and over the top (OTT) calls. It is responsible for applying for the audio and video resources required for a call and resolving conflicts in a multi-channel call.
- Cellular call module: implements basic calls over carrier networks.
- SMS & MMS module: provides the capabilities of sending and receiving short message service (SMS) messages and encoding and decoding multimedia messaging service (MMS) messages.
- State registry module: provides APIs to register and deregister an observer that listens for various callback events of the telephony subsystem.
### The repository
- project name:
- core_service:https://gitee.com/openharmony/telephony_core_service
- cellular_call:https://gitee.com/openharmony/telephony_cellular_call
- call_manage:https://gitee.com/openharmony/telephony_call_manager
- state_registry:https://gitee.com/openharmony/telephony_state_registry
- sms_mms:https://gitee.com/openharmony/telephony_sms_mms
- ril_adapter:https://gitee.com/openharmony/telephony_ril_adapter
- cellular_data:https://gitee.com/openharmony/telephony_cellular_data
- data_storage:https://gitee.com/openharmony/telephony_data_storage
- netmanager_standard:https://gitee.com/openharmony/communication_netmanager_standard
## SIG Members
### Leader
- @zhang-hai-feng (https://gitee.com/zhang-hai-feng)
### Committers
- @zhang-hai-feng (https://gitee.com/zhang-hai-feng)
- @jyh926 (https://gitee.com/jyh926)
- @clevercong (https://gitee.com/clevercong)
- @ohos-lsw (https://gitee.com/ohos-lsw)
- @xautosoft (https://gitee.com/xautosoft)
- @hwlitao (https://gitee.com/hwlitao)
### Meetings
- Meeting time:Biweekly regular meeting 16:00-17:00 on Thursday afternoon
- Meeting application: [SIG-Telephony Meeting Proposal](https://shimo.im/sheets/wgwGRwc9KCYH6Txv/MODOC)
- Meeting link: Welink Meeting or Others
- Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
- Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content)
### Contact (optional)
- Mailing list:dev@openharmony.io
- Slack group:https://zulip.openharmony.cn/
- Wechat group:NA
# SIG-Telephony
简体中文 | [English](./sig_telephony.md)
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
- 提供SIM卡、搜网、蜂窝数据、蜂窝通话、短彩信等蜂窝移动网络基础通信能力,可管理多类型通话和数据网络连接,为应用开发者提供便捷一致的通信API。
### 工作范围
- 核心服务模块:主要功能是初始化RIL管理、SIM卡和搜网模块。
- 通话管理模块:主要功能是管理CS(Circuit Switch,电路交换)、IMS(IP Multimedia Subsystem,IP多媒体子系统)和OTT(over the top,OTT解决方案)三种类型的通话,申请通话所需要
- 的音视频资源,处理多路通话时产生的各种冲突。
- 蜂窝通话模块:主要功能是实现基于运营商网络的基础通话。
- 短彩信模块:主要功能是短信收发和彩信编解码。
- 状态注册模块:主要功能是提供电话服务子系统各种消息事件的订阅以及取消订阅的API。
## 代码仓
- 代码仓地址:
- 核心服务:https://gitee.com/openharmony/telephony_core_service
- 蜂窝通话:https://gitee.com/openharmony/telephony_cellular_call
- 通话管理:https://gitee.com/openharmony/telephony_call_manager
- 注册服务:https://gitee.com/openharmony/telephony_state_registry
- 短彩信:https://gitee.com/openharmony/telephony_sms_mms
- riladapter:https://gitee.com/openharmony/telephony_ril_adapter
- 数据业务:https://gitee.com/openharmony/telephony_cellular_data
- 数据存储:https://gitee.com/openharmony/telephony_data_storage
- 网络管理:https://gitee.com/openharmony/communication_netmanager_standard
## SIG组成员
### Leader
- @zhang-hai-feng (https://gitee.com/zhang-hai-feng)
### Committers列表
- @zhang-hai-feng (https://gitee.com/zhang-hai-feng)
- @jyh926 (https://gitee.com/jyh926)
- @clevercong (https://gitee.com/clevercong)
- @ohos-lsw (https://gitee.com/ohos-lsw)
- @xautosoft (https://gitee.com/xautosoft)
- @hwlitao (https://gitee.com/hwlitao)
### 会议
- 会议时间:双周例会 周四下午16:00-17:00
- 会议申报:[SIG-Telephony Meeting Proposal](https://shimo.im/sheets/wgwGRwc9KCYH6Txv/MODOC)
- 会议链接: Welink或其他会议
- 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
- 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
### 联系方式(可选)
- 邮件列表:dev@openharmony.io
- Slack群组:https://zulip.openharmony.cn/
- 微信群:NA
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册