Sketch6580 1e6f4e499f Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (363 of 363 strings)

Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/zh_Hans/
2026-05-19 09:04:27 +02:00
2021-09-09 09:07:24 +03:00
2026-01-15 10:08:57 +02:00
2026-01-15 20:46:10 +02:00
2023-03-26 09:55:15 +03:00
2023-01-30 04:26:12 +02:00
2018-10-22 17:56:14 +03:00

This is a bare-bones Android Studio project implementing baresip based SIP User Agent for Android. Its development is motivated by need for a secure, privacy focused SIP user agent for Android that does not depend on third party push notification services.

Currently the application supports VoIP calling and messaging, VoIP conference calls, UDP, TCP, TLS, and WSS signaling transports, voicemail Message Waiting Indication, call transfers (REFER), AMR, Codec2, G.722, G.722.1, G.729, Opus, and PCMU/PCMA voice codecs, as well as ZRTP and (DTLS) SRTP media encapsulation. Minimum supported Android version is 9 (API level 28).

Recent versions of baresip also support mobile callig when baresip selected as the default phone app in Android settings. This is possible when Android version is 10 or higher.

If you need video calling and have a device that supports Camera2 API, you can instead of this application install its sister application baresip+ from video branch.

After cloning the project, generate static libraries and include files to distribution directory using master branch of libbaresip-android.

Then in Android Studio (tested with Android Studio Panda 2 | 2025.3.2):

  • Open an existing Android Studio project

  • File -> Invalidate Caches ... -> Invalidate & Restart

  • Build -> Generate Signed Bundle / APK ...

Ready to be installed baresip app is available from F-Droid, Play Store, and from GitHub. Signing certificate SHA-256 fingerprint of baresip and baresip+ APKs on GitHub is fecc79c20ab725b9b78bb16a75ba9a04092822cf52ba32e4a437170a68020602. Use apksigner verify --print-certs app-release.apk to verify.

Language translations are managed via baresip Weblate project.

Copyright (c) 2018 TutPro Inc. Distributed under BSD-3-Clause license.

Description
No description provided
Readme 9.7 MiB
Languages
Kotlin 93.9%
C 5.8%
CMake 0.3%