Commit graph

231 commits

Author SHA1 Message Date
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
Ghislain MARY
e3d198d247 Simplify logging in unit tests of Python module. 2014-12-10 10:59:59 +01:00
Ghislain MARY
141af7de15 Fix threading issues in the Python module.
Reinitialize log serialization only when all the linphone cores have been destroyed.
2014-12-09 17:33:41 +01:00
Ghislain MARY
3a39a1da6f Update call tester for Python module. 2014-12-09 15:52:20 +01:00
Ghislain MARY
56eb5c3e7b Fix the use of SipTransports in the Python module. 2014-12-09 13:35:48 +01:00
Ghislain MARY
bff27f5c6d Fix account creation in Python. 2014-12-09 11:27:21 +01:00
Ghislain MARY
395448491a Add LCSipTransports wrapper in the Python module. 2014-12-09 11:21:12 +01:00
Ghislain MARY
0e924f4b4e Handle testing accounts creation in Python. 2014-12-08 15:55:57 +01:00
Ghislain MARY
180de834ee Revert "Handle accounts manager to the Python module unit tests."
This reverts commit b61302f9b1.
2014-12-08 14:31:17 +01:00
Ghislain MARY
b61302f9b1 Handle accounts manager to the Python module unit tests. 2014-12-08 11:30:58 +01:00
Ghislain MARY
908b906e4d Remove some functions from the blacklist of the Python module. 2014-12-05 16:58:07 +01:00
Ghislain MARY
9066a82f3c Handle callbacks getters in Python module. 2014-12-05 16:40:26 +01:00
Ghislain MARY
a6cfecf3e4 Handle events in classes other than LinphoneCore.
Callbacks getters still need to be implemented correctly.
2014-12-05 16:14:04 +01:00
Ghislain MARY
aff27f6554 Rework Python wrapper handwritten code handling. 2014-11-21 11:44:00 +01:00
Ghislain MARY
7787c91c46 Blacklist functions that prevent the Python module from building. 2014-11-12 16:22:20 +01:00
Ghislain MARY
bc69b2796d Improve parsing of enum values in lp_gen_wrappers to support octal and hexadecimal values. 2014-10-23 09:49:35 +02:00
Ghislain MARY
830d990771 Fix parsing of enum values in the lp_gen_wrappers. 2014-10-22 17:47:36 +02:00
Ghislain MARY
615ceb278f Fix compilation of lp_gen_wrappers. 2014-10-22 17:28:40 +02:00
Ghislain MARY
367109341e Generate enums with the good values in lp_gen_wrappers. 2014-10-22 17:22:49 +02:00
Ghislain MARY
cc50cd1b2b Blacklist some functions for the Python wrapper. 2014-10-09 16:54:29 +02:00
Ghislain MARY
f067b42607 Allow build of lp-gen-wrappers when compiling with CMake. 2014-10-01 11:13:12 +02:00
Ghislain MARY
0e9b2a4502 Blacklist linphone_core_add_listener() and linphone_core_remove_listener() in the Python module. 2014-09-30 17:05:00 +02:00
Gautier Pelloux-Prayer
7bb37557d9 Split strict options in two lists (C and C++) 2014-09-15 11:16:32 +02:00