Commit graph

115 commits

Author SHA1 Message Date
Simon Morlat
d4a57fff79 Merge branch 'dev_multicall'
and improve documentation

Conflicts:
	coreapi/callbacks.c
	coreapi/linphonecore.c
	coreapi/linphonecore.h
2010-08-26 16:01:10 +02:00
Simon Morlat
163b64096a implements playing of dtmfs outside of any call
Conflicts:

	coreapi/callbacks.c
	coreapi/linphonecore.c
	coreapi/linphonecore.h
	mediastreamer2
2010-08-26 12:38:19 +02:00
Simon Morlat
f6d765bc22 implements playing of dtmfs outside of any call 2010-08-26 12:10:12 +02:00
Simon Morlat
1e15e24d8d allow playing audio file during hold on 2010-08-25 14:26:45 +02:00
Simon Morlat
8a5c5626e3 fix bug with calls without ping not beeing identified by linphonec 2010-08-23 15:15:51 +02:00
Simon Morlat
d32da0079d many bugfixes and improvements for multicall 2010-08-20 16:33:11 +02:00
Simon Morlat
7a02fb5ab1 fix bugs 2010-08-17 16:16:58 +02:00
Simon Morlat
0ec655d063 fix compilation bug with video disabled 2010-08-17 15:42:16 +02:00
Simon Morlat
5de380f508 multicall again 2010-08-17 15:20:00 +02:00
Simon Morlat
675f7bcd9e major redesign of liblinphone in progress 2010-08-16 17:08:28 +02:00
Simon Morlat
725638c7bc fix some bugs, cleanups 2010-08-09 14:55:09 +02:00
Simon Morlat
f521b69f42 Merge branch 'master' into dev_multicall
Conflicts:
	console/commands.c
	coreapi/callbacks.c
	coreapi/linphonecore.c
	coreapi/sal_eXosip2.c
	mediastreamer2
2010-08-09 09:55:45 +02:00
Jehan Monnier
1dc662bf49 init mediastream after call is accepted in case of iPhone build. If mediastream is init to early, linphone issues a SIGPIPE in case of incoming call while in background.
fixed error are:
	Error receiving RTP packet: Socket is not connected.
	Error receiving RTCP packet: Socket is not connected.
	linphone process event get a message 15
	CALL_ACK
	Error receiving RTP packet: Socket is not connected.
	Error receiving RTCP packet: Socket is not connected.
	Audio MSTicker: We are late of 51 miliseconds.
	synchronizing timestamp, diff=1520
	Error sending rtp packet: Broken pipe ; socket=16
	Error sending rtp packet: Broken pipe ; socket=16
	Error sending rtp packet: Broken pipe ; socket=16
	Error receiving RTP packet: Socket is not connected.
	Error receiving RTCP packet: Socket is not connected.
2010-07-21 14:25:17 +02:00
Simon Morlat
ca0cf4725e add a [sound] dc_removal property item to enable DC removal on mic->rtp MSVolume 2010-06-30 12:40:07 +02:00
Simon Morlat
db396ef5e0 fix critical bug concerning configuration of MSVolume 2010-06-25 17:20:06 +02:00
Simon Morlat
690fb3a6af echo limiter clarified 2010-06-24 10:22:18 +02:00
Simon Morlat
f342c26cd8 merge patch to parametrize video codecs in linphonec.
fix unterminated calls in some rare cases
2010-06-23 16:34:12 +02:00
Simon Morlat
e6e6f38e0a minor fixes and improvement in dtmf notifications 2010-06-22 10:41:10 +02:00
Jehan Monnier
a17cdb896f Merge branch 'master' of git.linphone.org:linphone-private
Conflicts:
	mediastreamer2
2010-06-18 11:00:23 +02:00
Jehan Monnier
cd009860b2 add codec management to java api 2010-06-18 10:56:51 +02:00
Simon Morlat
d8b8bc5301 add multicall to gstate callback 2010-06-17 15:58:19 +02:00
Simon Morlat
722ab2d99d Merge branch 'master' into dev_multicall
Conflicts:
	console/commands.c
	coreapi/linphonecore.c
	coreapi/linphonecore.h
