Commit graph

10904 commits

Author SHA1 Message Date
Simon Morlat
8ef0c3e2ff fix crash when receiving an ortp event without packet (temporary fix, a better one is coming) 2017-09-11 21:10:26 +02:00
Mickaël Turnel
df7dccf4ad Add a test for video bandwith estimation with tmmbr callback 2017-09-11 14:45:00 +02:00
Mickaël Turnel
81cb216c22 Add a callback to get TMMBR values 2017-09-11 14:45:00 +02:00
Mickaël Turnel
a554ad1c91 Add estimated download bandwith stat for video calls 2017-09-11 14:45:00 +02:00
Erwan Croze
ae5d71653a Updating gitignore 2017-09-11 09:23:00 +02:00
Sylvain Berfini
83a3cf7ad4 Prepare code for Android NDK r15c with API 26 target 2017-09-08 16:27:24 +02:00
Sylvain Berfini
0540ba4105 Flexisip's DOS test wasn't working 2017-09-08 15:17:27 +02:00
François Grisez
cb84ac9a36 Makes the CSharp wrapper generator to work with Python 3 2017-09-08 15:17:15 +02:00
Simon Morlat
983fd3b343 stop transaction's retransmissions when a call is cancelled. 2017-09-08 15:16:51 +02:00
Jehan Monnier
db3c9fb8d3 make sure publishs are restart after a network state changed from DOWN to UP 2017-09-08 15:16:37 +02:00
Sylvain Berfini
8ac64396dc Prevent test Call redirected by callee from crashing 2017-09-08 15:15:49 +02:00
Simon Morlat
e19c213241 Clear refcounting of LinphoneVideoDefinition object. 2017-09-08 15:15:33 +02:00
Benjamin Reis
7f060253f3 add leak memory tag to App managed failure presence test 2017-09-08 15:15:07 +02:00
Benjamin Reis
b93fe43b67 add leak memory tag to App managed failure presence test 2017-09-08 15:15:07 +02:00
Simon Morlat
d0ad8713cd Fix : don't trigger legacy stun tests when ICE is enabled 2017-09-08 15:14:48 +02:00
Benjamin Reis
1c2b5ab29c Add accepted elswhere and declined elsewhere call status, do not display this status as missed + tester 2017-09-08 15:14:35 +02:00
Jehan Monnier
1948fbcb07 Revert most of Ronan refactoring to avoid to much instability on master. 2017-09-08 15:13:34 +02:00
Jehan Monnier
252925a373 improve logging to make sure all logger are handler by liblinphone, including, ortp, bzrtp and belle-sip 2017-09-08 13:58:30 +02:00
Jehan Monnier
c0696f786d zrtp cache migration must only take uri from local identity instead of whole LinphoneAddress, including display name. 2017-09-08 13:58:30 +02:00
Ronan Abhamon
1ff50ec179 feat(Events): finish impl 2017-09-08 09:24:09 +02:00
Sylvain Berfini
a87e810a9b Flexisip's DOS test wasn't working 2017-09-07 16:25:25 +02:00
Ronan Abhamon
795b46413b fix(core): sort include 2017-09-07 16:00:58 +02:00
Ronan Abhamon
f94f51521c feat(core): rename message to chat-message 2017-09-07 15:56:35 +02:00
François Grisez
0130de40cd Makes the CSharp wrapper generator to work with Python 3 2017-09-07 14:45:47 +02:00
Simon Morlat
daa9ed3fa2 fix compilation issue on android 2017-09-07 09:30:57 +02:00
Ronan Abhamon
77b35ea4fc feat(EventsDb): supports message file info 2017-09-06 17:23:26 +02:00
Simon Morlat
3d283b2953 stop transaction's retransmissions when a call is cancelled. 2017-09-06 17:23:13 +02:00
Ronan Abhamon
648119fd4b fix(EventsDb): avoid duplication in db 2017-09-06 17:05:46 +02:00
Ronan Abhamon
b83fe6411a feat(EventsDb): fixes + add new test 2017-09-06 16:50:44 +02:00
Jehan Monnier
7dab187bfc make sure publishs are restart after a network state changed from DOWN to UP 2017-09-06 10:21:44 +02:00
Ronan Abhamon
35268a12e6 fix(call): avoid memory leak 2017-09-06 10:11:32 +02:00
Ronan Abhamon
14d74d7529 fix(call): avoid crash in sal_op_set_and_clean_contact_address 2017-09-06 09:31:09 +02:00
Ronan Abhamon
f755d8bee8 feat(tests): add a clonable object test 2017-09-05 17:37:01 +02:00
Ronan Abhamon
76c884abba fix(core): avoid memory leaks 2017-09-05 16:11:11 +02:00
Ronan Abhamon
f03164f2f7 fix(proxy): avoid memory leak 2017-09-05 16:05:35 +02:00
Ronan Abhamon
1f46a5677f feat(core): many fixes 2017-09-05 15:02:19 +02:00
Ronan Abhamon
0feb3684f5 feat(core): avoid invalid cast (SalAddress <-> LinphoneAddress) 2017-09-05 13:59:54 +02:00
Ronan Abhamon
5bc25e8aba feat(core): sal must be private 2017-09-05 13:59:54 +02:00
Ronan Abhamon
1c3bcf0b16 feat(core): big refactoring & full c address impl 2017-09-05 13:59:54 +02:00
Sylvain Berfini
ca82443334 Prevent test Call redirected by callee from crashing 2017-09-01 17:50:06 +02:00
Simon Morlat
0fa81fc74d Clear refcounting of LinphoneVideoDefinition object. 2017-09-01 12:43:41 +02:00
Ghislain MARY
e414951cd9 Really fix duration of remote refresh timer for is-composing. 2017-09-01 11:41:17 +02:00
Sylvain Berfini
5c8fe022b6 Fixed compil by commenting out unused variable 2017-09-01 09:32:20 +02:00
Benjamin Reis
be14733e82 add leak memory tag to App managed failure presence test 2017-08-31 14:47:28 +02:00
Benjamin Reis
a3d3998909 add leak memory tag to App managed failure presence test 2017-08-31 14:25:15 +02:00
Ghislain MARY
ee64853310 Handle IMDN and is-composing in specific classes. 2017-08-31 14:06:10 +02:00
Simon Morlat
e095830bb6 Fix : don't trigger legacy stun tests when ICE is enabled 2017-08-31 13:45:57 +02:00
Ronan Abhamon
42af41d5a4 feat(address): wrap sal address impl 2017-08-30 17:37:28 +02:00
Benjamin Reis
94a0af4119 Add accepted elswhere and declined elsewhere call status, do not display this status as missed + tester 2017-08-30 17:06:37 +02:00
Ronan Abhamon
e69cc32264 feat(core): add cpp Address interface 2017-08-30 15:48:48 +02:00