Commit Graph

1402 Commits

Author SHA1 Message Date
Doubango Telecom 9bbe77061a Update wrappers API (JNI, P/Invoke...) 2018-09-06 21:22:16 +02:00
System Administrator e2f0f6156c Add support for incoming call pre-cheking 2018-09-06 21:08:02 +02:00
Doubango Telecom 6f6c31222d Add OpenSSL version guard around the method setter 2018-04-06 05:17:24 +02:00
Doubango Telecom 8166861b2a Add support for TLS v1.2
Update OpenSSL version to 1.1.0h
2018-04-06 04:12:35 +02:00
Doubango Telecom b0697b9c9d On iOS, do not chunk outgoing TCP stream 2017-11-23 09:51:32 +01:00
Doubango Telecom a3514390e5 Merge branch 'master' of https://github.com/DoubangoTelecom/doubango 2017-07-13 23:49:57 +02:00
Doubango Telecom b291037c2b Change TLS protocol and scheme to "sip;tls" instead of "sips;tcp" 2017-07-13 23:48:13 +02:00
root e58bfcddf0 Fix relloc issue on AndroidM 2017-04-05 23:46:13 +02:00
Doubango Telecom ee90f5044e Fix build issue on VS2008 2017-04-05 21:32:07 +02:00
Doubango Telecom e6611dde0d Check FSM data 2017-02-09 23:20:18 +01:00
Doubango Telecom 6cd6e3d153 Check FSM entry 2017-02-09 23:19:44 +01:00
Doubango Telecom 1e5567d55b Fix crash on session update (audio <-> video) 2017-02-09 23:09:51 +01:00
Doubango Telecom ff03a51e4c Add support for "android-vs2015" and "android-cmake" build systems 2016-12-02 00:19:38 +01:00
System Administrator 6b9f5f831a Destroy audioUnit instance when call is put on hold to allow multiple audio sessions 2016-10-21 04:05:06 +02:00
Doubango Telecom a4973c7fe3 FIx issue reported at "https://groups.google.com/forum/#!topic/doubango/Fk1Tny7a0qQ" 2016-10-19 02:54:59 +02:00
Doubango Telecom 5b7ffef95a Forward display name from the stack to all SIP messages 2016-08-12 03:35:24 +02:00
Doubango Telecom a35d944605 Merge branch 'master' of https://github.com/DoubangoTelecom/doubango 2016-08-08 22:25:31 +02:00
Doubango Telecom 15a5a3299d Update OpenSSL binaries for Windows 2016-08-08 22:24:58 +02:00
System Administrator 554bc193f0 Add support for pause for iOS audioUnit 2016-08-05 23:18:42 +02:00
System Administrator e707bf0126 Update openSSL for iOS and OSX to version 1.0.2h 2016-08-02 22:07:22 +02:00
System Administrator c51e4083a6 Update openSSL for iOS and OSX to version 1.0.2h 2016-08-02 22:06:26 +02:00
Doubango Telecom 412f2cb2ba Remove hard-coded openssl config 2016-08-02 22:00:59 +02:00
Doubango Telecom a6e8cd7892 Update OpenSSL for Android and Windows to version 1.0.2h 2016-08-02 21:31:33 +02:00
Doubango Telecom 6f5bd675fd Merge branch 'master' of https://github.com/DoubangoTelecom/doubango 2016-08-02 16:31:08 +02:00
Doubango Telecom 4c28e58c52 Add "--arch" to Android toolchain generation command 2016-08-02 16:30:34 +02:00
DoubangoTelecom 5478d062b8 Update Building_Source_v2_0.md 2016-08-01 13:26:28 +02:00
System Administrator 6fa2225b6b Remove sources from the loop before releasing it (iOS runLoop) 2016-06-08 12:37:23 +02:00
DoubangoTelecom 0b30244d06 Update Building_Source_v2_0.md 2016-06-02 20:05:57 +02:00
Mamadou DIOP 1292f762bc Fix crash 2016-05-31 16:28:30 +02:00
System Administrator e43677df4b Ignore IPv4 linklocal addresses when retrieving bestlocal IP 2016-05-30 17:34:26 +02:00
Mamadou DIOP 2167a933b2 Check RTP IP address nullity 2016-05-27 19:50:12 +02:00
System Administrator ffcc3bed0e Set default servname to 5060 when port is equal to zero 2016-05-26 03:11:34 +02:00
System Administrator 587099ac47 Remove duplicated line 2016-05-24 04:57:58 +02:00
System Administrator 597432ee26 Set default RTP socket to IPv4 or IPv6 instead of invalid depending on use_ipv6 flag 2016-05-24 04:55:24 +02:00
System Administrator 8ea9eca8a6 Enable IP dual-stack on ICE only when IPv6 is enabled 2016-05-24 01:02:39 +02:00
Mamadou DIOP 3383de3026 Make ICE dual-satck (IPv46) more versatile 2016-05-24 00:11:39 +02:00
Mamadou DIOP aff961eb23 Update openh264 to version v1.5.0
Fix openh264 crash when resolution change and SPS/PPS loss
2016-04-14 04:14:50 +02:00
Mamadou DIOP 83dd953a88 Remove size condition for motion rank estimation 2016-03-10 17:38:40 +01:00
Mamadou DIOP df8878af00 Add support for resolution change based on network congestion (enabled on 'tch' build only) 2016-03-10 01:31:45 +01:00
Mamadou DIOP ad05fdc30b Update bandwidth adapt algo 2016-03-07 16:11:32 +01:00
Mamadou DIOP 8dbf270434 fix warning (unused variable) when adaptive video size is disabled 2016-03-06 10:29:55 +01:00
Mamadou DIOP ef7bc3b97c revert previous change (new_bw formula)
enable adaptive video size for tch build-type only
2016-03-06 10:27:56 +01:00
Mamadou DIOP 086a6e01d2 Fix bug: new_bw = "qavg*curr_bw" instead of "qavg*base_bw" 2016-03-06 10:13:44 +01:00
Mamadou DIOP fc05487d96 Change decision metric for quality average
Adds support for dynamic video size (code inhibited for now)
2016-03-06 07:04:48 +01:00
Mamadou DIOP 2409f4ddab Update click2dial url 2016-03-04 09:38:55 +01:00
Mamadou DIOP b8cb2d5cf5 Fix codec priority setting issue. The codec is removed when the priority value is > the total number of registered codecs. This happens when few codecs are registered 2016-02-26 01:38:27 +01:00
Mamadou DIOP c6a8fde4aa Do not reset quality metrics when the timer fires: continue averaging 2016-02-25 00:59:05 +01:00
System Administrator 3d46d2f68c Update cfscket transport to report correct in/out bytes 2016-02-25 00:54:48 +01:00
Mamadou DIOP 40a8a15df6 Update QoS report rate
Set Weight(Q4) to zero
2016-02-25 00:20:49 +01:00
Mamadou DIOP 50dfb43596 Add new QoS implementation
Code formatting
2016-02-23 22:00:35 +01:00