Ghislain MARY
f03bb1849b
Handle download of rootca.pem when building with CMake.
2014-11-28 11:14:03 +01:00
Gautier Pelloux-Prayer
0e273ee722
Cleanup translations
2014-11-28 11:02:00 +01:00
Ghislain MARY
fa483fe629
Fix compilation with CMake.
2014-11-27 14:11:33 +01:00
Sylvain Berfini
110ed1c9d9
Fix crash when receiving some UTF-8 chars
2014-11-27 10:29:39 +01:00
Simon Morlat
13bacf87c9
fix compilation warning update ms2
2014-11-27 10:18:37 +01:00
Ghislain MARY
8ace78e2f8
Handle compilation of unit tests with CMake.
2014-11-26 16:38:39 +01:00
Guillaume BIENKOWSKI
e87403f324
Use a debug message instead of message for timing measurements
2014-11-26 13:53:19 +01:00
Guillaume BIENKOWSKI
06de47db2e
Fix a special case in message history retrieval.
...
This function is not yet completely tested,
2014-11-26 13:53:19 +01:00
Simon Morlat
e4aa948bb9
implement immediate destruction of iOS AudioUnit when no calls are active.
2014-11-26 12:16:30 +01:00
Ghislain MARY
cdc14e2b73
Handle GTK UI compilation when building with CMake.
2014-11-25 18:29:26 +01:00
Ghislain MARY
4ac1ccdf05
Handle the callbacks associated with a chat message directly in the LinphoneChatMessage object instead of in the LinphoneCore object.
2014-11-24 16:16:17 +01:00
Guillaume BIENKOWSKI
8934000867
Fix message tester when no storage is used
2014-11-24 11:53:43 +01:00
Ghislain MARY
17c5372cd9
Add API to set/get a LinphoneContent data with a string type.
2014-11-24 11:06:33 +01:00
Simon Morlat
1191a49efa
use ms_new0
2014-11-22 11:31:23 +01:00
Gautier Pelloux-Prayer
3149d5b692
Fix android compilation
2014-11-21 16:25:20 +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
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
Gautier Pelloux-Prayer
b65ccceacb
Use ms_debug instead of ms_message for noisy flattening messages
2014-11-18 11:56:58 +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
89ac410152
fix crash without tunnel, fix compilation on debian 6
2014-11-16 12:09:22 +01:00
Simon Morlat
1716178e38
fix compilation without tunnel
2014-11-15 11:38:06 +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
c828b54b33
fix errors in the file transfer API design that were also wrapped in java.
2014-11-14 18:58:51 +01:00
Ghislain MARY
b0b705da7a
Rename wrong API.
2014-11-14 14:46:14 +01:00
Ghislain MARY
e913d2e5a0
Make linphone_core_get_device_rotation() public.
2014-11-14 10:48:29 +01:00
Simon Morlat
9816594653
store ipv6 setting in config immediately
2014-11-13 22:40:04 +01:00
Simon Morlat
48a5ba6d98
code cleanup
2014-11-13 11:38:41 +01:00
Gautier Pelloux-Prayer
a76aa60ff5
Free dtmf timer on call destruction, if needed
2014-11-12 17:32:24 +01:00
François Grisez
8a6a2e4cca
Make local player to use the ring default sound card
2014-11-12 16:30:36 +01:00
Gautier Pelloux-Prayer
e45b7bc3f0
Fix database time migration for Android: store time_t as 64bits in database
2014-11-12 15:10:26 +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
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
Ghislain MARY
b70e389ef5
Improve tunnel documentation.
2014-11-12 12:20:55 +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
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
1466639bac
Do not notify that a call was received when INVITE was invalid and rejected (488 Not acceptable for instance)
2014-11-05 16:54:03 +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
Guillaume BIENKOWSKI
c63bf0ee9e
Fix a verbose non-error
2014-11-04 17:28:27 +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
Gautier Pelloux-Prayer
cd2de42f86
Fix some clang warnings on Debian
2014-11-04 14:30:38 +01:00
Gautier Pelloux-Prayer
f07b7be07a
Fix compilation
2014-11-04 14:04:08 +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
dadefe2a10
Build with correct version number on Windows Phone 8.
2014-11-03 11:41:19 +01:00