基本信息
源码名称:SIP软件电话的实现
源码大小:3.34M
文件格式:.zip
开发语言:Java
更新时间:2020-10-19
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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