2010-06-17 12:35:47 +02:00
Simon Morlat
a61a62b090 Merge branch 'master' of belledonne-communications.com:linphone-private 2010-06-17 12:18:43 +02:00
Simon Morlat
62a94c9c26 fix get_soft_playback_level(): was returning the measured volume ! 2010-06-17 12:17:42 +02:00
Simon Morlat
fc4ab03344 add test code for renderer callback 2010-06-16 16:22:44 +02:00
Jehan Monnier
d21df41a76 destroy cleared proxy config after 5 seconds 2010-06-16 16:05:05 +02:00
Jehan Monnier
8e6c12d12a add random sip port selection
add linphone_core_get_port
2010-06-15 13:59:00 +02:00
Simon Morlat
1a32d8f8a5 fix bug when call not closed when an invite is accepted with a 200Ok directly 2010-06-14 21:32:46 +02:00
Jehan Monnier
5689b5d860 fix linphone_core_get_sip_transports naming 2010-06-07 12:09:47 +02:00
Simon Morlat
6672dec459 add support in the api for multi transport
find best contact at first register.

multi-transport does not work because it is not implemented in eXosip
2010-06-04 17:42:12 +02:00
Simon Morlat
df7af48647 add nortp mute feature 2010-06-03 12:07:17 +02:00
Jehan Monnier
160d6256cd Merge branch 'master' of git.linphone.org:linphone-private 2010-06-03 08:45:50 +02:00
Jehan Monnier
9c828b1727 enable tcp transport 2010-06-03 08:45:24 +02:00
Simon Morlat
a3a4fe17d8 Merge branch 'master' into dev_multicall
Conflicts:
	mediastreamer2
2010-06-02 17:58:46 +02:00
Simon Morlat
e7eb4edfbd fix crash when video stream or audio stream not accepted 2010-06-02 17:55:50 +02:00
Simon Morlat
d37e618afa fix crash 2010-06-02 15:09:18 +02:00
Simon Morlat
f6537cb2b5 fix release of call objects 2010-06-02 14:18:07 +02:00
Simon Morlat
be086cd0fc linphone sound daemon now fully works 2010-06-02 11:51:43 +02:00
Simon Morlat
d5bcf73fd6 Merge branch 'dev_lsd' into dev_multicall
Conflicts:
	coreapi/callbacks.c
	coreapi/linphonecore.c
2010-05-31 17:27:37 +02:00
Simon Morlat
9bd55d0b34 bugfixing in lsd. 2010-05-31 16:54:40 +02:00
Simon Morlat
7fa19445c2 improved test with new event queue 2010-05-30 22:40:19 +02:00
Simon Morlat
359bb6e0a2 code complete for linphone sound daemon 2010-05-28 14:15:27 +02:00
Simon Morlat
c501e09773 Merge branch 'master' into dev_multicall 2010-05-21 14:58:39 +02:00
Simon Morlat
1135f599f1 merge patch from aurel 2010-05-21 14:58:03 +02:00
Simon Morlat
ff1bcf9225 set RTP stats at end of call 2010-05-20 15:01:54 +02:00
Simon Morlat
574f492441 add support for retrieving RTP statistics. 2010-05-20 12:10:50 +02:00
Jehan Monnier
936920203a add ilbc for android + add keep alive parameter for sal 2010-05-17 17:08:56 +02:00
Simon Morlat
7404ff6163 fix duplicated codecs in config. 2010-05-14 17:40:04 +02:00
Simon Morlat
ef1a541aa6 Merge branch 'master' into dev_multicall 2010-05-12 14:49:52 +02:00
Simon Morlat
3e1a0348cb set a reference to the call in the ping_op 2010-05-12 14:49:10 +02:00