Commit graph

10029 commits

Author SHA1 Message Date
Simon Morlat
e942c6590b fix clang warning 2014-05-05 11:03:46 +02:00
Simon Morlat
4296c3945c update oRTP, fix bad error output, and restore UPDATE method in allow header (removed by mistake) 2014-05-02 23:22:36 +02:00
Simon Morlat
9968ac1b8a forgot to update oRTP 2014-05-02 20:31:29 +02:00
Simon Morlat
3a6aa9f08d deep modifications about audio & video codec bitrates are handled.
- vbr codecs can automatically have different output bitrates depending on whether video is used and/or allowed total output bandwidth
- application can specify an output IP bitrate for a given codec, which allows to control the quality of vbr codecs.
Note: a belle-sip upgrade is required to fix a bug around channels parsing in rtpmap.
2014-05-02 20:24:51 +02:00
Simon Morlat
c5f702ede7 update ms2 2014-05-02 11:25:59 +02:00
Simon Morlat
f6d63524d3 fix declared number of channels in SDP for opus codec, to follow opus-rtp draft.
add ugly hack to allow older versions of linphone to call new versions with opus.
2014-05-01 12:14:05 +02:00
Simon Morlat
c987f1a002 increase wait time in subscribe tests 2014-05-01 11:41:40 +02:00
Simon Morlat
f5708c9902 update belle-sip revision 2014-04-30 16:03:15 +02:00
Johan Pascal
9123609ef4 Merge branch 'dev_lime' of git.linphone.org:linphone-private into dev_lime 2014-04-28 22:04:00 +02:00
Johan Pascal
6b6ff7bb2b Don't send message in plain if no cache is found 2014-04-28 22:03:27 +02:00
Gautier Pelloux-Prayer
1d7d5f47eb fix crash in quality reporting if ip was not valid on call end 2014-04-28 17:53:53 +02:00
Gautier Pelloux-Prayer
037859f83a do not use _() macro for quality reporting data since this macro is used for localized text (gettext) 2014-04-28 12:00:49 +02:00
Gautier Pelloux-Prayer
2b5e2f2a81 submit quality report on call end instead of on call release and add doxygen documentation 2014-04-28 11:27:53 +02:00
Simon Morlat
7553aa6492 - linphone now puts Route headers in requests (except register) for outbound proxy configurations, according to RFC3261
This behavior can be reverted by putting [sip]->use_no_initial_route=1 in the configuration file.
- accept presence NOTIFY without bodies, instead of replying 415
- remove belle-sip warning at start due to stack not created early enough.
2014-04-25 23:13:26 +02:00
Johan Pascal
a3869672c8 Default value shall be Lime enabled 2014-04-25 22:13:10 +02:00
Johan Pascal
c6d02779a3 Debug trace cleaning 2014-04-25 21:48:44 +02:00
Johan Pascal
f50248a3d0 Merge branch 'dev_lime' of git.linphone.org:linphone-private into dev_lime 2014-04-25 21:27:27 +02:00
Johan Pascal
9242d38292 add lime to the android makefile 2014-04-25 21:26:34 +02:00
Johan Pascal
26ada60683 Complete LIME integration into liblinphone
- add a boolean into linphoneCore to check if encryption is requested
- move encryption/decryption from chat.c to sal_op_message.c
- check encrypted message validity
- return error to application when enable to encrypt/decrypt
2014-04-25 21:24:50 +02:00
Jehan Monnier
078e2d461d change LinphoneEvent from/to management to only use op 2014-04-25 15:07:37 +02:00
Simon Morlat
a434b44942 fix bb files 2014-04-24 19:41:28 +02:00
Simon Morlat
8d8cbad941 re-implement audio stats 2014-04-24 19:14:24 +02:00
Simon Morlat
7ef277fd95 Merge remote-tracking branch 'linphone/master' 2014-04-24 19:05:31 +02:00
Simon Morlat
0e9a92ef5a declare prototype 2014-04-24 19:05:01 +02:00
Simon Morlat
86b769e366 Merge remote-tracking branch 'linphone/master' 2014-04-24 15:13:47 +02:00
Margaux Clerc
d38ec1eebe Add missing file in Makefile 2014-04-24 09:33:39 +02:00
Simon Morlat
811223d35f reset error_info in case of success 2014-04-23 16:57:10 +02:00
Jehan Monnier
2d1c999fc5 add proxy config setter for publish expiration 2014-04-23 12:50:16 +02:00
Ghislain MARY
25a3df8060 Link against libgcc and libmingwex when compiling for Windows with CMake. 2014-04-23 10:39:42 +02:00
Gautier Pelloux-Prayer
95b0718a4a cast size_t to unsigned long when using printf since some compilers complain about bad format conversion 2014-04-23 10:08:39 +02:00
Margaux Clerc
ff7d1a7091 Value uninitialized 2014-04-23 09:15:41 +02:00
Simon Morlat
02918fba1b factorize call stats filling 2014-04-23 00:55:32 +02:00
Gautier Pelloux-Prayer
4386f18b21 replace tabs with spaces and remove trailing spaces 2014-04-22 17:22:51 +02:00
Margaux Clerc
ee6d1e5087 Add system sound preferences button in audio wizard 2014-04-22 17:17:17 +02:00
Ghislain MARY
28e99d08e1 Fix compilation with Visual Studio. 2014-04-22 16:34:43 +02:00
Gautier Pelloux-Prayer
307eec5e3b Quality reporting: add some extra delay (3s->10s) to avoid false positive fails 2014-04-22 16:27:01 +02:00
Gautier Pelloux-Prayer
e471672170 remove unimplemented function from header file 2014-04-22 16:27:01 +02:00
Ghislain MARY
5f9dc1c5d8 Fix compilation with Visual Studio. 2014-04-22 16:07:00 +02:00
Gautier Pelloux-Prayer
ceb8533cf9 Merge branch 'quality_reporting'
Conflicts:
	coreapi/linphonecall.c
	mediastreamer2
	tester/call_tester.c
2014-04-22 14:42:20 +02:00
Johan Pascal
3ccc7fb4de Give peer URI to the zrtp context 2014-04-22 12:26:50 +02:00
Simon Morlat
c225486a16 Merge remote-tracking branch 'linphone/master'
audiostream stats functionnality is broken now, it needs to be re-implemented from linphone/master branch first.

Conflicts:
	configure.ac
	coreapi/linphonecall.c
	coreapi/private.h
2014-04-21 18:18:44 +02:00
Simon Morlat
b74aa1f56a fix audio-only build 2014-04-21 10:35:47 +02:00
Simon Morlat
e0ee323dd0 give more time in tests 2014-04-21 10:27:18 +02:00
Simon Morlat
c1ef06eb8f add refcounting to LpConfig 2014-04-18 16:05:37 +02:00
Jehan Monnier
9f68674a4b ms2:fix opus traces 2014-04-18 11:36:06 +02:00
Sylvain Berfini
62365a4119 Fix compil of tester for android 2014-04-18 11:20:26 +02:00
Sylvain Berfini
ce7a483183 Fix local remote provisioning test for android 2014-04-18 11:15:29 +02:00
Simon Morlat
d6fef910bb fix crash with ICE and compilation error 2014-04-18 11:02:09 +02:00
Gautier Pelloux-Prayer
0470d0523a Quality reporting: update comments and fix mos_cq mos_lq values 2014-04-18 10:19:14 +02:00
Jehan Monnier
471314ee1a preserve media encryption mode for zrtp in case of re-invite initiated by ice 2014-04-18 09:06:11 +02:00