Commit graph

2832 commits

Author SHA1 Message Date
Johan Pascal
92c1c6d4ac code cleaning
remove useless DTLS debug traces
2015-01-31 22:40:56 +01:00
Simon Morlat
cced42ebc5 add test for generic CN, update oRTP and ms2 2015-01-30 20:00:35 +01:00
Margaux Clerc
31d3bd0bfa Add JNI setRingback function 2015-01-30 10:28:40 +01:00
Simon Morlat
41232a3954 adapt for lastest polarssl on windows, fix system include paths preempting
ortp and ms2 include paths.
2015-01-30 00:00:19 +01:00
Simon Morlat
5f6b3fa729 add setPreferredFramerate/getPreferredFramerate accessors 2015-01-29 15:34:40 +01:00
Jehan Monnier
217be11870 fix Android conpilation issue 2015-01-29 12:57:44 +01:00
Gautier Pelloux-Prayer
d3f2881587 Fix android build 2015-01-29 11:45:14 +01:00
Simon Morlat
37c17e2703 add setPreferredFramerate() 2015-01-29 11:21:31 +01:00
Simon Morlat
816ab8dfbd adapt to mediastreamer2 2015-01-27 17:03:48 +01:00
Johan Pascal
219451388d Merge remote-tracking branch 'origin/master' into dev_dtls 2015-01-27 10:42:06 +01:00
Guillaume BIENKOWSKI
f65ec2e2e9 Fix lengthy SDP buffer allocation 2015-01-23 16:26:57 +01:00
Guillaume BIENKOWSKI
7acf4df883 Add a unit test for a no-sdp reinvite after a pause, and implement a correction to handle this case. 2015-01-23 14:30:38 +01:00
Simon Morlat
f48e34c4ee fix bad comment 2015-01-23 12:47:14 +01:00
Simon Morlat
7e52aa54a9 Merge branch 'dev_payloadtypematch' 2015-01-23 12:15:26 +01:00
Simon Morlat
16180e2430 change the way payload type numbers are assigned, so that an application can support more payload type than the RTP profile table allows to contain.
Compliance with RFC3264 (offer answer model) is improved, by reusing numbers in case of reINVITEs.
Fix memory leaks
Move offer/answer related tests into a new test suite.
2015-01-21 22:38:46 +01:00
Johan Pascal
c95fd55126 DTLS-SRTP fix memory leak 2015-01-20 00:59:25 +01:00
Simon Morlat
55973deb0e modularize payload type matching exceptions in offer/answer 2015-01-17 11:58:46 +01:00
Simon Morlat
546b953c5d fix severe bug (everything broken) 2015-01-15 21:34:14 +01:00
Guillaume BIENKOWSKI
838520350c Use const for sal_address_is_ipv6() 2015-01-15 17:19:58 +01:00
Guillaume BIENKOWSKI
0c4e7456d9 Prevent creating sip addresses which are not valid when using them 2015-01-15 17:19:45 +01:00
Guillaume BIENKOWSKI
f2a4cb60d2 Fix a crash when an absolute address is passed to linphone_core_invite.
See bug #2009.
2015-01-15 11:37:30 +01:00
Johan Pascal
85ca8c3cac Merge remote-tracking branch 'origin/master' into dev_dtls 2015-01-14 00:16:11 +01:00
Johan Pascal
37e5ccfbc2 DTLS-SRTP init linphone console too 2015-01-13 14:53:18 +01:00
Johan Pascal
54e91b6394 Update srtp to rely on stream sessions structure and not complete stream structure 2015-01-12 15:35:28 +01:00
Margaux Clerc
b8ce037ffc Add read flag to transfert message 2015-01-09 17:04:31 +01:00
Gautier Pelloux-Prayer
9e6fa8ceb6 Doxygen: replace invalid @returns with @return 2015-01-09 11:42:05 +01:00
Johan Pascal
5fdf3b82ba Enable DTLS-SRTP protection on video stream 2015-01-08 12:56:10 +01:00
Gautier Pelloux-Prayer
a14fa22cf6 Add linphone_proxy_config_is_phone_number in public API 2015-01-08 11:51:07 +01:00
Gautier Pelloux-Prayer
b8f297f6be Change linphone_proxy_ocnifg_normalize_number API to return a boolean value: TRUE if input was a phone number, FALSE otherwise
Conflicts:
	coreapi/linphonecore.h
2015-01-08 11:39:25 +01:00
Guillaume BIENKOWSKI
9ff2841b18 Use debug trace instead of message 2015-01-07 10:55:24 +01:00
Guillaume BIENKOWSKI
3a62072c55 Link with ZLIB when it is detected 2015-01-07 10:52:00 +01:00
Ghislain MARY
800909073d Set correct soversion when building with CMake. 2015-01-06 17:36:40 +01:00
Ghislain MARY
0e055ae4f9 Fix documentation of linphone_proxy_config_get_transport(). 2015-01-06 16:16:16 +01:00
Johan Pascal
e93a80f322 Merge remote-tracking branch 'origin/master' into dev_dtls 2015-01-05 18:17:05 +01:00
Sylvain Berfini
f965333d71 Fix typos 2015-01-05 16:10:33 +01:00
Sylvain Berfini
4e5e409dc2 Started to bind log collection methods in JNI layer 2015-01-05 15:10:17 +01:00
Johan Pascal
88e2ba7625 move srtp from ortp to mediastreamer2 2015-01-05 15:02:52 +01:00
Ghislain MARY
86b74cc521 Handle compilation of account assistant when building with CMake. 2015-01-02 16:55:44 +01:00
Jehan Monnier
7fe891b4ae add ice option to enable backward compatibility with previous version of ice 2014-12-27 19:45:19 +01:00
Jehan Monnier
d7437ef1f5 enable ice with tunnel 2014-12-22 21:47:35 +01:00
Simon Morlat
76c6886119 fix potential crash when receiving an incoming call for which audio is declined (due to incompatible codecs), but video is accepted. 2014-12-22 16:23:26 +01:00
Ghislain MARY
afe5abba86 Add some Python setup tests. 2014-12-19 15:56:30 +01:00
Ghislain MARY
98d1d15b0c Set body size when using the file body handler. 2014-12-19 14:34:32 +01:00
Simon Morlat
74c44f6c25 User pointer must remain the property of the user. 2014-12-18 19:15:29 +01:00
Simon Morlat
8f633b21fc fix stack overflow. 2014-12-18 16:17:26 +01:00
Ghislain MARY
a2b93b2019 Replace ortp_strdup_printf by ms_strdup_printf. 2014-12-18 11:53:49 +01:00
Ghislain MARY
3347aa9a53 Fix const string return values so that wrapper generators know that these strings do not need to be dealloced. 2014-12-18 11:51:25 +01:00
Simon Morlat
69307afc50 fix crash when receiving an external body SIP MESSAGE on android. 2014-12-18 08:41:52 +01:00
Ghislain MARY
1b32ed0316 Handle file transfer upload with memory body handler. 2014-12-17 17:02:52 +01:00
Ghislain MARY
96bd60cc47 Fix crash when sending file transfer message with a file transfer server that has not been set. 2014-12-17 17:02:23 +01:00