Commit graph

107 commits

Author SHA1 Message Date
Simon Morlat
97c2607ec7 relax tests, ms2 and ortp must appear first in the link command to make sure that they are taken for inner directories. 2015-02-14 22:05:12 +01:00
Simon Morlat
41232a3954 adapt for lastest polarssl on windows, fix system include paths preempting
ortp and ms2 include paths.
2015-01-30 00:00:19 +01:00
Guillaume BIENKOWSKI
3a62072c55 Link with ZLIB when it is detected 2015-01-07 10:52:00 +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
35189535a7 Convert LinphoneContent from a simple struct to a belle-sip object to ease generation of wrappers. 2014-11-18 16:42:16 +01:00
François Grisez
40a82f05f5 Rename fileplayer.c into localplayer.c 2014-10-15 12:10:03 +02:00
François Grisez
90933e5e36 Add an implementation to LinphonePlayer 2014-10-02 14:56:44 +02:00
Gautier Pelloux-Prayer
7bb37557d9 Split strict options in two lists (C and C++) 2014-09-15 11:16:32 +02:00
Ghislain MARY
eaa1d6bb1d Add reference count handling to the LinphoneCallParams object. 2014-09-01 14:58:32 +02:00
Simon Morlat
2c90f5e702 add player api, fix bug in linphone_core_terminate_conference() 2014-08-31 21:58:32 +02:00
Ghislain MARY
b4963d9f70 Put call log related code in its own files. 2014-08-29 14:39:34 +02:00
Jehan Monnier
272b40e149 make sure rtp port are released even in case of call error 2014-08-27 16:58:54 +02:00
Simon Morlat
31c895b521 really check that we are in a linphone git repo before taking the "git describe". 2014-08-06 11:22:46 +02:00
Guillaume BIENKOWSKI
8951a8ebe0 Fix (hopefully) the git check 2014-07-23 12:53:46 +02:00
Ghislain MARY
7f4afe2954 Fix generation of gitversion.h. 2014-07-07 16:45:22 +02:00
Simon Morlat
266a5c66b9 fix compilation problem on windows 2014-07-03 15:31:05 +02:00
Simon Morlat
7cd96d33ba fix git version checking when not in a git tree
add linphone_proxy_config_pause_register()
make linphone_core_remove_proxy_config() really send unregister.
2014-06-27 17:13:17 +02:00
Simon Morlat
24a208100a * notify friend status to offline when network goes unreachable
* relax timeouts of tests again
* always install linphone_tunnel.h
2014-05-12 12:41:32 +02:00
Margaux Clerc
d38ec1eebe Add missing file in Makefile 2014-04-24 09:33:39 +02:00
Gautier Pelloux-Prayer
8417c0b18d Quality reporting: on call end, send a PUBLISH message with call quality data (work in progress) 2014-04-17 16:38:38 +02:00
Sylvain Berfini
ddfdb7f9ce Added remote provisioning feature in liblinphone 2014-02-11 18:00:57 +01:00
Sylvain Berfini
9ca78dd129 Moved lpc2xml and xml2lpc from tools to coreapi 2014-02-11 16:48:01 +01:00
Jehan Monnier
d8fcf36e4b change list of supported resolution based on targetted platform 2014-01-29 08:38:34 +01:00
Guillaume BIENKOWSKI
4a3e43f2ff Use PKGCONFIG when possible for LDAP 2014-01-23 17:40:19 +01:00
Ghislain MARY
d468050c8b Implement RFC3994: Indication of Message Composition for Instant Messaging. 2014-01-03 15:01:18 +01:00
Guillaume BIENKOWSKI
863ccb24fa Fix missing header in Makefile.am 2013-12-20 11:49:59 +01:00
Guillaume BIENKOWSKI
e028749f11 Always compile ldap so that stubbed versions are supported 2013-12-19 15:58:24 +01:00
Ghislain MARY
31c8585cae Include patch from linphone web version. 2013-12-06 14:31:43 +01:00
Guillaume BIENKOWSKI
031a08b750 Introducing the dictionary type in linphone, inheriting from belle_sip_dict_t. 2013-12-05 17:56:48 +01:00
Guillaume BIENKOWSKI
006ba8be2e Progress commit: basic object structure is here 2013-12-03 10:53:17 +01:00
Simon Morlat
adef4bdb12 fix build problems when building out of sources 2013-09-10 22:38:16 +02:00
Simon Morlat
ceeaf2b2b6 fix compilation issue on iOS 2013-09-10 22:00:55 +02:00
Simon Morlat
88f9e557bb force git tag and configure.ac to say the same thing 2013-09-09 15:26:08 +02:00
Jehan Monnier
d71d22a507 fix file permision 2013-08-20 16:19:03 +02:00
Jehan Monnier
641888f910 migrate rpm spec to belle sip 2013-08-20 16:19:03 +02:00
Simon Morlat
046e422602 repair build (buggy AM_CONDITIONAL) and update README.macos 2013-07-27 00:58:42 +02:00
Ghislain MARY
220c471369 Use xml parser to get presence status. 2013-06-19 17:22:26 +02:00
Ghislain MARY
79c72fc860 libxml2 is now mandatory. 2013-06-19 17:22:26 +02:00
Simon Morlat
40071c3388 re-enable tutorials
fix bugs in events
add tutorial for subscribe/notify
2013-06-18 16:18:45 +02:00
Jehan Monnier
5d3526a778 add event.h to delivery list 2013-06-13 12:00:42 +02:00
Simon Morlat
36e445f97f generic subscribe notify api in progress 2013-06-06 11:01:54 +02:00
Simon Morlat
bb0f07f6a0 add info api
refactor selection of proxy, identity, configurations of op
fix bug when automatically restarting a call after a 415 due to srtp
2013-05-16 16:30:38 +02:00
Jehan Monnier
06a9ea3cde implement publish 2013-04-23 13:57:01 +02:00
Ghislain MARY
82c498a711 Port tunnel to belle-sip. 2013-04-19 10:55:59 +02:00
Yann Diorcet
0f9f315cbb Merge branch 'master' into belle-sip 2013-04-02 15:24:55 +02:00
Simon Morlat
6d4297bb46 use git describe --always 2013-03-27 20:05:25 +01:00
Jehan Monnier
dafc0c1f0c Merge remote-tracking branch 'public/master' into belle-sip
Conflicts:
	configure.ac
	coreapi/linphonecore.h
2013-03-07 21:56:18 +01:00
Margaux Clerc
c62f68350d add message storage 2013-03-07 12:19:28 +01:00
Jehan Monnier
33ebb44b85 fix build issue from wp8 build 2013-03-04 17:26:28 +01:00
Jehan Monnier
615fb7ad5d continue call transfer impl 2013-02-15 18:47:46 +01:00