Commit graph

453 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
c1f324d0d6 Rename Playing test and fix compilation 2014-11-21 16:57:22 +01:00
François Grisez
7563118143 Fix Player/Playing test for Android 2014-11-21 15:10:19 +01:00
Gautier Pelloux-Prayer
8846ca4780 Fix DTMF tests suite: when using SIP INFO, we should keep initial packets order 2014-11-21 14:45:16 +01:00
Ghislain MARY
9cabfe37dd A LinphoneContent object now owns all its data fields including the buffer.
A normal LinphoneContent object will now copy the data from the given buffer when calling linphone_content_set_buffer().
However LinphoneContent objects converted from LinphoneContentPrivate structures do not own its data fields.
2014-11-20 17:27:26 +01:00
Ghislain MARY
35189535a7 Convert LinphoneContent from a simple struct to a belle-sip object to ease generation of wrappers. 2014-11-18 16:42:16 +01:00
Simon Morlat
2e515642f0 fix bad call state notification (Released) when receiving a call with incompatible codecs.
Normally this should not trigger any notification.
Fix bug allowing two incoming calls to be notified if ICE is used.
2014-11-18 16:01:51 +01:00
Jehan Monnier
9db4ae276b fix direct_call_over_ipv6 on Android 2014-11-18 14:40:05 +01:00
Simon Morlat
d0095948b9 Allow the tunnel mode to work with any proxy config (except for sips destinations)
fix the tunnel tests, that were not working correctly.
2014-11-14 20:17:54 +01:00
Ghislain MARY
916a3e8e02 Fix compilation of message tester. 2014-11-14 16:06:02 +01:00
Simon Morlat
9816594653 store ipv6 setting in config immediately 2014-11-13 22:40:04 +01:00
Jehan Monnier
0d4f9e0c92 fix tester Flexisip/Subscribe forking 2014-11-13 09:13:13 +01:00
Gautier Pelloux-Prayer
d249550e0a Fix log collection test suite for Android 2014-11-12 15:33:23 +01:00
Gautier Pelloux-Prayer
0aabc05145 Add linphone_call_send_dtmfs method to allow sending a DTMF sequence instead of a single one, and add a test suite 2014-11-12 14:58:19 +01:00
Gautier Pelloux-Prayer
4caf475724 Readd log collection test on Android but do not check timestamps yet 2014-11-12 14:58:19 +01:00
François Grisez
a9a651b954 Change window IDs type and make local player to use the default ring sound card instead of the default playback one 2014-11-12 14:22:56 +01:00
Gautier Pelloux-Prayer
7cd1243f66 Only check number of non migrated message 2014-11-10 17:51:00 +01:00
Simon Morlat
8c96f738df move ipv6 check at the correct place 2014-11-10 13:50:04 +01:00
Simon Morlat
1285d1cf21 add check for displayname transmission in simple call test 2014-11-07 18:33:15 +01:00
Simon Morlat
3d744d4070 * add test for ipv6 calls
add linphone_call_media_in_progress() method for app to easily check that ice has finished or not its processing.
Update GTK app accordingly, so that adding video is no longer possible while ICE is in progress.
2014-11-07 18:02:29 +01:00
Gautier Pelloux-Prayer
a12c07a3ab Fix quality reporting test: since qos analyzer now use a minimum interval time, we have to add some extra delay 2014-11-07 16:01:24 +01:00
Gautier Pelloux-Prayer
4392e2ff4a Rename SDP invites tests 2014-11-07 15:39:59 +01:00
Gautier Pelloux-Prayer
77f4e6d2d6 Fix log collection test: 1000 bytes for 25 lines in a file is a little undersized (actually, it fits 24 lines!) 2014-11-07 15:36:47 +01:00
Gautier Pelloux-Prayer
d551c1282a Fix segfault in call suite: initialize correctly test params 2014-11-07 14:14:43 +01:00
Jehan Monnier
cc5ec63197 log_collection_tester on android, delete local ref to avoid 500 local ref limit on android 2014-11-07 08:39:00 +01:00
Gautier Pelloux-Prayer
abe5a19431 Do not crash if SDP could not be parsed and had some unit tests. - avoid crash if missing SDP in REINVITE ACK - resume previous media parametrs instead of aborting call in case of invalid SDP in REINVITE 2014-11-06 17:25:36 +01:00
Gautier Pelloux-Prayer
b7e3d3f4ed Fix compilation for strptime issue: declare __USE_XOPEN instead of declaring function prototype 2014-11-06 14:53:30 +01:00
Gautier Pelloux-Prayer
0892bd026d Fix method linphone_chat_room_get_history which returned one extra message + fix memory leaks in message storage tester 2014-11-05 12:10:15 +01:00
Gautier Pelloux-Prayer
dee580f5e8 Fix compilation on Darwin 2014-11-05 11:22:29 +01:00
Gautier Pelloux-Prayer
4b7b43974d Fix log collection tests & API 2014-11-05 11:09:48 +01:00
Simon Morlat
b3871b37b3 fix compilation errors 2014-11-04 18:43:42 +01:00
Gautier Pelloux-Prayer
d67957ab2a Add log collection tester suite 2014-11-04 17:12:17 +01:00
Gautier Pelloux-Prayer
cd2de42f86 Fix some clang warnings on Debian 2014-11-04 14:30:38 +01:00
François Grisez
74ac3e68da Fix call_with_mkv_file_player() tester 2014-10-24 16:50:41 +02:00
Ghislain MARY
be7cb58b18 Fix message tester. 2014-10-21 11:02:33 +02:00
Jehan Monnier
78c11c8f6e compute call log duration since connected state instead of from call creation 2014-10-20 22:49:40 +02:00
François Grisez
4fc7ef7a0b Fix compilation 2014-10-20 16:33:50 +02:00
Simon Morlat
965add9d6e add new states LinphoneCallEarlyUpdating and LinphoneCallEarlyUpdatedByRemote to properly handle the early dialog UPDATE scenarios.
fix test suite.
2014-10-20 15:10:40 +02:00
Simon Morlat
0f52361549 set correct name to constructor of LinphoneCoreVTable 2014-10-15 16:25:31 +02:00
François Grisez
fd75b79477 Add a destroy function to the Linphone Player Interface 2014-10-15 14:34:15 +02:00
Simon Morlat
d90dc113b2 fix format specifiers 2014-10-15 13:57:34 +02:00
Jehan Monnier
3c955d1680 add option sip,call_logs_use_asserted_id_instead_of_from to update call logs from value with value from P-Asserted-identity 2014-10-15 13:35:53 +02:00
François Grisez
40a82f05f5 Rename fileplayer.c into localplayer.c 2014-10-15 12:10:03 +02:00
Jehan Monnier
6e9bfc276b add more test for presence 2014-10-14 15:37:27 +02:00
François Grisez
5d9bbeeffb Add a parameter to linphone_core_create_file_player() to specify the id of the drawing window 2014-10-13 17:16:52 +02:00
François Grisez
fda6945d0d Add licence text in fileplayer.c and player_tester.c 2014-10-10 19:05:16 +02:00
Simon Morlat
44c55e44e8 fix multiple compilation errors 2014-10-06 18:49:06 +02:00
François Grisez
db528b1a74 Add the LinphonePlayer Java interface 2014-10-06 15:07:47 +02:00
François Grisez
344ef707bf Enable Player test to manage the not supported Matroska format case 2014-10-03 11:41:21 +02:00
François Grisez
2acee668ae Add a tester for the media file player 2014-10-02 16:44:14 +02:00
Johan Pascal
79b340bb58 Add test on small file transfer
- check a file send in one chunk only is correctly handled
2014-09-27 23:14:47 +02:00