Commit graph

277 commits

Author SHA1 Message Date
Ghislain MARY
c7ed2a7a7d Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-05-21 14:30:16 +02:00
Ghislain MARY
d474f9dd4c Declare variables at the beginning of code blocks to fix compilation errors. 2013-05-21 14:26:21 +02:00
Jehan Monnier
23967d8ca8 fix ortp initiale ref count. Remove abusive traces 2013-05-21 11:16:45 +02:00
Jehan Monnier
a1c566ff8b fix srtp +video +ice 2013-05-17 19:19:09 +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
Simon Morlat
aae5ae888c improve custom header so that they work with responses too 2013-05-15 10:53:34 +02:00
Ghislain MARY
98a440fe32 Fix wrong contact field in 200 OK response for an incoming call. 2013-05-13 12:08:21 +02:00
Simon Morlat
00c3f621ce add custom header test
fix memory leaks
fix invalid reads
2013-05-07 16:01:47 +02:00
Margaux Clerc
29a290f43b fix display of delivery notification 2013-05-02 15:57:02 +02:00
Simon Morlat
8b0cd33557 fix bug when choosing SDP connection address
restore logs
2013-04-11 14:24:53 +02:00
Ghislain MARY
390e8aa189 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-11 14:40:47 +02:00
Ghislain MARY
f0c7dbd115 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-09 18:13:30 +02:00
Simon Morlat
99f6bdec72 improve call quality indicator (takes into account video)
add accessors to late and loss rate in LinphoneCallStats.
2013-04-09 14:06:51 +02:00
Simon Morlat
641ba75313 refine transport selection algorithm and set proper routes for all kind of operations: INVITE, MESSAGE, SUBSCRIBE. 2013-03-28 21:57:50 +01:00
Simon Morlat
fc7925235e Merge remote-tracking branch 'public/master' into belle-sip
Conflicts:
	coreapi/upnp.c
2013-03-26 12:06:51 +01:00
Sylvain Berfini
939c0f4ce0 Revert "Send ZRTP hello hash in SIP SDP."
This reverts commit 71f31347fc.

Conflicts:
	coreapi/linphonecall.c
	mediastreamer2
2013-03-22 16:34:09 +01:00
Simon Morlat
7fe41ec081 fix crash related to zrtp hello hash when adding video 2013-03-21 11:15:11 +01:00
Simon Morlat
5077b5e236 fix crash related to zrtp hello hash when adding video 2013-03-21 11:13:42 +01:00
Ghislain MARY
3020dae1e8 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-03-20 15:49:45 +01:00
Jehan Monnier
c5f239101b implement minimal prack support 2013-03-18 19:32:38 +01:00
Guillaume Beraudo
1b7ed3a9c4 Send ZRTP hello hash in SIP SDP. 2013-03-18 15:58:05 +01:00
Jehan Monnier
d69d96a0ca Merge remote-tracking branch 'public/master' into belle-sip 2013-03-15 17:50:37 +01:00
Simon Morlat
e1552ee1ee add automatic tone user indications 2013-03-14 13:27:53 +01:00
Yann Diorcet
7a453c5935 Add rtp config for disabling upnp for rtp streams 2013-03-13 10:20:59 +01:00
Sylvain Berfini
8d9cb2fd7d Fix null pointer exception 2013-03-11 17:18:22 +01:00
Sylvain Berfini
c3ebf99f5e Fix compilation for WP8 2013-02-27 17:28:15 +01:00
Jehan Monnier
956935274f Merge remote-tracking branch 'public/master' into belle-sip 2013-02-19 15:56:44 +01:00
Yann Diorcet
9cb68a7d8d Disable ping options when uPnP is working 2013-02-19 15:07:10 +01:00
Jehan Monnier
0242451dde Merge remote-tracking branch 'public/master' into belle-sip
Conflicts:
	coreapi/linphonecore.c
	coreapi/proxy.c
	mediastreamer2
2013-02-18 16:15:12 +01:00
Jehan Monnier
b7c0c35102 continue transfer implemenation 2013-02-18 15:57:19 +01:00
Jehan Monnier
615fb7ad5d continue call transfer impl 2013-02-15 18:47:46 +01:00
Simon Morlat
4ab5ec9232 API fixups and cleanups. 2013-02-15 14:21:34 +01:00
Simon Morlat
c8e0246cca ICE was broken due to uPNP support, now ICE is back ! 2013-02-08 17:27:54 +01:00
Simon Morlat
beede6a18d fix bugs. 2013-02-07 18:45:46 +01:00
Simon Morlat
990cbb596d - fix text_received() callback so that it can work without date header.
- add api to add custom header (work in progress)
- add accessors to call logs and hide the structure into private.h
2013-02-06 22:29:13 +01:00
Simon Morlat
0700c04d4a implement call recording. 2013-02-06 15:06:40 +01:00
Simon Morlat
e2707b8d5c add get_remote_contact() api and clean java API. 2013-01-30 12:05:09 +01:00
Yann Diorcet
5c939acd69 Merge branch 'upnp'
Conflicts:
	coreapi/callbacks.c
	coreapi/linphonecore.c
	gtk/Makefile.am
	mediastreamer2
2013-01-25 12:01:50 +01:00
Yann Diorcet
be6d786ba2 Add upnp call stats 2013-01-24 15:59:42 +01:00
Ghislain MARY
39bbe2656b Keep the total number of streams and the number of active streams in the media description.
This is to respect section 8 of RFC 3264 ("Modifying the Session"). The
number of streams in the SDP MUST NOT decrease.
2013-01-23 12:25:08 +01:00
Ghislain MARY
bfcc29b4e7 Merge branch 'dev_bt_session_version' 2013-01-18 11:59:52 +01:00
Ghislain MARY
848c200eb1 Add "keep_sdp_version" option. 2013-01-18 11:57:44 +01:00
Ghislain MARY
d496d95845 Prevent crash when updating SRTP keys if a media is disabled. 2013-01-17 16:27:39 +01:00
Ghislain MARY
3500af3adf Do not update session version in SDP when remote send re-invite without updating it. 2013-01-10 11:15:05 +01:00
Yann Diorcet
3b20b89886 Merge branch 'master' of git.linphone.org:linphone into upnp
Conflicts:
	coreapi/linphonecore.c
	mediastreamer2
2013-01-09 13:58:33 +01:00
Yann Diorcet
a87c70e44a Improve uPnP API and uPnP mechanism 2013-01-09 11:56:55 +01:00
Yann Diorcet
33bab1941e Improve uPnP api 2013-01-09 10:28:18 +01:00
Ghislain MARY
9f9602e728 Factorize media streams code. 2013-01-07 16:22:12 +01:00
Yann Diorcet
92a7d6695c Set external port equal to local port the first time 2013-01-07 16:08:09 +01:00
Yann Diorcet
f3805137e6 Working call with uPnP 2013-01-04 16:19:13 +01:00