Commit graph

4454 commits

Author SHA1 Message Date
Simon Morlat
41f0390f93 generate SRTP keys more securely
simplify management of SalMediaDescription
take into account changes in local encryption keys while updating streams.
2013-11-27 16:50:25 +01:00
Margaux Clerc
c6ceda063e Update Mediastreamer2
Add flag to compile with contact header in android
2013-11-27 16:24:59 +01:00
Guillaume BIENKOWSKI
fa16748aa6 Update mediastreamer to fix an AudioUnit problem on early media 2013-11-27 09:18:32 +01:00
Guillaume BIENKOWSKI
f7cf567135 Added a flag to force inclusion of contact headers in ringing responses.
The flag is SAL_OP_CALL_FORCE_CONTACT_IN_RINGING .
This helps handling older versions of SIP servers that expect it to be present in the 183 response.
2013-11-26 14:07:25 +01:00
Simon Morlat
f885ec643a update ms2 2013-11-25 10:49:30 +01:00
Simon Morlat
f3041fc4f4 update ms2 for ffmpeg compilation bugfixes 2013-11-24 18:27:17 +01:00
Simon Morlat
4ddeb921c1 tune routing of outgoing requests:
- do not set the transport in the request-uri, it might confuse servers.
- don't route sips request through tcp or udp
2013-11-22 16:36:42 +01:00
Guillaume Beraudo
bc6a5f7237 Add back ffmpeg improvements 2013-11-22 15:50:59 +01:00
Guillaume BIENKOWSKI
1c94770d55 Fix likely leak 2013-11-22 15:14:48 +01:00
Jehan Monnier
fb4939e20d revert ffmpeg api changes in Ms2 2013-11-22 09:26:24 +01:00
Jehan Monnier
e0256b1f7a fix compilation issue 2013-11-21 16:26:44 +01:00
Jehan Monnier
1bf1ee2aba rename cacert.pem to cafile.pem to be consistent with flexisip usage 2013-11-21 15:53:43 +01:00
Guillaume Beraudo
c45e8dfbef Newer mediastreamer compiling on Jessie. 2013-11-21 15:50:58 +01:00
Guillaume Beraudo
9c955aed32 Fix a few leaks. 2013-11-21 15:50:31 +01:00
Guillaume Beraudo
fd06569c8a git ignore 2013-11-21 13:54:31 +01:00
Guillaume Beraudo
edfc32db24 Show registration refresher in UI 2013-11-21 13:54:31 +01:00
Guillaume Beraudo
e8225e64b9 Basic client certificates API 2013-11-21 13:54:31 +01:00
Simon Morlat
782cac1b9e Merge branch 'master' of git.linphone.org:linphone 2013-11-20 16:27:47 +01:00
Simon Morlat
c47812993d fix crash in ms2 2013-11-20 16:27:23 +01:00
Jehan Monnier
4ecd0432cf fix no video build 2013-11-20 10:18:19 +01:00
Simon Morlat
41e358f976 restore ms2 (previous commits rewinded it) 2013-11-19 22:23:03 +01:00
Simon Morlat
2b6dcf779a fix bugs in tests. 2013-11-19 22:22:16 +01:00
Jehan Monnier
d69cf918b6 Merge branch 'master' of git.linphone.org:linphone
Conflicts:
	mediastreamer2
2013-11-19 12:34:27 +01:00
Jehan Monnier
d10666ae19 set record directory to home if no music dir 2013-11-19 12:31:18 +01:00
Simon Morlat
df6e200585 fix leaked streams in case of incoming call declined because media incompatible 2013-11-19 12:04:45 +01:00
Simon Morlat
2f415bc619 modify JNI to allow passing raw data in LinphoneContent. 2013-11-18 22:23:41 +01:00
Margaux Clerc
5ad51122ba Fix compilation for Macos 32bit 2013-11-18 16:29:42 +01:00
Simon Morlat
c75c44d56b update README for mac 2013-11-18 11:35:32 +01:00
Sylvain Berfini
d5a091ba0a Updated README + fix SIP_INFO DTMF crash when trying to send a DTMF while call is ringing 2013-11-18 11:33:47 +01:00
Simon Morlat
82eaf99776 adapt to new resolver api. 2013-11-17 22:29:59 +01:00
Jehan Monnier
244edb9b71 MS2: enable webrtc aecm for android x86 2013-11-15 17:17:12 +01:00
Jehan Monnier
a405553fc7 make sure in case of 415 caused by SRTP, call is retried even if in ringing state (I.E push case)) 2013-11-15 15:07:01 +01:00
Simon Morlat
43671928ed fix macos bundle generation to take into account things from /usr/local/lib
and also only embed versionned dylib and .so ( because the .so link is transformed into a real file in the package)
2013-11-15 14:50:13 +01:00
Simon Morlat
c97a7a6704 remove some exosip related files 2013-11-14 22:17:01 +01:00
Simon Morlat
d447704d15 add "encoding" field to LinphoneContent 2013-11-14 22:17:01 +01:00
Simon Morlat
8cda14a43d add opus in win32 packaging, update ms2 2013-11-14 17:32:21 +01:00
Simon Morlat
927ae4ec95 doc fixes 2013-11-14 17:24:51 +01:00
Sylvain Berfini
0138897ef0 Fix JNI method LpConfig_GetString 2013-11-14 14:53:15 +01:00
Simon Morlat
866dc475a7 fix compilation on windows 2013-11-13 09:47:14 +01:00
Simon Morlat
3cadf36e00 fix configure script.
It is not allowed to call AC_PROG_CC and AC_PROG_CXX conditionally. Configure aborts shortly.
2013-11-12 21:37:09 +01:00
Jehan Monnier
95c3e2b2e8 add -Qunused-arguments option to clang 2013-11-12 10:27:56 +01:00
Jehan Monnier
e316b02b88 answer 481 in case of CANCEL received for an establshed dialog 2013-11-12 10:27:56 +01:00
Simon Morlat
5fb5c55eb0 add new test to check what happens if a calls gets rejected because of incompatible media types.
restore oRTP
2013-11-08 19:05:08 +01:00
Guillaume BIENKOWSKI
7f69d68dab Update oRTP 2013-11-08 15:31:00 +01:00
Guillaume BIENKOWSKI
a47914c4c1 Added MSISAC compatibility for Android 2013-11-08 15:29:22 +01:00
Simon Morlat
6c4f1da92b update ortp to fix conflict with gettimeofday defined both in ortp and
tunnel.
update documentation
2013-11-07 14:32:53 +01:00
Ghislain MARY
062db87ed5 Revert "add -Qunused-argument for clang"
This reverts commit 8199ed773c.
2013-11-06 17:07:19 +01:00
Jehan Monnier
8199ed773c add -Qunused-argument for clang 2013-11-06 16:45:41 +01:00
Jehan Monnier
55fedeb6b7 fix crash in case of 488 2013-11-06 16:45:41 +01:00
Simon Morlat
e407f70c14 Fix: in tunnel mode, linphone wasn't unregistering at exit. 2013-11-06 16:36:43 +01:00