Commit graph

4815 commits

Author SHA1 Message Date
Ghislain MARY
07aeef8017 Handle RTCP XR attribute in offer/answer. 2014-03-07 17:02:21 +01:00
Sylvain Berfini
7630d39863 Added possibility to set parameters key=value for sections 2014-03-07 15:46:07 +01:00
Simon Morlat
689a2f37b6 update ms2 for crash 2014-03-07 14:02:16 +01:00
Guillaume Beraudo
00815d4fed Disable optims in debug mode
Autoconf uses "-g -O2" by default.
2014-03-06 16:07:38 +01:00
Guillaume Beraudo
f5db8bf6af Fix known proxy condition 2014-03-06 11:21:25 +01:00
Guillaume Beraudo
cf3c3a5601 Allow unsetting default proxy config. 2014-03-06 11:20:29 +01:00
Guillaume Beraudo
92747748af Honor sip_randop_port during transport migration 2014-03-06 11:16:59 +01:00
Guillaume Beraudo
0a84cb6505 Fix NLS compilation error using -0O 2014-03-06 11:14:52 +01:00
Sylvain Berfini
aad2df16d1 Wrapper JNI for more LinphoneReason + linphone_core_set_call_error_tone 2014-03-06 10:53:07 +01:00
Simon Morlat
1b7a1d9438 fix compilation on linux 2014-03-06 09:07:12 +01:00
Guillaume BIENKOWSKI
c1b0594895 remove unused include 2014-03-05 15:32:47 +01:00
Jehan Monnier
29037e50c4 add trace to know whan disconnection is due lack of rtp packets 2014-03-05 15:04:23 +01:00
Simon Morlat
90b5d17172 split linphone_gtk_iterate and fix bad enum casting in chat message handling 2014-03-05 14:41:08 +01:00
Simon Morlat
972659a1f9 add incoming chat wav to mac bundle 2014-03-04 23:08:11 +01:00
Simon Morlat
95030951d1 add new function to play a file locally, in or out of calls.
add new function to define a tone or wav file to be played automatically upon call errors
2014-03-04 22:58:56 +01:00
Ghislain MARY
6734882dc8 Put the libraries in the good order for static linking. 2014-03-04 17:57:21 +01:00
Ghislain MARY
8bc0b2e8a4 Handle RTCP XR SDP attribute parsing and creation. 2014-03-04 16:28:23 +01:00
Guillaume BIENKOWSKI
eef680c350 Remove dependency on objc compiler, and let the final application in iOS use the liblinphonetester.a library to implement unit tests 2014-03-04 16:00:41 +01:00
Guillaume BIENKOWSKI
042729508a Missing userhostsfile reference 2014-03-04 15:38:20 +01:00
Guillaume BIENKOWSKI
e112161ec3 Separater main() from lib functions in the tester 2014-03-04 15:28:12 +01:00
Ghislain MARY
7e00357fd0 Fix compilation with belle-sip 1.3.1. 2014-03-04 14:32:05 +01:00
Guillaume BIENKOWSKI
b85a51105a Split the tester in two components: liblinphonetester.la and the executable liblinphone_tester .
This will ease iOS usage (and probably others).
2014-03-04 12:27:57 +01:00
Guillaume BIENKOWSKI
244b028f45 Place AC_PROG_OBJC in non-conditional statement 2014-03-04 09:47:55 +01:00
Ghislain MARY
f8f17140ca Fix compilation with CMake. 2014-03-04 09:22:43 +01:00
Ghislain MARY
4a814588b5 Fix compilation with Visual Studio. 2014-03-04 09:22:20 +01:00
Sylvain Berfini
4e9d8a1e97 Improved default values test 2014-03-03 17:28:19 +01:00
Sylvain Berfini
7d64dedf12 Fixed missing init in proxy config creation + added test for proxy_default_values in lpconfig 2014-03-03 15:07:20 +01:00
Guillaume BIENKOWSKI
6f819de177 Preliminary work for tester compilation for iOS 2014-03-03 14:54:10 +01:00
Sylvain Berfini
cac1551acd Reworked lpconfig global default values section to have one default value for each section + use proxy default value when creating proxy config 2014-03-03 10:54:56 +01:00
Simon Morlat
2c0e4947cc fix crash in linphonec, update oRTP 2014-03-02 11:39:10 +01:00
Simon Morlat
1af4a7c091 improve SDP<->SalMediaDescription conversion and offer answer algorithm 2014-02-28 16:31:05 +01:00
Sylvain Berfini
028f4c550b Updated ms2 to fix NPE on some Android 2014-02-28 16:07:59 +01:00
Guillaume Beraudo
645447dcef Simplify client certificate configuration.
We can only handle one client certificate: allow setting direct path to
the chain and key files.
2014-02-28 12:55:01 +01:00
Sylvain Berfini
24ead1f24f Added option to remove provisioning uri once it has been successfully applied 2014-02-28 10:53:22 +01:00
Guillaume BIENKOWSKI
9915ab662d Update ms2 2014-02-28 10:13:38 +01:00
Sylvain Berfini
d5dbe3eb66 Fix last 2 tests failing for Android because sound card was opened twice 2014-02-27 15:47:54 +01:00
Sylvain Berfini
3a3f331ca3 JNI wrapper for LinphoneCallParams getSentVideoSize and getReceivedVideoSize methods 2014-02-27 11:22:19 +01:00
Sylvain Berfini
3cd4eb5e75 Always build remote_provisioning.c for Android 2014-02-27 10:50:13 +01:00
Sylvain Berfini
c0bd6fb61e JNI wrapper for accept_early_media methods 2014-02-27 10:28:34 +01:00
Ghislain MARY
f3ca28fe64 Fix CMake install paths. 2014-02-26 16:36:21 +01:00
Sylvain Berfini
ce7404581a Allow null String value in jni wrapper for LpConfig.setString method 2014-02-26 12:31:51 +01:00
Sylvain Berfini
e9b444c3c6 Updated ms2 2014-02-25 11:20:07 +01:00
Ghislain MARY
ca5f624bc6 Divide huge function in smaller blocks. 2014-02-24 14:48:47 +01:00
Sylvain Berfini
362ad2e566 Added JNI wrapper for recently added Publish/Subscribe methods + fix in previous JNI wrapper for encondig in LinphoneContent 2014-02-24 11:33:10 +01:00
Simon Morlat
15c8ed30f5 modify event API to allow adding custom headers.
It is now possible to first create the LinphoneEvent, configure it with custom headers, then send it.
2014-02-21 18:34:52 +01:00
Simon Morlat
3b3271dbb0 fix early media API and implementation 2014-02-21 15:42:40 +01:00
Guillaume BIENKOWSKI
665e627c10 Fix memory leak 2014-02-21 14:13:59 +01:00
Guillaume BIENKOWSKI
ce6f19d7ac Implement linphone_core_accept_early_media 2014-02-21 14:13:51 +01:00
Simon Morlat
712af4b9eb relax again wait times in tests 2014-02-21 09:38:31 +01:00
Ghislain MARY
779e104f4f Use ortp_qnx_log_handler for liblinphone_tester on BlackBerry 10. 2014-02-20 16:54:04 +01:00