# privacy-phone-number-demo **Repository Path**: yiwise/privacy-phone-number-demo ## Basic Information - **Project Name**: privacy-phone-number-demo - **Description**: 基于SIP软交换的电话号码加密demo - **Primary Language**: Java - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-07-22 - **Last Updated**: 2025-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Freeswitch ## README # privacy-phone-number-demo 该工程提供了基于SIP软交换的电话号码加密方案,用于对隐私要求较高的部署场景。编译安装部署需要java jdk8和maven。 该工程提供了HTTP方式的接口,供SIP软交换解密号码调用。 ### 应用部署 1. 代码编译:mvn clean package,得到打包的文件:privacy-phone-number-demo.tar.gz 2. 将打包文件拷贝到服务器上,解压运行: 启动命令:```bin/start.sh start``` 停止命令:```bin/start.sh stop```