Commit graph

914 commits

Author SHA1 Message Date
Guillaume BIENKOWSKI
d997814f82 Better hinting for soundcard 2014-12-12 17:06:00 +01:00
Simon Morlat
5863df792e Make the preview window a real gtk window. Move camera preview test within the settings. 2014-12-12 16:46:38 +01:00
Guillaume BIENKOWSKI
dc2d250d99 Perform sound card usage check when a call is dismissed or when a call transitions to pausing state 2014-12-10 14:23:10 +01:00
Ghislain MARY
141af7de15 Fix threading issues in the Python module.
Reinitialize log serialization only when all the linphone cores have been destroyed.
2014-12-09 17:33:41 +01:00
Sylvain Berfini
124beb8e55 Fix linphonecontent when ZLIB is available 2014-12-04 10:39:46 +01:00
Simon Morlat
93493976b3 tester automatically creates unique accounts on flexisip server before running tests. This allows several developer to run the test suite simultaneously ! 2014-12-01 15:25:54 +01:00
Jehan Monnier
e7e36bb329 add basic support for tel uri in incomming calls 2014-11-28 18:04:37 +01:00
Sylvain Berfini
3f53d5f045 Reworked jni layer to be able to set multiple vtables for callbacks in android app 2014-11-28 17:23:39 +01:00
Gautier Pelloux-Prayer
0e273ee722 Cleanup translations 2014-11-28 11:02:00 +01:00
Simon Morlat
e4aa948bb9 implement immediate destruction of iOS AudioUnit when no calls are active. 2014-11-26 12:16:30 +01:00
Simon Morlat
1191a49efa use ms_new0 2014-11-22 11:31:23 +01:00
Jehan Monnier
7c0a5ee770 fix compilation issuewq 2014-11-20 16:24:43 +01:00
Ghislain MARY
36561bbc44 Create the tunnel object before remote provisioning so that it can successfully be configured. 2014-11-20 11:25:04 +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
Johan Pascal
e3b3a5aa5b move ZRTP management from oRTP to Mediastreamer2 using transport modifier 2014-11-16 23:26:14 +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
Simon Morlat
9816594653 store ipv6 setting in config immediately 2014-11-13 22:40:04 +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
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
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
4b7b43974d Fix log collection tests & API 2014-11-05 11:09:48 +01:00
Ghislain MARY
91122e11da Improve log collection API:
- Allow setting a prefix for the log collection filenames
 - Allow defining the max file size of the log collection files
2014-11-04 17:16:03 +01:00
Gautier Pelloux-Prayer
d67957ab2a Add log collection tester suite 2014-11-04 17:12:17 +01:00
Guillaume BIENKOWSKI
0250469c31 Typo for AAC 2014-11-04 16:04:34 +01:00
Simon Morlat
3488b92f31 update ms2 and documentation 2014-11-04 13:59:47 +01:00
Ghislain MARY
82bec9343b Change signature of LinphoneCoreLogCollectionUploadProgressIndicationCb. 2014-11-04 10:58:42 +01:00
Ghislain MARY
ba815377f7 Change API of linphone_core_enable_log_collection() to be able to deactivate the previous log handler. 2014-10-31 09:48:23 +01:00
Guillaume BIENKOWSKI
87893d9b8f Add SBR support for AAC when [misc] aac_use_sbr=1 is in linphonerc 2014-10-30 15:40:28 +01:00
Ghislain MARY
29ce46aa1f Add API to get the preferred video size name. 2014-10-29 11:26:03 +01:00
Simon Morlat
cf3b09e35b forcely do not use some codecs under the following conditions:
rate!=8000 and rate!=16000
no hardware AEC
AEC required (thus software)
webRTC AEC is used
not opus (because opus can accept 16khz in input)
2014-10-27 15:53:55 +01:00
Simon Morlat
ea9952ee89 revert change (commited by mistake) 2014-10-25 15:26:33 +02:00
Simon Morlat
91d660562f fixes video quality problem at high definition and bitrate
- key frame spoofing because of loss reported very fast resulting in target bitrate largely exceeded
- rate control algorithm taking decision too often due to loss rate estimator counting packets only (not time)
2014-10-25 15:25:09 +02:00
Guillaume BIENKOWSKI
0c124c486e Fix logs disable when linphone_core_enable_log_collection is called with FALSE at app start 2014-10-24 14:23:23 +02:00
Pierre-Eric Pelloux-Prayer
891010b78a android/aac: aac needs either hardware AEC or 16kHz sample rate 2014-10-23 20:56:21 +02:00
Ghislain MARY
d60890107a Add API to reset the log collection. 2014-10-23 11:20:43 +02:00
Ghislain MARY
d76e97d73f Copy path string when setting log collection path. 2014-10-21 08:50:56 +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
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
Ghislain MARY
78acd91a54 Add API to save the compressed log collection to a file. 2014-10-20 14:00:46 +02:00
Ghislain MARY
2f47ffacd3 Change file transfer progression indication to have the number of bytes sent/received and the total. 2014-10-20 11:05:27 +02:00
Johan Pascal
bac60c86b0 Multipart Message: let bellesip take care of message header 2014-10-17 13:49:54 +02:00
Pierre-Eric Pelloux-Prayer
2ce93fe5dc Assign payload type to AAC 16/32/48 kHz (and update ms2/ortp) 2014-10-16 00:52:26 +02:00
Simon Morlat
0f52361549 set correct name to constructor of LinphoneCoreVTable 2014-10-15 16:25:31 +02:00
Pierre-Eric Pelloux-Prayer
690b1d8800 codec: disable AAC on Android device without hardware AEC 2014-10-14 23:42:22 +02:00
Ghislain MARY
7bc0486b57 Apply microphone mute to all calls. 2014-10-14 15:21:43 +02:00
Ghislain MARY
1b40d1a497 Fix automatic wrapping of linphone_core_set_avpf_mode() and linphone_core_set_avpf_rr_interval(). 2014-10-13 15:51:47 +02:00
Ghislain MARY
01b9a97323 Fix linphone_core_set_log_handler(). 2014-10-13 12:07:28 +02:00
Simon Morlat
6cccf2da3d robustize linphone_core_accept_call_with_params() 2014-10-10 14:18:06 +02:00
Ghislain MARY
e91b1c83ed Add mutex for log collection + remove uploaded file when done. 2014-10-07 12:11:49 +02:00