Ghislain MARY
a7baa4bc7a
Restore option to enable/disable the assistant.
2015-06-11 16:14:14 +02:00
Gautier Pelloux-Prayer
24d86a55cf
chat.c: move doxygen documentation from source to header linphonecore.h to access it from xcode
2015-06-11 16:27:41 +02:00
Ghislain MARY
7ac6a838d4
Add linphone_core_get_video_preset() + Add JNI wrapper for some core functions.
2015-06-11 15:21:37 +02:00
Gautier Pelloux-Prayer
b2f2db6c67
message_tester.c: add test for multiple files download/upload in the same time
2015-06-11 16:26:31 +02:00
Simon Morlat
5d8c802d62
allow violation of RFC4733 2.1 requirement of using the same sampling frequency as the audio codec, in order to interoperate with the rest of the world.
2015-06-11 12:31:03 +02:00
Ghislain MARY
278bf66e33
Implement linphone_core_set_video_preset().
2015-06-11 09:41:56 +02:00
Ghislain MARY
8669032383
Fix Android build.
2015-06-11 09:41:07 +02:00
Jehan Monnier
0a170817ce
add signal to dumps call logs for lp-autoanswer
2015-06-10 17:30:34 +02:00
Jehan Monnier
85e296de59
fix iso country code entry for +44 . UK becomes GB
2015-06-10 17:12:04 +02:00
Ghislain MARY
e04262adab
Fix setup wizard which was broken by last commit.
2015-06-09 15:47:39 +02:00
Ghislain MARY
5b4513e776
Change account creator and xmlrpc API so that Python wrapper generation works correctly.
2015-06-09 15:18:37 +02:00
François Grisez
cac04a5a94
Merge tag '3.8.4'
...
3.8.4
2015-06-09 15:38:44 +02:00
François Grisez
ec622c62f5
Update changelog
2015-06-09 15:26:12 +02:00
François Grisez
abf725dd1f
Set version number to 3.8.4
2015-06-09 14:33:31 +02:00
François Grisez
8f03136a63
Update translations
2015-06-09 12:19:57 +02:00
François Grisez
3c5b996803
Update translations
2015-06-09 12:06:04 +02:00
François Grisez
8707d20161
Fix build issue
2015-06-09 11:28:01 +02:00
Ghislain MARY
c5e3bd5809
Build account creator and xmlrpc on Android and WP8 + install header files.
2015-06-09 08:30:59 +02:00
Simon Morlat
25decb7414
fix compilation errors
2015-06-09 08:23:10 +02:00
Simon Morlat
bbe66c9a63
fix compilation errors
2015-06-08 21:53:57 +02:00
Ghislain MARY
e9abeb4501
Improve API of linphone account creator.
2015-06-08 15:52:59 +02:00
Ghislain MARY
1dee00dd5a
Add documentation for account creator.
2015-06-08 15:52:52 +02:00
Ghislain MARY
26fac3e081
Rework assistant for asynchronous XML-RPC requests.
2015-06-08 15:52:44 +02:00
Ghislain MARY
01be7132b6
Do not check account availability at each character being typed by the user but only when it's been 500ms since he has not typed anything in.
2015-06-08 15:49:03 +02:00
Ghislain MARY
067bbef127
Improve XML-RPC API.
...
- Handle XML-RPC request returning a string response
- Allow creating a request adding the arguments one at a time (useful for
automatically generated wrappers where variable args functions can be an
issue)
2015-06-08 15:48:55 +02:00
Ghislain MARY
a152132b1e
Remove check for libsoup.
2015-06-08 15:48:44 +02:00
Ghislain MARY
cbae403a1f
Handle XML-RPC request in liblinphone directly instead of using libsoup.
2015-06-08 15:43:55 +02:00
Ghislain MARY
6565d85b1d
Merge branch 'dev_xmlrpc'
2015-06-08 13:55:50 +02:00
François Grisez
a087df052a
Add "--target=x86_64-darwin10-gcc" to the list of parameters to pass to the configure of libvpx
2015-06-08 10:36:22 +02:00
Ghislain MARY
0cd6532117
Improve API of linphone account creator.
2015-06-08 09:46:01 +02:00
Ghislain MARY
1d5796e3c1
Add documentation for account creator.
2015-06-05 16:22:28 +02:00
Ghislain MARY
17cad99e4f
Rework assistant for asynchronous XML-RPC requests.
2015-06-05 15:49:47 +02:00
Simon Morlat
8415d54b4d
update flexisip.conf
2015-06-05 13:55:09 +02:00
Simon Morlat
c88685b194
fix memory leak and windows build
2015-06-05 12:14:56 +02:00
François Grisez
f5f2319462
Update README.macosx about libvpx
...
* Remove libvpx from packages installed with MacPort
* Add a procedure to build libvpx
2015-06-05 11:31:12 +02:00
François Grisez
a9e04ddae9
Increment version number to 3.8.3 and update NEWS
2015-06-04 15:35:20 +02:00
François Grisez
6d9dd3bf5b
Only start status notifier item whether Linphone has been launched on KDE
2015-06-04 14:41:56 +02:00
François Grisez
8964ec08ac
Only start status notifier item whether Linphone has been launched on KDE
2015-06-04 14:39:03 +02:00
Ghislain MARY
6e8ed6b246
Update oRTP and ms2 submodules.
2015-06-04 10:20:15 +02:00
Ghislain MARY
77421071d0
Export sal_media_description_find_stream symbol so that testers can build on Windows.
2015-06-04 09:41:35 +02:00
Jehan Monnier
b03d48ded9
improve liblinphone test reliability
2015-06-04 08:53:40 +02:00
Ghislain MARY
caf5d38787
Do not check account availability at each character being typed by the user but only when it's been 500ms since he has not typed anything in.
2015-06-03 14:23:07 +02:00
Ghislain MARY
fb8d223f54
Improve XML-RPC API.
...
- Handle XML-RPC request returning a string response
- Allow creating a request adding the arguments one at a time (useful for
automatically generated wrappers where variable args functions can be an
issue)
2015-06-03 13:49:28 +02:00
Ghislain MARY
12629a26b6
Fix bug in AVPF features negotiation + add tests to prevent regressions on this matter.
2015-06-03 10:19:35 +02:00
Jehan Monnier
ad1d7c12c9
Fix ZRTP conference
2015-06-02 18:28:02 +02:00
Gautier Pelloux-Prayer
e8081ed765
proxy.c: fix quality reporting collector address check - sip:collector.linphone.org is a valid collector endpoint as well
2015-06-02 14:33:13 +02:00
Ghislain MARY
7b3d7861e2
Remove check for libsoup.
2015-06-02 11:15:21 +02:00
Ghislain MARY
16eba02ebf
Handle XML-RPC request in liblinphone directly instead of using libsoup.
2015-06-02 11:02:23 +02:00
Ghislain MARY
a4666bd1dc
Rename ENABLE_DEBUG option of CMake to ENABLE_DEBUG_LOGS.
2015-06-02 08:58:19 +02:00
Ghislain MARY
fbac8ea313
Add ENABLE_DEBUG option to the CMake build.
2015-06-02 08:56:20 +02:00