Sylvain Berfini
736ef0b41a
Added snapshot callback on call + improved snapshot tester to use it
2018-01-15 10:52:55 +01:00
Sylvain Berfini
9f33a1671e
Fixed Brazil dial plan (see issue #4440 )
2018-01-08 11:00:30 +01:00
Simon Morlat
a858005cab
Don't unregister previous contact by default. It is causing troubles with +sip.instance.
2018-01-05 18:26:14 +01:00
Mickaël Turnel
e5975e6e18
Fix locale buffer not reset when needed
2018-01-03 15:48:49 +01:00
Simon Morlat
3b69788398
Fix incoming calls for android (no sound because stream type was set to ring)
2017-12-24 22:47:58 +01:00
Simon Morlat
de9bf370d6
fix double callback notification of EOP on LinphonePlayer
2017-12-20 17:35:14 +01:00
Simon Morlat
24f19a0970
fix log issue again.
2017-12-13 14:27:18 +01:00
Mickaël Turnel
8574752312
Add UTF8 conversion for chat messages
2017-12-06 16:05:52 +01:00
Simon Morlat
20efb4ad41
avoid unnecessary restart of stream when ICE is deactivated.
2017-11-30 13:15:38 +01:00
Simon Morlat
32a92bde43
remove useless include
2017-11-30 11:34:34 +01:00
Simon Morlat
4192811b7f
fix ICE bug and leak in test.
2017-11-29 11:16:55 +01:00
François Grisez
f820302f60
Modifies dial plan: Indonesian number can have until 12 significant digits
2017-11-29 10:55:09 +01:00
Mickaël Turnel
ccb308eae4
Fix ZRTP file renaming while still in use
2017-11-27 13:36:28 +01:00
Simon Morlat
2b3d4ae3cf
fix table overflow when checking ice remote candidates
2017-11-25 12:00:57 +01:00
Mickaël Turnel
895f089eb5
Use regex function from bctoolbox
2017-11-24 15:56:58 +01:00
Jehan Monnier
ea37289b7d
move jitter_buffer_max_size default value from 250 to 500
2017-11-21 16:51:48 +01:00
Simon Morlat
d176353903
Fix ringstream instanciation.
2017-11-21 13:59:30 +01:00
Ghislain MARY
bbf8b49e03
Deactivate ICE when it takes too long to conclude.
2017-11-20 15:47:00 +01:00
Sylvain Berfini
28950cd3f4
Call new mediastreamer2 stream type API to fix ringing from linphone in wrong stream on Android
2017-11-20 15:18:39 +01:00
Simon Morlat
fecdf406bb
Fix soundcard usage optimization for iOS: after a conference call the AudioUnit wasn't released, which was causing next call to have no audio.
2017-11-17 17:04:05 +01:00
Erwan Croze
8b1498247a
Not setting dns automatically in core if an app has set it
2017-11-16 11:48:04 +01:00
François Grisez
bd08e5940c
Fill private information with zeros while destroying LinphoneChatMessage objects
2017-11-15 09:25:50 +01:00
Benjamin Reis
3d923a8759
play call_error tone on play_sndcard instead of rinf_sndcard
2017-11-14 14:51:36 +01:00
Sylvain Berfini
dde2e3009f
Added API to create and store a fake LinphoneCallLog
2017-11-14 14:43:38 +01:00
Simon Morlat
7e58bc828a
set callback before setting levels
2017-11-10 11:04:29 +01:00
Simon Morlat
c6a06ea0a7
add TMMBR callback at java level
2017-11-09 14:45:55 +01:00
François Grisez
757c396fbf
Fix build when ENABLE_SQLITE_STORAGE=NO
2017-11-03 17:24:40 +01:00
François Grisez
e535326174
Makes the INFO DTMF parser more tolerant about spaces
2017-11-03 10:50:29 +01:00
Simon Morlat
583002cfcd
Fix logging facility. Liblinphone outputs in the "liblinphone" log domain, mediastreamer and ortp have now their own log domains too.
2017-10-31 12:21:59 +01:00
François Grisez
3a8fb2bb6d
Turns ENABLE_SPHINX_DOC option into conditional option
2017-10-27 16:50:05 +02:00
François Grisez
759f089f68
Multi-language HTML documentation generation
2017-10-27 15:57:20 +02:00
François Grisez
3fbe231594
Fix C++ wrapper generation when the VCard support of Liblinphone is disabled.
2017-10-18 14:55:37 +02:00
Mickaël Turnel
40b0857de0
Set invalid flag message from fatal to warning
2017-10-18 12:13:18 +02:00
Simon Morlat
d207c98faf
Fix austrian dial plan
2017-10-17 14:35:34 +02:00
Simon Morlat
868c54118f
fix accidental removal of linphone_factory_create_core()
2017-10-16 16:54:31 +02:00
Simon Morlat
b607a1fc52
fix issue with DNS servers not set (on Android) after creating the LinphoneCore.
...
This prevented http interaction (such as account creator or provisioning) to work correctly.
2017-10-16 16:24:32 +02:00
Mickaël Turnel
47c66901e6
Fix warning error on win10
2017-10-16 15:07:14 +02:00
Simon Morlat
d16223338c
Fix compilation on other than android and fix runtime issue with getSystemService(class)
2017-10-16 15:01:32 +02:00
Simon Morlat
c797e28c42
remove static to prevent defined-but-not-used warning on platforms other than android.
2017-10-16 10:15:14 +02:00
Simon Morlat
af3d44e60d
add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers.
...
Refactor wifi lock, multicast lock so that they use this new class.
Manage the CPU lock required for call in the core, instead of app's LinphoneManager.
2017-10-13 19:38:04 +02:00
François Grisez
d61a62de91
Creates a new singleton object for logging features in the API of Liblinphone
2017-10-10 15:49:15 +02:00
Simon Morlat
145b05ee8d
Fix reference model of LinphoneChatMessage and its listener.
2017-10-06 13:40:26 +02:00
Ghislain MARY
452234d4bc
Add log when we cannot find the selected valid ICE pair in the case where it should be there.
2017-10-05 13:33:10 +02:00
François Grisez
7e2a6a56fa
Make CMake to clean the old XML and HTML Doxygen documentations out before generating them again
2017-10-03 15:20:49 +02:00
François Grisez
07e15c33ac
Fix indentation of coreapi/help/doc/doxygen/CMakeLists.txt
2017-10-03 15:13:30 +02:00
Mickaël Turnel
0d38a7a444
Removed default bitrate limitation
2017-09-29 11:53:22 +02:00
Erwan Croze
4fb1db869f
Init bctbx logger before create the core in factory
2017-09-27 17:19:35 +02:00
Benjamin Reis
63095a3016
re-init streams after stoping them when restarting an invte
2017-09-27 14:41:26 +02:00
Benjamin Reis
10d2a21d0c
better reason management
2017-09-26 16:04:05 +02:00
Benjamin Reis
34f2e94230
do not crash on null reason header
2017-09-26 15:34:04 +02:00