目錄
服務器環境要求 1
下載腳本文件並安裝 1
修改綁定的域名 1
替換域名證書 2
重啓Web 2
呼叫測試 3python
服務器環境要求
CentOS 6.9 64bitnginx
下載腳本文件並安裝
wget http://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/install_rtc_sip.sh
wget http://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/python_install.sh
#yum -y install dos2unix
#dos2unix ./.sh
chmod a+x ./.sh
./install_rtc_sip.shweb
修改綁定的域名
修改綁定的域名 修改兩個地方
/etc/nginx/conf.d/websdk.conf
替換域名證書
/data/wwwroot/rtcsip-demo/ssl
重啓Web
service nginx restart服務器
呼叫測試
ide