- improved desription

- changed reference to libbaresip build instructions
This commit is contained in:
Juha Heinanen
2018-10-16 20:10:11 +03:00
parent 2ff22a44dd
commit 9ed1b25a39

View File

@ -2,17 +2,16 @@ This is very basic Android Studio project implementing baresip
(https://github.com/alfredh/baresip) based SIP User Agent. (https://github.com/alfredh/baresip) based SIP User Agent.
Currently supports voice calls and messages with TLS transport, Currently supports voice calls and messages with TLS transport,
PCMU/PCMA and opus voice codecs, as well as ZRTP and (DTLS) SRTP media voicemail MWI, PCMU/PCMA and opus voice codecs, as well as ZRTP and
encapsulation. (DTLS) SRTP media encapsulation.
Motivated by need for secure SIP user agent for Android that does not Motivated by need for secure SIP user agent for Android that does not
depend on third party push notification services. depend on third party push notification services.
The static libraries and include files in distribution directory have The static libraries and include files in distribution directory have
been produced using https://github.com/alfredh/baresip-android. Use been produced using https://github.com/juha-h/libbaresip-android.
latest versions of baresip, re, and rem. Then apply reg.c-patch to Before making libbaresip, apply reg.c-patch to re/src/sipreg/reg.c. The
re/src/sipreg/reg.c. The patch is needed due to re timer sometimes patch is needed due to re timer sometimes firing too late.
firing too late.
After cloning the project, in android-studio: After cloning the project, in android-studio: