Commit graph

253 commits

Author SHA1 Message Date
Ghislain MARY
9af805f0fe Merge branch '3.9.x'
Conflicts:
	gtk/main.c
	mediastreamer2
	po/POTFILES.in
2015-11-18 09:55:03 +01:00
Sandrine Avakian
49ec5eeb22 Added test-ecc as a binary program installed in tools makefile. 2015-11-16 11:33:46 +01:00
Ghislain MARY
52be142af2 Update version to 3.9.1. 2015-11-16 10:52:25 +01:00
Ghislain MARY
7f2a985d84 Handle strict compilation flags when building with CMake. 2015-11-03 17:40:24 +01:00
Simon Morlat
bd00a4df59 improve echo calibration user experience. 2015-11-02 21:53:46 +01:00
Ghislain MARY
057bf0430a Merge branch '3.9.x' 2015-11-02 17:36:35 +01:00
Ghislain MARY
731d4509de Update version to 3.9.0. 2015-11-02 14:05:38 +01:00
Simon Morlat
3d7bbb5bd5 remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +01:00
Sylvain Berfini
67c22d57ee Changes to be able to call lp_config_get_sections_names from python wrapper 2015-10-21 15:10:02 +02:00
Sylvain Berfini
f999712c5b Added new functions in lpconfig to dump xml and get a list of sections' names 2015-10-21 13:58:36 +02:00
Ghislain MARY
fbdb18382b Fix Python unit tests. 2015-10-12 13:57:16 +02:00
Gautier Pelloux-Prayer
d4c7652338 tools: move test_lsd test_ecc test_numbers from coreapi to tools folder 2015-09-11 14:53:08 +02:00
Ghislain MARY
a8e9ae7e80 One more Python fix. 2015-08-07 13:21:35 +02:00
Ghislain MARY
97a4920876 Fix some Python unit test code regarding changes that have been done for the proxy configs. 2015-08-07 10:55:13 +02:00
Ghislain MARY
4416962557 Remove Python unit test that has no meaning. 2015-07-24 15:31:46 +02:00
Ghislain MARY
cb7fb1044e Fix build of Python module. 2015-07-24 15:03:12 +02:00
Jehan Monnier
0a170817ce add signal to dumps call logs for lp-autoanswer 2015-06-10 17:30:34 +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
Jehan Monnier
319116a6db fix win32 compilation issue 2015-05-29 11:41:34 +02:00
Jehan Monnier
3da7a6e18a fix c89 compilation issue 2015-05-29 08:28:40 +02:00
Jehan Monnier
1bd8a6ad1e improve auto answer tool 2015-05-28 17:15:39 +02:00
Ghislain MARY
978b3b7ac1 Update version number in Python documentation. 2015-05-06 10:14:51 +02:00
Simon Morlat
b9eec6849c rename auto_answer into lp-autoanswer 2015-04-13 11:22:34 +02:00
Jehan Monnier
625ede5b7e change auto_answer tool to bind both sip and rtp to a specified address 2015-04-01 12:02:20 +02:00
Jehan Monnier
83f4d95545 implement compatibility mode for sdp cnx adde set to 0.0.0.0 in case of send only
param: [sip,cnx_ip_to_0000_if_sendonly_enabled]  with default value 0
2015-03-27 14:17:39 +01:00
Simon Morlat
a74ded3be6 fix audio-only build 2015-03-26 14:57:13 +01:00
Jehan Monnier
ef2ce842c7 fix c89 compilation issue 2015-03-25 18:02:36 +01:00
Jehan Monnier
e5933c61bd improve calls in send-only/receive-only mode 2015-03-25 14:37:02 +01:00
Ghislain MARY
b6fac76880 Fix Python module build. 2015-03-23 09:34:11 +01:00
Ghislain MARY
28e94ad99e Call initialization function of WASAPI mediastreamer plugin in Python module if needed. 2015-03-16 17:41:08 +01:00
Ghislain MARY
0d75cb32a3 Fix build of tester and lp-gen-wrappers with Visual Studio. 2015-02-27 14:14:54 +01:00
Ghislain MARY
4157c07fdf Use weakref from Core to CoreManager in the Python module tester. 2015-02-11 10:36:14 +01:00
Ghislain MARY
b305c88613 Fix Python unit tests. 2015-02-10 16:09:02 +01:00
Ghislain MARY
0d32bfbd3b Improve transport change test in Python. 2015-01-20 16:22:38 +01:00
Ghislain MARY
06115e939b Add some registration unit tests in Python. 2015-01-06 16:16:40 +01:00
Ghislain MARY
75bfeeba88 Handle handwritten dealloc methods in Python module. 2015-01-05 09:48:53 +01:00
Ghislain MARY
36d535354f Add initialization of mediastreamer plugins in the Python module. 2015-01-02 17:43:32 +01:00
Ghislain MARY
564627ed46 Add some registration tests in Python. 2014-12-19 17:07:55 +01:00
Ghislain MARY
afe5abba86 Add some Python setup tests. 2014-12-19 15:56:30 +01:00
Ghislain MARY
88c902d12d Fix memory leak of returned strings in Python module. 2014-12-18 16:07:07 +01:00
Ghislain MARY
39c2d93bdd Fix format string for size_t type in Python module. 2014-12-16 17:24:24 +01:00
Ghislain MARY
a466a05a44 More permissive type checking in the Python module.
- int values are accepted where a long is expected.
- int or long values are accepted where a float is expected.
2014-12-16 15:45:15 +01:00
Ghislain MARY
a5288b94cd Fix Python module tests. 2014-12-16 11:26:25 +01:00
Ghislain MARY
3241b33633 Replace NULL by None in the Python module documentation. 2014-12-15 16:41:00 +01:00
Ghislain MARY
9e1b6e6956 Handle links between methods in the Python module documentation. 2014-12-15 16:37:46 +01:00
Ghislain MARY
42ddf0cf81 Improve Python module documentation. 2014-12-15 15:55:17 +01:00
Ghislain MARY
340d927c3c File transfer with binary content working in Python. 2014-12-11 15:59:29 +01:00
Ghislain MARY
78a06d3e54 Fix return value in callbacks of Python module. 2014-12-11 11:46:08 +01:00
Ghislain MARY
89565386ac Working file transfer in Python.
- Add the LinphoneBuffer object so that file transfer callbacks do not pass out parameters
- Use the LinphoneBuffer object in the file transfer callbacks
- Implement the file_transfer_send callback in the Python file transfer test
2014-12-10 16:35:19 +01:00
Ghislain MARY
f229bd10da Add file transfer message test in Python. 2014-12-10 12:02:37 +01:00