---
title: Telephony属性说明
description: "| 配置项名称 | 含义 | 类型 | 取值范围 | 默认值 | 说明 |"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/240RC1/armnative/kunpengcpskbox_20_0092.html
sourcePath: /source/zh/kunpengboostkithistory/240RC1/armnative/kunpengcpskbox_20_0092.html
indexId: 911d306718e052a776567d942d9a4210cb1a50a30a2f316836b42dae2c81c30778
---
# Telephony属性说明

| 配置项名称 | 含义 | 类型 | 取值范围 | 默认值 | 说明 |
| --- | --- | --- | --- | --- | --- |
| persist.sys.prop.writeimei | 国际移动设备识别码（IMEI）。 | int | 15~17位数字 | 86+15位随机值 | 86表示中国 |
| persist.gsm.operator.alphacph | 网络运营商名字。 | string | 1~20位字母或数字 | CMCC | \- |
| persist.gsm.operator.numericcph | 网络运营商代码。 | int | 5~6位数字 | 46000 | 由3位网络运营商国家代码+2~3位移动网络代码组成，比如460表示中国（cn），00表示中国移动。 |
| persist.sys.prop.writeimsi | 国际移动用户识别码（IMSI）。 | int | 15位数字 | 46011+随机值 | 前5~6位表示SIM卡运营商代码，组成和网络运营商代码相同，460表示中国（cn），11表示中国移动。 |
| persist.gsm.sim.operator.alphacph | SIM卡运营商名字。 | string | 1~20位字母或数字 | CMCC | \- |
| persist.sys.prop.writesimserial | SIM卡序列号。 | int | 20位数字 | 898600+随机值 | 89为国际代码，86表示中国，00表示中国移动。 |
| persist.sys.prop.writephonenum | 手机号码。 | int | 0~20位数字 | 空 | \- |


- 所有属性设置后都需要重启容器才能生效。
- 容器启动过程中做参数合法性校验，只会判断字符和长度是否合法，判断非法则采用默认值。
