Commit graph

133 commits

Author SHA1 Message Date
Simon Morlat
8436ca70e7 fix crash and add missing icon 2010-09-30 16:08:54 +02:00
Simon Morlat
83f8b5fc9c improve early media: add an api to set a ringback tone. 2010-09-27 15:56:45 +02:00
Simon Morlat
2a7ecd9ca4 debug video addon feature 2010-09-27 14:13:21 +02:00
Simon Morlat
c192381c8f implement sending of early media 2010-09-26 13:02:05 +02:00
Simon Morlat
e40e702d3a add error reason reporting api 2010-09-24 13:12:43 +02:00
Simon Morlat
8fbba8c7f0 add new api to allow calling without video and add it later 2010-09-23 22:32:15 +02:00
Simon Morlat
696fdb8476 improve states naming 2010-09-16 22:57:09 +02:00
Simon Morlat
82e88822b8 choose video placement from linphonec 2010-09-16 17:26:43 +02:00
Simon Morlat
8e87a3eb3d fix for android dtmfs playing 2010-09-13 17:32:20 +02:00
Simon Morlat
19d666cd1a add silence file for android 2010-09-13 17:06:08 +02:00
Simon Morlat
5fadf3bd01 fix indent 2010-09-13 16:46:06 +02:00
Simon Morlat
11ea1b9ec2 set current_call to unique call for incoming calls 2010-09-13 09:37:48 +02:00
Simon Morlat
d6192125f9 multicall gtk support seems ok 2010-09-10 22:21:08 +02:00
Simon Morlat
a67e46ae6c multicall bugfixes 2010-09-10 18:07:42 +02:00
Simon Morlat
43f371594f multicall in gtk and bugfixes 2010-09-10 12:06:01 +02:00
Simon Morlat
8b1a36aca4 fix crash and c++ compilation problem 2010-09-09 22:12:23 +02:00
Simon Morlat
3a02574fc5 multicall support in gtk interface 2010-09-09 15:23:23 +02:00
Simon Morlat
ae37e1404d add new command to set fps of static picture 2010-09-03 15:41:15 +02:00
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