Commit graph

221 commits

Author SHA1 Message Date
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
82291db35e Merge branch 'master' of git.linphone.org:linphone-private 2010-07-21 14:30:36 +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
Jehan Monnier
2b7bd0b0e4 add Android sound card support 2010-07-20 17:38:39 +02:00
Simon Morlat
527fdcbda6 add sip: when required to server address 2010-07-16 15:31:17 +02:00
Simon Morlat
61677ff44a print error message instead of (null) 2010-07-06 12:49:41 +02:00
Simon Morlat
dc959b97bd improve a bit processing of errors 2010-07-06 11:37:38 +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
ab5503fca8 add missing sip: for routes 2010-06-30 12:09:48 +02:00
Jehan Monnier
94b38f943d Merge branch 'master' of git.linphone.org:linphone-private
Conflicts:
	mediastreamer2
2010-06-30 09:53:03 +02:00
Jehan Monnier
754c5bb689 add ilbc to android 2010-06-30 09:51:47 +02:00
Simon Morlat
015fbba405 Merge branch 'master' of belledonne-communications.com:linphone-private
Conflicts:
	mediastreamer2
2010-06-29 11:25:58 +02:00
Simon Morlat
27de706363 fix unused fmtp when receiving sdp answer 2010-06-29 11:25:09 +02:00
Jehan Monnier
fc856b97ae add EC jni methods 2010-06-28 17:22:44 +02:00
Simon Morlat
db396ef5e0 fix critical bug concerning configuration of MSVolume 2010-06-25 17:20:06 +02:00
Jehan Monnier
d1f0a3cebe Merge branch 'master' of git.linphone.org:linphone-private 2010-06-25 11:23:15 +02:00
Jehan Monnier
d32f638f27 fix LinphoneAddress.setDisplay with null value 2010-06-25 11:22:45 +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
Jehan Monnier
8821090e45 add delation_date attribute to proxy cfg 2010-06-17 09:51:39 +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
Simon Morlat
c3cf0f72e5 add linphone_sound_daemon_release_all_players() 2010-06-16 11:24:45 +02:00
Jehan Monnier
6d5eeb0dd7 Merge branch 'master' of git.linphone.org:linphone-private 2010-06-15 14:00:26 +02:00
Jehan Monnier
50c04ac61a Merge branch 'master' of git://git.savannah.nongnu.org/linphone 2010-06-15 14:00: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
41c25722fb add linphonecore_utils.h to installed headers 2010-06-15 13:49:12 +02:00
Simon Morlat
11a292a808 add trace at daemon startup 2010-06-14 22:44:56 +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
Simon Morlat
567cec3c40 add linphone_sound_daemon_stop_all_players() 2010-06-14 16:25:03 +02:00
Jehan Monnier
481032c0fb fix transport parameter in contact header (for tcp) 2010-06-14 16:12:38 +02:00
Simon Morlat
b448d5a9af allow setting of output audio format in LinphoneSoundDaemon 2010-06-14 14:34:01 +02:00
Simon Morlat
6cc2bfad9e fix crash at termination 2010-06-14 12:06:58 +02:00
Simon Morlat
10294f3ceb fix bad guess of ip addresses with getifaddrs() (ipv6) 2010-06-09 14:49:48 +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
46a2704832 do not make a double registration when using tcp (useless)
improve account configuration box
2010-06-04 11:44:11 +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