Jehan Monnier
b8c40dc110
improve friend.find_presence_model_for_uri_or_tel, fix core.interpretUrl to normalize both phones and usernames
2016-11-16 09:04:57 +01:00
Ghislain MARY
0536806782
One more compilation fix.
2016-11-15 15:05:51 +01:00
Ghislain MARY
33b72ce6b5
Move public header files in the include/linphone directory.
2016-11-15 14:41:18 +01:00
Sylvain Berfini
8aa812b133
Fixed uploaded file not being encrypted when using file body handler for upload
...
(requires commit e69a6d2c1b3edb0dff47f072e1cddc6ded06eaba from belle-sip branch dev_body_handler_inception)
2016-11-15 12:21:16 +01:00
Jehan Monnier
de4b77f54e
make sure normalized phone numbers are computed for each new subscription to take into account potentiel proxy config changes.
2016-11-15 09:27:02 +01:00
Sylvain Berfini
d3333be071
More tests for lime file transfer + few improvements
2016-11-14 16:49:22 +01:00
Sylvain Berfini
e51fee9e5b
Fixed some message tests by removing previously downloaded file
2016-11-14 14:39:50 +01:00
Sylvain Berfini
b45e6dcc8d
Added remove custom header method for chat message + test
2016-11-14 11:39:10 +01:00
Ghislain MARY
73d742480b
Add a comment to explain why a test can fail.
2016-11-10 16:29:35 +01:00
Sylvain Berfini
2a6e7ce241
Added more transfer tests to try all four combinations of upload/download body handlers
2016-11-10 15:56:42 +01:00
Ghislain MARY
a49af3e965
Fix build for Windows 10.
2016-11-10 11:42:13 +01:00
Sylvain Berfini
e8258de05b
Merge remote-tracking branch 'origin/master' into dev_im_encryption_engine
2016-11-09 18:00:43 +01:00
Sylvain Berfini
7f9c7dcbf9
Added file body handler message tests for non-lime messages as well
2016-11-09 17:45:17 +01:00
Sylvain Berfini
4cb2ddcfad
Forgot to commit changes to message_tester
2016-11-09 17:27:53 +01:00
Ghislain MARY
8b1d320feb
Fix crash in VCard testers on Windows.
2016-11-09 17:06:16 +01:00
Ghislain MARY
fef54c658d
Memory leak fixes.
2016-11-08 17:33:03 +01:00
Sylvain Berfini
c284239d54
Added callbacks in im encryption engine for decrypting incoming files in chat messages + improved lime test to check decrypted file is equal to sent one
2016-11-07 16:32:09 +01:00
Simon Morlat
7c827c7134
Fix incorrect status report by linphonecsh.
2016-11-07 15:16:00 +01:00
Simon Morlat
15f5ac08d0
give more time to send publish
2016-11-05 21:59:00 +01:00
Simon Morlat
869aa1e39d
fix mismatched malloc/frees (can crash on windows)
2016-11-05 21:55:41 +01:00
Simon Morlat
29db7d5fdb
fix memory leak
2016-11-05 00:06:51 +01:00
Simon Morlat
0e06d9b968
fix test (adjust waits to take into account that dialog expiration doesn't trigger a new refresh (we let the SUBSCRIBE transaction timeout to trigger a new one instead).
2016-11-04 23:22:28 +01:00
Simon Morlat
30c95b7264
relax timeout
2016-11-04 23:05:39 +01:00
Simon Morlat
651830fda3
add new test and skip a test that cannot work on windows.
2016-11-04 22:48:39 +01:00
Sylvain Berfini
2c905e4cde
Started im encryption engine, process incoming message with lime seems to work
2016-11-04 12:02:23 +01:00
Simon Morlat
df5339911d
fix bug resulting in LinphoneFriend's main sip address not being updated.
2016-11-04 11:36:19 +01:00
Jehan Monnier
1e0661a268
fix linphone_proxy_config_normalize_number for better optionnal num part handling
2016-11-03 17:30:01 +01:00
Ghislain MARY
8aa52c36a9
Prevent useless DNS resolution of STUN server.
2016-11-03 11:11:04 +01:00
Ghislain MARY
cdb72ebf7d
Fix call recovery testers that were failing when run one after an other.
2016-11-02 16:12:16 +01:00
Simon Morlat
368c440edf
comment non-working asserts
2016-10-24 16:10:46 +02:00
Simon Morlat
2698f84415
fix vcard compilation
2016-10-24 15:38:15 +02:00
Sylvain Berfini
3ff8a88a1e
Updated linphone_friend_get_addresses to return a const list that doesn't have to freed after
2016-10-24 12:09:14 +02:00
Simon Morlat
cceca72237
Fix crash when a reINVITE receives a 481 response.
2016-10-21 20:55:01 +02:00
Sylvain Berfini
c7e0929094
Cache vCards SIP addresses for faster getters
2016-10-21 17:36:19 +02:00
Simon Morlat
57fc3171db
Rework and clarify the "Call with ICE and video added" test family.
...
add_video() no longer exists and is replaced by request_video(), since this function doesn't guarantee video to be established depending on receiver's policy.
Also, it no longer modifies the video policy, for clarity. Instead, it uses linphone_core_accept_call_update() to accept video despite of video policy.
2016-10-20 23:02:28 +02:00
Simon Morlat
f3e57f6bbd
fix warning
2016-10-20 12:12:08 +02:00
Erwan Croze
006a19db02
Fix getline prototype: warning size_t != ssize_t
2016-10-20 11:34:07 +02:00
Simon Morlat
6b4c34d60a
work in progress regarding video test, but still not functional
2016-10-20 01:42:49 +02:00
Ghislain MARY
9a23352c4c
Stricter compilation options + new compilation error fixes.
2016-10-19 17:31:07 +02:00
Sylvain Berfini
24f757b24f
Fixed Flexisip's DOS protection tester
2016-10-19 11:54:30 +02:00
Sylvain Berfini
d23a3c18f5
Added leak memory tag to 2 vcard tests
2016-10-19 11:06:33 +02:00
Ghislain MARY
871984b4ee
Merge branch 'dev_rat'
2016-10-19 10:29:27 +02:00
Simon Morlat
44db48229d
Add troubleshooting in video call test suite.
2016-10-18 23:37:15 +02:00
Simon Morlat
24cd60cf0d
fix windows compiler warnings
2016-10-18 23:19:25 +02:00
Simon Morlat
a5a65227b3
Repair multicast when ipv6 is enabled.
2016-10-18 23:10:21 +02:00
Simon Morlat
f58754fd81
fix removal of chatdb and record files after succesfull tests.
2016-10-18 21:22:47 +02:00
Ghislain MARY
21e37459d1
Change behaviour of "Call paused resumed with sip packet losses" test because of RAT changes.
2016-10-18 17:04:44 +02:00
Simon Morlat
884cc80809
fix issue with video stream not started if ICE gathering is not performed.
2016-10-18 14:14:39 +02:00
Simon Morlat
516508756d
skip tests that require vcard
2016-10-18 12:00:52 +02:00
Simon Morlat
c6768c9810
don't wait a register that will no longer arrive.
2016-10-18 11:36:09 +02:00