Ghislain MARY
|
123e4ccdfe
|
Define methods to get string representation of enum values in the Python wrapper.
|
2014-08-04 16:24:32 +02:00 |
|
Ghislain MARY
|
c420236597
|
Handle command examples + add register-status command.
|
2014-08-04 14:57:45 +02:00 |
|
Ghislain MARY
|
e5db6dabd5
|
Begin handling of commands in Python command-line interface to Linphone.
|
2014-08-04 14:06:17 +02:00 |
|
Ghislain MARY
|
11dab7cfb4
|
Allow None is string parameter in the Python wrapper.
|
2014-08-04 12:56:51 +02:00 |
|
Ghislain MARY
|
6d53248011
|
Fix some Python reference count + Handle thread concurrency in Python code called from C.
|
2014-08-01 17:46:05 +02:00 |
|
Ghislain MARY
|
ee446299b8
|
Real Python program to test the Python wrapper.
|
2014-08-01 17:21:13 +02:00 |
|
Ghislain MARY
|
2fe6c114b6
|
Generation of linphone core events callbacks in the Python wrapper.
|
2014-08-01 15:57:25 +02:00 |
|
Ghislain MARY
|
84fb5bca7d
|
Merge branch 'master' into dev_python
|
2014-08-01 14:41:39 +02:00 |
|
Ghislain MARY
|
3dc5801283
|
Follow naming conventions of linphone core callbacks.
|
2014-08-01 14:40:38 +02:00 |
|
François Grisez
|
682b006786
|
Fix bad commit reference
|
2014-08-01 12:32:26 +02:00 |
|
François Grisez
|
25852f630b
|
Merge branch 'master' of git.linphone.org:linphone
|
2014-07-31 18:32:21 +02:00 |
|
François Grisez
|
68c06536a1
|
Update mediastreamer2 and oRTP submodules
|
2014-07-31 18:31:42 +02:00 |
|
Ghislain MARY
|
c15b02f271
|
Add Python refcount increment in dealloc method to prevent reentrancy.
|
2014-07-31 14:53:09 +02:00 |
|
Ghislain MARY
|
3519575570
|
Manual handling of global_state_changed callback in the Python wrapper.
|
2014-07-31 14:44:23 +02:00 |
|
Margaux Clerc
|
b45a376727
|
Fix crash in chatroom destroy
|
2014-07-31 11:15:48 +02:00 |
|
Jehan Monnier
|
bef1793901
|
update MS2
|
2014-07-30 23:13:38 +02:00 |
|
Johan Pascal
|
97050ac654
|
File Transfer: manage i/o error during file download from server
- note : not functional, test is bugged and commented. To be fixed.
|
2014-07-30 17:14:56 +02:00 |
|
Johan Pascal
|
ce24877b9d
|
File transfer: add a cancel function to the core
- allow cancellation during upload or download
+ fix bug in file transfer message tester
|
2014-07-29 21:16:01 +02:00 |
|
Ghislain MARY
|
67c8c4df73
|
Add test program in python.
|
2014-07-29 18:12:31 +02:00 |
|
Ghislain MARY
|
1a2990a8b6
|
Beginning of the implementation of linphone_core_new() wrapper + Allow setting log handler from python.
|
2014-07-29 18:11:14 +02:00 |
|
Gautier Pelloux-Prayer
|
d8cc5b600f
|
Add JNI wrapper for linphone proxy config realm parameter
|
2014-07-29 14:11:21 +02:00 |
|
Gautier Pelloux-Prayer
|
66044e773d
|
Factorization of linphone_configure_op for every linphone core requests
|
2014-07-29 12:23:18 +02:00 |
|
Guillaume BIENKOWSKI
|
b8c9c80934
|
enable no-rtp timeout for early media
|
2014-07-25 14:49:44 +02:00 |
|
Gautier Pelloux-Prayer
|
82ec76a4e1
|
Reuse previous nonce if outbound proxy realm is set to avoid reauthentication
|
2014-07-25 14:37:01 +02:00 |
|
François Grisez
|
012dc476e1
|
Destroy the "server_addresses" line in the configuration file while the save of the tunnel config when the tunnel host is empty
|
2014-07-23 16:48:28 +02:00 |
|
Margaux Clerc
|
8b99a4c074
|
Add JNI method for user data in call
and proxy config
|
2014-07-23 14:58:37 +02:00 |
|
Guillaume BIENKOWSKI
|
b2132d4d8a
|
Update ms2 for git fix
|
2014-07-23 12:56:15 +02:00 |
|
Guillaume BIENKOWSKI
|
8951a8ebe0
|
Fix (hopefully) the git check
|
2014-07-23 12:53:46 +02:00 |
|
Guillaume BIENKOWSKI
|
0f96e56963
|
Update ms2
|
2014-07-22 13:05:59 +02:00 |
|
Jehan Monnier
|
4d2900ca32
|
MS2:make sure jpeg writter open file in binary mode for windows
|
2014-07-21 14:10:22 +02:00 |
|
Ghislain MARY
|
a4c2f0ef36
|
Blacklist some classes in the Python wrapper.
|
2014-07-18 15:53:43 +02:00 |
|
Gautier Pelloux-Prayer
|
066c014702
|
When applying a remote provisioning config, if it is setting a proxy config and none is currently the default one, this proxy config will be the default one
|
2014-07-18 14:45:44 +02:00 |
|
Sylvain Berfini
|
bc4060f5f7
|
Updated ms2
|
2014-07-18 11:34:40 +02:00 |
|
Sylvain Berfini
|
a00ba8db31
|
Updated ms2
|
2014-07-18 11:17:04 +02:00 |
|
Ghislain MARY
|
941d57811b
|
Blacklist some functions in the Python wrapper.
|
2014-07-17 18:24:53 +02:00 |
|
Ghislain MARY
|
ae5158f8c0
|
Prefix local variables in the Python wrapper to prevent name clashes.
|
2014-07-17 18:23:45 +02:00 |
|
Ghislain MARY
|
2bc530054a
|
Include linphonecore_utils.h in the Python wrapper.
|
2014-07-17 18:03:42 +02:00 |
|
Ghislain MARY
|
317a69f967
|
Add exception handling in the Python wrapper generator to know which method of which class is pausing problem.
|
2014-07-17 18:03:11 +02:00 |
|
Ghislain MARY
|
5546137ed5
|
Refactor Python wrapper generator of method bodies for better maintainability.
|
2014-07-17 16:36:40 +02:00 |
|
Ghislain MARY
|
c9e0c91589
|
Merge branch 'master' of git.linphone.org:linphone into dev_python
|
2014-07-17 13:47:26 +02:00 |
|
Ghislain MARY
|
19570fc16f
|
Update ms2 submodule for compilation fix with MinGW.
|
2014-07-17 12:42:17 +02:00 |
|
Ghislain MARY
|
e73d6676d1
|
Handle MS_VIDEO_DECODER_RECOVERED_FROM_ERRORS events.
|
2014-07-17 11:45:14 +02:00 |
|
Gautier Pelloux-Prayer
|
de812274e7
|
add JNI wrapper for publish expires getter/setter
|
2014-07-17 11:08:35 +02:00 |
|
Ghislain MARY
|
7861f9a127
|
Update ms2 submodule.
|
2014-07-17 10:49:19 +02:00 |
|
Ghislain MARY
|
546200b61e
|
Deprecate linphone_address_destroy().
|
2014-07-17 10:30:54 +02:00 |
|
Ghislain MARY
|
8fa788510d
|
Fix compilation warning: "function declaration isn’t a prototype".
|
2014-07-17 10:30:44 +02:00 |
|
Ghislain MARY
|
1f65d8d709
|
Fill *_new(), *_new_from_native_pointer() and *_dealloc() functions for class with no public constructors in the Python wrapper.
|
2014-07-17 09:52:08 +02:00 |
|
Ghislain MARY
|
7b47e83310
|
Include linphone_tunnel.h in the Python wrapper.
|
2014-07-16 18:09:32 +02:00 |
|
Ghislain MARY
|
fa38f30896
|
Fix compilation warnings in the Python wrapper.
|
2014-07-16 18:09:15 +02:00 |
|
Ghislain MARY
|
4b3a1fb016
|
Improve Python wrapper tracing a little more + fix a refcounting issue.
|
2014-07-16 17:58:41 +02:00 |
|