Qt-based lightweight SIP softphone.
Find a file
soramimi bff87d5efe .
2023-04-03 20:49:38 +09:00
baresip . 2023-04-03 20:49:38 +09:00
docs docs 2019-04-20 15:01:33 +09:00
g722 new 2017-07-17 02:02:19 +09:00
gsm ライブラリ修正 2017-10-10 21:19:14 +09:00
portaudio aarch64 2023-04-03 15:05:13 +09:00
qSIP . 2023-04-03 20:49:38 +09:00
re . 2023-04-03 20:49:38 +09:00
rem ライブラリを古いものにロールバック 2017-10-10 17:18:47 +09:00
speex Linux support 2017-11-07 01:55:51 +09:00
webrtc aarch64 2023-04-03 15:05:13 +09:00
.gitattributes new 2017-07-17 02:02:19 +09:00
.gitignore new 2017-07-17 02:02:19 +09:00
baresip.pro 音声入出力をメインスレッドで処理するようにした 2019-04-14 12:43:04 +09:00
g722.pro プロジェクトファイル修正 2017-12-27 12:09:24 +09:00
gsm.pro プロジェクトファイル修正 2017-12-27 12:09:24 +09:00
portaudio.pro プロジェクトファイル修正 2017-12-27 12:09:24 +09:00
qSIP.pro audio device selection 2019-04-15 11:11:27 +09:00
re.pro プロジェクトファイル修正 2017-12-27 12:09:24 +09:00
README.md Update README.md 2019-04-20 15:02:47 +09:00
rem.pro プロジェクトファイル修正 2017-12-27 12:09:24 +09:00
speex.pro プロジェクトファイル修正 2017-12-27 12:09:24 +09:00
webrtc.pro プロジェクトファイル修正 2017-12-27 12:09:24 +09:00

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 macOS Linux

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
  • baresip

These 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.