Erwan Croze
01ac4104cb
Update mediastreamer2
2016-12-22 15:10:59 +01:00
Erwan Croze
a81368319e
Update mediastreamer
2016-12-22 10:07:08 +01:00
Erwan Croze
700b06dda0
Fix some case in LinphoneCoreFactoryImpl
2016-12-22 10:06:56 +01:00
Simon Morlat
00f620c58a
Add a test for zrtp silent calls (with no RTP packets transmitted).
...
This tries to replicate a reported issue where the HELLO packet was never repeated.
This commit also fixes the assert of SAS code equality, that was passed only if SAS are known.
A zrtp call without SAS would pass the test before.
2016-12-21 23:05:48 +01:00
Simon Morlat
897815459f
prevent adding a LinphoneAuthInfo with empty credentials.
...
This is causing undefined behaviors in belle-sip and SAL.
2016-12-21 19:50:16 +01:00
François Grisez
f074cecb6a
Update ms2 (VideoToolbox H264 decoder refactoring)
2016-12-21 16:57:46 +01:00
Benjamin Reis
2fa3c22831
as-dd break to switch when no SDP
2016-12-21 09:35:01 +01:00
Simon Morlat
27dfa34e82
add mk-ca-bundle.pl to Makefile.am
2016-12-20 21:58:34 +01:00
Ghislain MARY
217d34a16a
Some documentation fixes.
2016-12-20 17:48:51 +01:00
Ghislain MARY
4fa7cf664c
Add some new header files.
2016-12-20 17:37:27 +01:00
François Grisez
533d66668e
Update ms2 submodule: VideoToolbox performance enhancements
2016-12-20 17:05:03 +01:00
Ghislain MARY
82b8f3cdd7
Introduce the call.h header file.
2016-12-20 16:18:08 +01:00
Sylvain Berfini
97a73f1c60
Added message test
2016-12-20 15:52:27 +01:00
Ghislain MARY
b7b409e089
Put error info code in its own files.
2016-12-20 15:31:39 +01:00
Ghislain MARY
6ee6437b21
Fix lime.
2016-12-20 12:38:55 +01:00
Ghislain MARY
66887a5200
Move some documentation from the source code to the headers.
2016-12-20 12:05:42 +01:00
Erwan Croze
203e5079a5
Update mediastreamer
2016-12-20 11:15:41 +01:00
Benjamin Reis
2675b25f45
Do not go back to previous state when in a stable state if SDP missing
2016-12-19 15:29:02 +01:00
François Grisez
19a36dd4fc
Fix the documentation of linphone_core_interate()
2016-12-19 14:16:27 +01:00
François Grisez
64c7e55c1f
Move some documentations from source files to headers
2016-12-19 14:15:45 +01:00
Ghislain MARY
9a8bb85ff3
Forgot one function in previous commit.
2016-12-19 12:06:12 +01:00
Ghislain MARY
563bb427b0
Fix IM encryption engine for automatic wrapper generation.
2016-12-19 11:56:37 +01:00
François Grisez
bd99fe6099
Update ms2 (VideoToolbox bug fix)
2016-12-16 15:55:53 +01:00
Sylvain Berfini
25a6524d14
Fix chat message stored encrypted in database making it displayed as xml in mobile apps
2016-12-16 11:08:46 +01:00
Jehan Monnier
25a325c98c
update ms2
2016-12-16 10:07:22 +01:00
François Grisez
5c40bb1d25
Fix many issues in VideoTooblox filters
2016-12-15 17:57:00 +01:00
Ghislain MARY
cf42a0e805
Update ms2 submodule.
2016-12-15 16:32:10 +01:00
Sylvain Berfini
5eb5ea3473
Fixed RTT character not being freed correctly + RTT test with SRTP failing if SRTP not available
2016-12-15 15:26:09 +01:00
Simon Morlat
e132ecc181
fix crash
2016-12-15 14:42:12 +01:00
Simon Morlat
8fb50e2e79
update ms2
2016-12-15 12:44:51 +01:00
Simon Morlat
c0f075698b
update ms2
2016-12-14 11:41:04 +01:00
Jehan Monnier
c2d2f55f4e
update ms2
2016-12-14 11:21:31 +01:00
Jehan Monnier
f846e25d68
make sure terminated transaction no longer reference op
2016-12-14 11:21:10 +01:00
Simon Morlat
2ad32695a5
adjust timers and document a test that tends to fail sometimes.
2016-12-13 22:26:19 +01:00
Erwan Croze
3cfab1c16d
Fix openH264 for android < 5.0
2016-12-13 16:15:45 +01:00
Simon Morlat
517bca8d18
update ms2
2016-12-13 00:26:58 +01:00
Brieuc Viel
19944600c8
OpenH264 vs Mediacodec MAnagement
2016-12-12 16:35:53 +01:00
Ghislain MARY
a9e04b22f2
Fix "Call with DNS timeout" test.
2016-12-12 10:50:06 +01:00
Simon Morlat
5d73bb8232
fix undefined prototypes (makes error in windows build)
2016-12-10 18:20:30 +01:00
Simon Morlat
0bbfd5673b
fix potential crash in eventapi tester
2016-12-10 13:19:08 +01:00
Simon Morlat
83983ae9ac
fix race condition in test. Indeed, the SUBSCRIBE is refreshed after the 40 seconds inactivity period, which allows the new presence test to be received.
2016-12-09 18:03:13 +01:00
Erwan Croze
c99c4b1b27
Update mediastreamer
2016-12-09 17:28:02 +01:00
Simon Morlat
77b3564a43
fix bad function declaration. Flags can't be enums.
2016-12-09 16:55:00 +01:00
Sylvain Berfini
e0fdfbb13b
Added isComposing content-type to fake LinphoneChatMessage created for IM Encryption Engine incoming callback
2016-12-08 15:48:50 +01:00
Sylvain Berfini
e0fe5ff368
Fixed sal_message_reply(): no server transaction for isComposing messages
2016-12-08 15:45:39 +01:00
Benjamin Reis
7ed65a11f0
cancel shutdown timer when call ends
2016-12-08 11:15:09 +01:00
Sylvain Berfini
835f9e4334
Clean temporary files created by Message suite in tester
2016-12-07 17:20:48 +01:00
Erwan Croze
9b89fb2713
Update mediastreamer
2016-12-07 12:49:24 +01:00
Erwan Croze
59890b6411
Update mediastreamer
2016-12-06 15:38:20 +01:00
Sylvain Berfini
a1d5ed8ca9
Allow IM Encryption Engine to return a custom code upon reception of a composing message
2016-12-06 10:30:21 +01:00