All Projects → juha-h → Baresip Studio

juha-h / Baresip Studio

Licence: bsd-3-clause
baresip library based SIP client for Android

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Baresip Studio

Android Mvp Architecture
Sample app to show basics of Model-View-Presenter (MVP) architectural pattern
Stars: ✭ 79 (-18.56%)
Mutual labels:  android-application
Aurdroid
Android AUR [Arch Linux user Repository] packages browser
Stars: ✭ 88 (-9.28%)
Mutual labels:  android-application
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-6.19%)
Mutual labels:  android-application
Awesome Voip
🤙Learning VoIP, RTP, pjsip and SIP
Stars: ✭ 83 (-14.43%)
Mutual labels:  voip
Sip.js
A simple, intuitive, and powerful JavaScript signaling library
Stars: ✭ 1,282 (+1221.65%)
Mutual labels:  voip
Getid
Get Device ID,SIM SerialNumber,IMEI,IMSI,Google Service Key,WiFi Mac address for Android
Stars: ✭ 88 (-9.28%)
Mutual labels:  android-application
Freeswitch
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Stars: ✭ 1,213 (+1150.52%)
Mutual labels:  voip
Browser Phone
A fully featured browser based WebRTC SIP phone for Asterisk
Stars: ✭ 95 (-2.06%)
Mutual labels:  voip
Homer App
HOMER 7.x Front-End and API Server
Stars: ✭ 88 (-9.28%)
Mutual labels:  voip
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-6.19%)
Mutual labels:  android-application
Another Widget
Watch events, weather and much more at a glance.
Stars: ✭ 85 (-12.37%)
Mutual labels:  android-application
Prodigal
Music Player for Android which looks & feels like classic player
Stars: ✭ 86 (-11.34%)
Mutual labels:  android-application
Android Kotlinintests
This is a sample app that is part of blog posts I have written about how to test android applications using Kotlin.
Stars: ✭ 89 (-8.25%)
Mutual labels:  android-application
Open Source Android Weather App
☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
Stars: ✭ 81 (-16.49%)
Mutual labels:  android-application
Deautherdroid
Additional android app for SpaceHunn's ESP8266 DeAuther.
Stars: ✭ 93 (-4.12%)
Mutual labels:  android-application
Wahay
an easy-to-use, secure and decentralized conference call application (this repository is a mirror of an internal work repository)
Stars: ✭ 79 (-18.56%)
Mutual labels:  voip
Beaconloc
Beacon Locator - android application for scan, track and management of beacons
Stars: ✭ 88 (-9.28%)
Mutual labels:  android-application
Kivystudio
A Software development environment for software developers
Stars: ✭ 97 (+0%)
Mutual labels:  android-application
Pushkit silentpushnotification
PushKit_SilentPushNotification to receive VOIP call while iOS app is in background or terminated state
Stars: ✭ 93 (-4.12%)
Mutual labels:  voip
Android Guitar Tuner
A simple Guitar Tuner Application for Android.
Stars: ✭ 89 (-8.25%)
Mutual labels:  android-application

This is a bare-bones Android Studio project implementing baresip based SIP User Agent.

Currently the application supports voice calling and messaging, UDP, TCP, and TLS signaling transports, voicemail Message Waiting Indication, incoming call transfers (REFER), PCMU/PCMA, iLBC, G.722, G.722.1, G.726, G.729, AMR, and Opus voice codecs, as well as ZRTP and (DTLS) SRTP media encapsulation.

Motivated by need for a secure SIP user agent for Android that does not depend on third party push notification services.

If you need video calling and have a device with Android version 7.0 or newer that supports Camera2 API at LEVEL3, 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 4.1.2:

  • Open an existing Android Studio project

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

Available also on F-Droid and Google Play.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].