Simon Morlat
a4a56ffd77
fix regressions in handling of payload types, due to change in library way to handle PayloadTypes
2015-02-04 16:20:44 +01:00
Simon Morlat
89e36acf31
port linphone-daemon to lastest liblinphone
2015-01-23 21:57:58 +01:00
Simon Morlat
2293421958
Merge remote-tracking branch 'linphone/master'
2015-01-23 12:48:22 +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
Ghislain MARY
14451691c2
More coherent naming of SDK and setup package on Windows.
2015-01-22 11:37:40 +01:00
Simon Morlat
9d3e0e736e
fix conference with ice on android
2015-01-22 10:22:58 +01:00
Simon Morlat
a75e849611
disable cross correlation tests, on arm, too long.
2015-01-22 10:21:11 +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
Guillaume BIENKOWSKI
317504a306
Update ms2
2015-01-21 13:59:12 +01:00
Guillaume BIENKOWSKI
5824199483
Add keepAccounts(bool) and clearAccounts() to JNI
2015-01-21 12:29:13 +01:00
Ghislain MARY
0d32bfbd3b
Improve transport change test in Python.
2015-01-20 16:22:38 +01:00
Ghislain MARY
23530d3d27
Update ms2 submodule.
2015-01-20 12:34:05 +01:00
Ghislain MARY
7f7671cfa2
Include the git revision in the Windows setup.exe and Mac bundle file names.
2015-01-20 12:33:32 +01:00
Guillaume BIENKOWSKI
b4dc7b3868
Fix typo for ZLIB
2015-01-20 10:48:14 +01:00
Jehan Monnier
af79c04208
always create lib/mediastreamer/plugins at install time
2015-01-20 08:54:26 +01:00
Guillaume BIENKOWSKI
25b40de1ba
Update ms2 for arm64 downscaling routine
2015-01-19 14:07:37 +01:00
Guillaume BIENKOWSKI
c1443751ec
Update ms2
2015-01-19 10:35:50 +01:00
Simon Morlat
de83e6795f
update ms2
2015-01-17 11:59:53 +01:00
Simon Morlat
55973deb0e
modularize payload type matching exceptions in offer/answer
2015-01-17 11:58:46 +01:00
Guillaume BIENKOWSKI
d282ec6ad9
Update ms2 for ios crash when camera access is denied
2015-01-16 17:31:39 +01:00
Guillaume BIENKOWSKI
0737657941
Possible fix for App Nap problem
2015-01-16 17:08:58 +01:00
Gautier Pelloux-Prayer
47c92f50fa
Update Mac README a bit for bundle for global icons
2015-01-16 09:30:23 +01:00
Ghislain MARY
67dbf48b25
Update ms2 submodule.
2015-01-16 09:19:00 +01:00
Gautier Pelloux-Prayer
a5d51cb821
Update Mac README a bit for bundle
2015-01-16 09:16:40 +01:00
Simon Morlat
23f950a73f
update ms2
2015-01-15 22:18:56 +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
Gautier Pelloux-Prayer
fa5f547a5a
test hook commit (empty)
2015-01-14 11:29:29 +01:00
Gautier Pelloux-Prayer
c130005f3a
test hook commit (empty)
2015-01-14 11:29:12 +01:00
Gautier Pelloux-Prayer
2a9ad45d27
Update localization
2015-01-14 11:26:53 +01:00
Gautier Pelloux-Prayer
0c57766f35
Add genericName for audio assistant
2015-01-13 16:18:39 +01:00
Gautier Pelloux-Prayer
8164e9434c
Correctly write in file: do not use fprintf but fputs...
2015-01-13 12:10:15 +01:00
Gautier Pelloux-Prayer
b2748f5283
Log collection suite: collect_init and collect_cleanup should be call between each tests, not at end/start of the suite execution...
2015-01-13 11:25:44 +01:00
Gautier Pelloux-Prayer
c0870da1e7
Fix logcollection suite in case of ZLIB enabled
2015-01-12 12:09:52 +01:00
Margaux Clerc
b8ce037ffc
Add read flag to transfert message
2015-01-09 17:04:31 +01:00
Gautier Pelloux-Prayer
1c59fe2e94
Add option to disable ZLIB
2015-01-09 12:04:47 +01:00
Gautier Pelloux-Prayer
9e6fa8ceb6
Doxygen: replace invalid @returns with @return
2015-01-09 11:42:05 +01:00
Gautier Pelloux-Prayer
7afeede178
Do not test MKV intercorrelation on Android, because the test lasts 20 minutes which is unacceptable
2015-01-09 09:42:14 +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
Jehan Monnier
a79a5ceaa8
MS2:remove check on HAVE_SRTP_SHUTDOWN
2015-01-07 15:24:01 +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
Gautier Pelloux-Prayer
ff330203af
ILBC build is now optionnal on Android
2015-01-07 10:30:38 +01:00
Gautier Pelloux-Prayer
38c9b96b7a
Add genericName in desktop file
2015-01-07 09:42:15 +01:00
Gautier Pelloux-Prayer
c40ca96ba0
Add genericName in desktop file
2015-01-07 09:38:30 +01:00
Jehan Monnier
a46902e39f
MS2:fix various compilation issues
2015-01-07 08:30:14 +01:00