Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soramimi/qsip
VoIP/SIP client (softphone)
https://github.com/soramimi/qsip
qt qt5 sip softphone voip
Last synced: 3 months ago
JSON representation
VoIP/SIP client (softphone)
- Host: GitHub
- URL: https://github.com/soramimi/qsip
- Owner: soramimi
- Created: 2017-07-16T17:00:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T06:24:31.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T09:21:27.156Z (9 months ago)
- Topics: qt, qt5, sip, softphone, voip
- Language: C
- Homepage:
- Size: 2.31 MB
- Stars: 36
- Watchers: 3
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qSIP
VoIP/SIP client (softphone)This program was created based on tSIP.
The original tSIP was created with Borland's development environment, Instead, this program used Microsoft's compiler and Qt 5.
## Platforms
- Windows
- macOS
- Linux![Windows](https://soramimi.github.io/qSIP/windows.png)
![macOS](https://soramimi.github.io/qSIP/macos.png)
![Linux](https://soramimi.github.io/qSIP/linux.png)## Build
Launch Qt Creator.
First, open *.pro files except qSIP.pro and build these.
Second, open qSIP.pro and build it.## License
This program used the following libraries.
- re
- rem
- speex
- webrtc
- portaudio
- g722
- gsm
- baresipThese are distributed under BSD-like license or public domain. For details, please see each project COPYING file.
- qSIP
The source code of qSIP is distributed under MIT license.
However, executable program linked with Qt is applied LGPL license.