Commit graph

3147 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
3312e8be0b callbacks.c: use state string not state id in text_delivery_update 2015-07-15 14:38:48 +02:00
Gautier Pelloux-Prayer
661fa76163 linphonecore: add linphone_configuring_state_to_string API 2015-07-15 14:21:10 +02:00
Jehan Monnier
d56b6e6043 fix for: music no longer played in paused state 2015-07-15 09:55:08 +02:00
Gautier Pelloux-Prayer
e3bf7b0387 documentation: move some doxygen docs to header 2015-07-09 09:47:40 +02:00
Gautier Pelloux-Prayer
0264439248 linphonecore.c: move some doxygen documentation to header file 2015-07-08 09:44:15 +02:00
Gautier Pelloux-Prayer
d697939bbe proxy.c: fix crash regression from cddb9c3, list copy is actually required 2015-07-07 16:38:44 +02:00
Gautier Pelloux-Prayer
cddb9c352e proxy.c: fix "ms_list_position: no such element in list." warning raised in linphone_core_clear_proxy_config by deleting default proxy config first 2015-07-07 16:06:14 +02:00
François Grisez
74fa01a0e2 Define ENABLE_NLS instead of HAVE_INTL when internationalization is available 2015-07-07 14:04:39 +02:00
Gautier Pelloux-Prayer
240818afd8 tester: crosscorrelation tests now use a 1 sec wav input so that it lasts only 10 sec, not 355 sec. 2015-07-07 11:28:09 +02:00
Ghislain MARY
f929bbe653 Add tester resources and missing dependencies to Windows 10 tester. 2015-07-06 14:37:22 +02:00
Ghislain MARY
8722f8a990 Add Visual Studio project for Windows 10. 2015-07-03 16:56:14 +02:00
Gautier Pelloux-Prayer
ea36261c80 build: rename HAVE_GETTEXT with HAVE_INTL 2015-07-03 15:37:32 +02:00
Simon Morlat
f9a9718ab2 don't remove unsupported video codecs in rtp_io mode. 2015-07-03 09:22:45 +02:00
François Grisez
d8e8f4488d Merge branch '3.8.x' 2015-07-02 16:47:56 +02:00
François Grisez
547822cd9f Fix internationalisation with CMake #2 2015-07-02 09:47:29 +02:00
Gautier Pelloux-Prayer
4c9a9d7a5d chat.c: if file transfer has been cancelled, do not notify linphone core to avoid notification on invalid object. Probably must change user_body_handler instead 2015-07-01 17:27:35 +02:00
Simon Morlat
060dfb0f1f update ms2 2015-07-01 14:47:33 +02:00
François Grisez
86f215ef03 Enable internationalisation of liblinphone with CMake 2015-06-30 16:50:34 +02:00
François Grisez
238702d610 Enable internationalisation of liblinphone with CMake 2015-06-30 16:48:17 +02:00
François Grisez
52610bf432 Fix build issue 2015-06-30 16:46:48 +02:00
Max A. Kiselev
3526c5fd90 fix DTMF event handler receiving pointer to the current call instead of the call receiving the DTMF 2015-06-26 16:47:10 +02:00
Ghislain MARY
e9b9d9ad2e Fix build with Visual Studio. 2015-06-26 15:39:59 +02:00
Gautier Pelloux-Prayer
fb74ece02a dtls: factorize dtls encryption media stream initialization... 2015-06-26 15:13:19 +02:00
Simon Morlat
ba7288a384 change default value for no video 2015-06-25 20:36:00 +02:00
Jehan Monnier
b852503f55 save video cam used in call object when switched 2015-06-25 14:02:46 +02:00
Jehan Monnier
e59db8daec Answer 500 server internal error in case of unexpected request arriving at core level 2015-06-25 12:20:04 +02:00
Simon Morlat
363975b740 fix bug in video codec enablement 2015-06-25 10:44:37 +02:00
Simon Morlat
9ffe9c263f fix bug in video codec enablement 2015-06-25 10:43:44 +02:00
Margaux Clerc
7382c09afc Remove unused function in JNI : chatMessage_updateUrl 2015-06-24 17:56:12 +02:00
Simon Morlat
63c1e33482 repair linphone_core_check_payload_type_usability() and add non regression test. 2015-06-24 17:49:20 +02:00
Simon Morlat
3c94dd0b9e repair linphone_core_check_payload_type_usability() and add non regression test. 2015-06-24 17:46:39 +02:00
Sylvain Berfini
fa1c36dddb Use /usr/share/linphone/rootca.pem if there is no /etc/ssl/certs directory on linux 2015-06-24 17:35:30 +02:00
Gautier Pelloux-Prayer
9c961d9e86 proxy.c: add some valid characters to linphone_proxy_config_is_phone_number (iOS specific though) 2015-06-24 16:35:54 +02:00
François Grisez
52a134ca70 Fix crash when passing "http://" as remote provisioning URI 2015-06-24 14:02:40 +02:00
François Grisez
61e991b108 Fix crash when passing "http://" as remote provisioning URI 2015-06-24 10:25:48 +02:00
Simon Morlat
d934f3932e remove unnecessary stereo=0;sprop-stereo=0 in the opus fmtp default definition, since it is the default value for these parameters according to draft v11. 2015-06-23 18:17:18 +02:00
Simon Morlat
d36a3f2746 remove undocumented and redundant function (linphone_chat_message_set_external_body_url() could be used instead) 2015-06-22 18:09:50 +02:00
Gautier Pelloux-Prayer
41aad2cf4f Quality reporting: add device name in report for iOS platform 2015-06-22 15:03:28 +02:00
Gautier Pelloux-Prayer
4c9c51ca3d Quality reporting: add test for custom route PUBLISH 2015-06-22 14:37:31 +02:00
Gautier Pelloux-Prayer
1c6fe4dc83 Quality reporting: collector address is now route address of the PUBLISH - if set to NULL, PUBLISH will be sent to proxy config domain 2015-06-22 12:11:41 +02:00
Gautier Pelloux-Prayer
1f49ce76a3 logging: do not use switch case for log levels since these are flags... 2015-06-22 10:20:23 +02:00
François Grisez
205527934d Fix build issue 2015-06-22 09:39:21 +02:00
Ghislain MARY
0700c02856 Fix build without video. 2015-06-22 08:32:01 +02:00
Gautier Pelloux-Prayer
f011905543 logging: oops, fix previous commits 2015-06-19 14:51:21 +02:00
Gautier Pelloux-Prayer
87d2c1a647 linphonecore: fix linphone_core_set_log_level behavior (eg. take argument not as bit mask but minimum verbosity 2015-06-19 14:44:49 +02:00
Gautier Pelloux-Prayer
794ccbaad5 logging: use sal_set_log_level instead of sal_enable_logs and sal_disable_logs so that we have a finer control of logs verbosity 2015-06-19 14:42:15 +02:00
Ghislain MARY
98f2508be5 Allow linphone to be configured to use RTP sessions for input/output of audio and video streams. 2015-06-18 14:33:11 +02:00
Gautier Pelloux-Prayer
eb89a3f159 proxy.c: move documentation to header 2015-06-17 09:53:02 +02:00
Gautier Pelloux-Prayer
98628e52b9 linphonecore.c: move documentation to header 2015-06-16 17:58:08 +02:00
Margaux Clerc
64731a259c Add patch for java exeception handling in callbacks 2015-06-16 14:20:53 +02:00