linphone-ios/tools
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
..
python Changes to be able to call lp_config_get_sections_names from python wrapper 2015-10-21 15:10:02 +02:00
auto_answer.c remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone. 2015-10-31 12:00:28 +01:00
CMakeLists.txt Allow build of lp-gen-wrappers when compiling with CMake. 2014-10-01 11:13:12 +02:00
genapixml.py Working file transfer in Python. 2014-12-10 16:35:19 +01:00
generator.cc Fix build of tester and lp-gen-wrappers with Visual Studio. 2015-02-27 14:14:54 +01:00
generator.hh improve documentation, rationalize some callbacks name. 2013-10-01 22:00:39 +02:00
genwrappers.cc Fix build of tester and lp-gen-wrappers with Visual Studio. 2015-02-27 14:14:54 +01:00
lpc2xml_jni.cc Fix XML2LPC and LPC2XML converters JNI log callbacks 2013-10-16 14:53:32 +02:00
lpc2xml_test.c Added new functions in lpconfig to dump xml and get a list of sections' names 2015-10-21 13:58:36 +02:00
Makefile.am tools: move test_lsd test_ecc test_numbers from coreapi to tools folder 2015-09-11 14:53:08 +02:00
my_jni.h Fix defCallMethod warning 2013-09-04 11:24:48 +02:00
software-desc.cc improve documentation, rationalize some callbacks name. 2013-10-01 22:00:39 +02:00
software-desc.hh Fix build of tester and lp-gen-wrappers with Visual Studio. 2015-02-27 14:14:54 +01:00
test_ecc.c tools: move test_lsd test_ecc test_numbers from coreapi to tools folder 2015-09-11 14:53:08 +02:00
test_lsd.c tools: move test_lsd test_ecc test_numbers from coreapi to tools folder 2015-09-11 14:53:08 +02:00
test_numbers.c tools: move test_lsd test_ecc test_numbers from coreapi to tools folder 2015-09-11 14:53:08 +02:00
xml2lpc_jni.cc Fix XML2LPC and LPC2XML converters JNI log callbacks 2013-10-16 14:53:32 +02:00
xml2lpc_test.c Improved strict compilation flags 2014-09-11 15:46:05 +02:00