嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
实现 了简单的语音通话、挂断、接听
sipjs
├── LICENSE
├── README.en.md
├── README.md
├── mvnw
├── mvnw.cmd
├── pic
│ ├── 1.png
│ ├── 2.png
│ └── 3.png
├── pom.xml
├── sipjs.iml
├── src
│ ├── main
│ │ ├── java
│ │ │ └── com
│ │ │ └── bang
│ │ │ └── sip
│ │ │ └── sipjs
│ │ │ └── SipjsApplication.java
│ │ └── resources
│ │ ├── application.properties
│ │ └── static
│ │ ├── bootstrap-3.3.7
│ │ │ ├── css
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ ├── bootstrap-theme.min.css.map
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ └── bootstrap.min.css.map
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ ├── css
│ │ │ └── style.css
│ │ ├── index.html
│ │ ├── js
│ │ │ ├── Logger.js
│ │ │ ├── audioPlayer.js
│ │ │ ├── jquery-3.4.1.min.js
│ │ │ ├── jssip-3.3.11.js
│ │ │ ├── sip-0.13.8.js
│ │ │ ├── sip-0.15.10.js
│ │ │ └── sounds.json
│ │ ├── jssip.html
│ │ └── sounds
│ │ ├── dtmf.wav
│ │ ├── ringbacktone.wav
│ │ └── ringtone.wav
│ └── test
│ └── java
│ └── com
│ └── bang
│ └── sip
│ └── sipjs
│ └── SipjsApplicationTests.java
└── tomcat.p12
23 directories, 42 files