]> sjero.net Git - linphone/log
linphone
13 years agoMerge branch 'master' into dev_multicall
Simon Morlat [Thu, 17 Jun 2010 10:35:47 +0000 (12:35 +0200)]
Merge branch 'master' into dev_multicall

Conflicts:
console/commands.c
coreapi/linphonecore.c
coreapi/linphonecore.h

13 years agoupdate mediastreamer2
Simon Morlat [Thu, 17 Jun 2010 10:20:21 +0000 (12:20 +0200)]
update mediastreamer2

13 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Thu, 17 Jun 2010 10:18:43 +0000 (12:18 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

13 years agofix get_soft_playback_level(): was returning the measured volume !
Simon Morlat [Thu, 17 Jun 2010 10:17:42 +0000 (12:17 +0200)]
fix get_soft_playback_level(): was returning the measured volume !

13 years agoadd delation_date attribute to proxy cfg
Jehan Monnier [Thu, 17 Jun 2010 07:51:39 +0000 (09:51 +0200)]
add delation_date attribute to proxy cfg

13 years agoadd test code for renderer callback
Simon Morlat [Wed, 16 Jun 2010 14:22:44 +0000 (16:22 +0200)]
add test code for renderer callback

13 years agodestroy cleared proxy config after 5 seconds
Jehan Monnier [Wed, 16 Jun 2010 14:05:05 +0000 (16:05 +0200)]
destroy cleared proxy config after 5 seconds

13 years agoadd linphone_sound_daemon_release_all_players()
Simon Morlat [Wed, 16 Jun 2010 09:24:45 +0000 (11:24 +0200)]
add linphone_sound_daemon_release_all_players()

13 years agoMerge branch 'master' of git.linphone.org:linphone-private
Jehan Monnier [Tue, 15 Jun 2010 12:00:26 +0000 (14:00 +0200)]
Merge branch 'master' of git.linphone.org:linphone-private

13 years agoMerge branch 'master' of git://git.savannah.nongnu.org/linphone
Jehan Monnier [Tue, 15 Jun 2010 12:00:05 +0000 (14:00 +0200)]
Merge branch 'master' of git://git.savannah.nongnu.org/linphone

13 years agoadd random sip port selection
Jehan Monnier [Tue, 15 Jun 2010 11:59:00 +0000 (13:59 +0200)]
add random sip port selection
add linphone_core_get_port

13 years agoadd linphonecore_utils.h to installed headers
Simon Morlat [Tue, 15 Jun 2010 11:49:12 +0000 (13:49 +0200)]
add linphonecore_utils.h to installed headers

13 years agoadd trace at daemon startup
Simon Morlat [Mon, 14 Jun 2010 20:44:56 +0000 (22:44 +0200)]
add trace at daemon startup

13 years agofix bug when call not closed when an invite is accepted with a 200Ok directly
Simon Morlat [Mon, 14 Jun 2010 19:32:46 +0000 (21:32 +0200)]
fix bug when call not closed when an invite is accepted with a 200Ok directly

13 years agoadd linphone_sound_daemon_stop_all_players()
Simon Morlat [Mon, 14 Jun 2010 14:25:03 +0000 (16:25 +0200)]
add linphone_sound_daemon_stop_all_players()

13 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Jehan Monnier [Mon, 14 Jun 2010 14:13:09 +0000 (16:13 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

13 years agofix transport parameter in contact header (for tcp)
Jehan Monnier [Mon, 14 Jun 2010 14:12:38 +0000 (16:12 +0200)]
fix transport parameter in contact header (for tcp)

13 years agoallow setting of output audio format in LinphoneSoundDaemon
Simon Morlat [Mon, 14 Jun 2010 12:34:01 +0000 (14:34 +0200)]
allow setting of output audio format in LinphoneSoundDaemon

13 years agofix crash at termination
Simon Morlat [Mon, 14 Jun 2010 10:06:58 +0000 (12:06 +0200)]
fix crash at termination

13 years agore-enable LinphoneFactory log handler
Jehan Monnier [Thu, 10 Jun 2010 07:35:32 +0000 (09:35 +0200)]
re-enable LinphoneFactory log handler

13 years agofix bad guess of ip addresses with getifaddrs() (ipv6)
Simon Morlat [Wed, 9 Jun 2010 12:49:48 +0000 (14:49 +0200)]
fix bad guess of ip addresses with getifaddrs() (ipv6)

13 years agofix linphone_core_get_sip_transports naming
Jehan Monnier [Mon, 7 Jun 2010 10:09:47 +0000 (12:09 +0200)]
fix linphone_core_get_sip_transports naming

13 years agoadd support in the api for multi transport
Simon Morlat [Fri, 4 Jun 2010 15:42:12 +0000 (17:42 +0200)]
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

13 years agodo not make a double registration when using tcp (useless)
Simon Morlat [Fri, 4 Jun 2010 09:44:11 +0000 (11:44 +0200)]
do not make a double registration when using tcp (useless)
improve account configuration box

13 years agoadd nortp mute feature
Simon Morlat [Thu, 3 Jun 2010 10:07:17 +0000 (12:07 +0200)]
add nortp mute feature

13 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Thu, 3 Jun 2010 09:34:12 +0000 (11:34 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

13 years agonew release: 3.3.1
Simon Morlat [Thu, 3 Jun 2010 09:33:45 +0000 (11:33 +0200)]
new release: 3.3.1

13 years agoMerge branch 'master' of git.linphone.org:linphone-private
Jehan Monnier [Thu, 3 Jun 2010 06:45:50 +0000 (08:45 +0200)]
Merge branch 'master' of git.linphone.org:linphone-private

13 years agoenable tcp transport
Jehan Monnier [Thu, 3 Jun 2010 06:45:24 +0000 (08:45 +0200)]
enable tcp transport

13 years agoMerge branch 'master' into dev_multicall
Simon Morlat [Wed, 2 Jun 2010 15:58:46 +0000 (17:58 +0200)]
Merge branch 'master' into dev_multicall

Conflicts:
mediastreamer2

13 years agofix crash when video stream or audio stream not accepted
Simon Morlat [Wed, 2 Jun 2010 15:55:50 +0000 (17:55 +0200)]
fix crash when video stream or audio stream not accepted

13 years agofix crash
Simon Morlat [Wed, 2 Jun 2010 13:09:18 +0000 (15:09 +0200)]
fix crash

13 years agoMerge branch 'master' into dev_multicall
Simon Morlat [Wed, 2 Jun 2010 12:35:25 +0000 (14:35 +0200)]
Merge branch 'master' into dev_multicall

Conflicts:
coreapi/callbacks.c
coreapi/sal_eXosip2.c
mediastreamer2

13 years agofix release of call objects
Simon Morlat [Wed, 2 Jun 2010 12:18:07 +0000 (14:18 +0200)]
fix release of call objects

13 years agolinphone sound daemon now fully works
Simon Morlat [Wed, 2 Jun 2010 09:51:43 +0000 (11:51 +0200)]
linphone sound daemon now fully works

13 years agoMerge branch 'dev_lsd' into dev_multicall
Simon Morlat [Mon, 31 May 2010 15:27:37 +0000 (17:27 +0200)]
Merge branch 'dev_lsd' into dev_multicall

Conflicts:
coreapi/callbacks.c
coreapi/linphonecore.c

13 years agobugfixing in lsd.
Simon Morlat [Mon, 31 May 2010 14:54:40 +0000 (16:54 +0200)]
bugfixing in lsd.

13 years agoimproved test with new event queue
Simon Morlat [Sun, 30 May 2010 20:40:19 +0000 (22:40 +0200)]
improved test with new event queue

13 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Fri, 28 May 2010 12:48:41 +0000 (14:48 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

13 years agofix bug with sdp_answer not reset as it should.
Simon Morlat [Fri, 28 May 2010 12:44:21 +0000 (14:44 +0200)]
fix bug with sdp_answer not reset as it should.

13 years agofix bug with sdp_answer not reset as it should.
Simon Morlat [Fri, 28 May 2010 12:44:21 +0000 (14:44 +0200)]
fix bug with sdp_answer not reset as it should.

13 years agocode complete for linphone sound daemon
Simon Morlat [Fri, 28 May 2010 12:15:27 +0000 (14:15 +0200)]
code complete for linphone sound daemon

13 years agoupdate linphone core states
Jehan Monnier [Thu, 27 May 2010 10:33:44 +0000 (12:33 +0200)]
update linphone core states

13 years agowork in progress, near code complete
Simon Morlat [Thu, 27 May 2010 09:33:47 +0000 (11:33 +0200)]
work in progress, near code complete

13 years agofix bug when checking for quotes
Simon Morlat [Thu, 27 May 2010 08:54:35 +0000 (10:54 +0200)]
fix bug when checking for quotes

13 years agochange policy regarding quotes in displaynames
Simon Morlat [Thu, 27 May 2010 08:11:37 +0000 (10:11 +0200)]
change policy regarding quotes in displaynames

13 years agowork in progress
Simon Morlat [Wed, 26 May 2010 21:33:02 +0000 (23:33 +0200)]
work in progress

13 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Tue, 25 May 2010 16:08:35 +0000 (18:08 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

13 years agofix bug on reinvite (streams not started)
Simon Morlat [Tue, 25 May 2010 16:08:02 +0000 (18:08 +0200)]
fix bug on reinvite (streams not started)

13 years agosound daemon: work in progress
Simon Morlat [Tue, 25 May 2010 16:04:02 +0000 (18:04 +0200)]
sound daemon: work in progress

14 years agoMerge branch 'master' of git.linphone.org:linphone-private
Jehan Monnier [Fri, 21 May 2010 13:58:31 +0000 (15:58 +0200)]
Merge branch 'master' of git.linphone.org:linphone-private

14 years agoadd new gstate REG_PENDING, OUT_RINGING
Jehan Monnier [Fri, 21 May 2010 13:52:14 +0000 (15:52 +0200)]
add new gstate REG_PENDING, OUT_RINGING
concatenate Reason header with reason phrase in case of state error

14 years agoMerge branch 'master' into dev_multicall
Simon Morlat [Fri, 21 May 2010 12:58:39 +0000 (14:58 +0200)]
Merge branch 'master' into dev_multicall

14 years agomerge patch from aurel
Simon Morlat [Fri, 21 May 2010 12:58:03 +0000 (14:58 +0200)]
merge patch from aurel

14 years agoautomatically surround displayname without quotes, to allow users to use non ascii...
Simon Morlat [Fri, 21 May 2010 10:19:12 +0000 (12:19 +0200)]
automatically surround displayname without quotes, to allow users to use non ascii characters.

14 years agoset RTP stats at end of call
Simon Morlat [Thu, 20 May 2010 13:01:54 +0000 (15:01 +0200)]
set RTP stats at end of call

14 years agoupdate mediastreamer
Simon Morlat [Thu, 20 May 2010 10:11:49 +0000 (12:11 +0200)]
update mediastreamer

14 years agoadd support for retrieving RTP statistics.
Simon Morlat [Thu, 20 May 2010 10:10:50 +0000 (12:10 +0200)]
add support for retrieving RTP statistics.

14 years agoadd missing file
Simon Morlat [Wed, 19 May 2010 14:19:46 +0000 (16:19 +0200)]
add missing file

14 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Wed, 19 May 2010 12:47:00 +0000 (14:47 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

Conflicts:
mediastreamer2

14 years agoupdate news
Simon Morlat [Wed, 19 May 2010 12:46:04 +0000 (14:46 +0200)]
update news

14 years agoadd external log handler
Jehan Monnier [Tue, 18 May 2010 15:50:14 +0000 (17:50 +0200)]
add external log handler

14 years agoadd ilbc for android + add keep alive parameter for sal
Jehan Monnier [Mon, 17 May 2010 15:08:56 +0000 (17:08 +0200)]
add ilbc for android + add  keep alive parameter for sal

14 years agoadd new target 'sdk' to generate full liblinphone-sdk
unknown [Fri, 14 May 2010 16:42:39 +0000 (18:42 +0200)]
add new target 'sdk' to generate full liblinphone-sdk

14 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Fri, 14 May 2010 15:40:35 +0000 (17:40 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

14 years agofix duplicated codecs in config.
Simon Morlat [Fri, 14 May 2010 15:40:04 +0000 (17:40 +0200)]
fix duplicated codecs in config.

14 years agoMerge branch 'master' of git.linphone.org:linphone-private
Jehan Monnier [Fri, 14 May 2010 14:50:23 +0000 (16:50 +0200)]
Merge branch 'master' of git.linphone.org:linphone-private

14 years agofix linphonecoreexception
Jehan Monnier [Fri, 14 May 2010 14:49:54 +0000 (16:49 +0200)]
fix linphonecoreexception

14 years agoMerge branch 'master' into dev_multicall
Simon Morlat [Wed, 12 May 2010 12:49:52 +0000 (14:49 +0200)]
Merge branch 'master' into dev_multicall

14 years agoset a reference to the call in the ping_op
Simon Morlat [Wed, 12 May 2010 12:49:10 +0000 (14:49 +0200)]
set a reference to the call in the ping_op

14 years agomake mediastreamer2 to the correct branch/version
Simon Morlat [Wed, 12 May 2010 08:01:48 +0000 (10:01 +0200)]
make mediastreamer2 to the correct branch/version

14 years agoMerge branch 'master' into dev_multicall
Simon Morlat [Wed, 12 May 2010 08:00:49 +0000 (10:00 +0200)]
Merge branch 'master' into dev_multicall

Conflicts:
coreapi/callbacks.c
coreapi/linphonecore.c

14 years agofix ping_op with no back reference
Simon Morlat [Wed, 12 May 2010 07:53:07 +0000 (09:53 +0200)]
fix ping_op with no back reference

14 years agofix bug with SalMediaDescription not ref'd
Simon Morlat [Wed, 12 May 2010 07:23:15 +0000 (09:23 +0200)]
fix bug with SalMediaDescription not ref'd

14 years agokeep sending streams when put on hold by remote
Simon Morlat [Mon, 10 May 2010 13:27:06 +0000 (15:27 +0200)]
keep sending streams when put on hold by remote

14 years agoupdate version of configure.in
Simon Morlat [Mon, 10 May 2010 09:37:36 +0000 (11:37 +0200)]
update version of configure.in

14 years agonew version 3.3.0
Simon Morlat [Mon, 10 May 2010 09:30:41 +0000 (11:30 +0200)]
new version 3.3.0

14 years agoenhance .gitignores
Simon Morlat [Fri, 7 May 2010 19:53:02 +0000 (21:53 +0200)]
enhance .gitignores

14 years agoenhance .gitignores
Simon Morlat [Fri, 7 May 2010 19:53:02 +0000 (21:53 +0200)]
enhance .gitignores

14 years agomerge patch that adds callback to notify about call changes (resume/paused) etc..
Simon Morlat [Fri, 7 May 2010 15:36:32 +0000 (17:36 +0200)]
merge patch that adds callback to notify about call changes (resume/paused) etc..

14 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Thu, 6 May 2010 09:39:21 +0000 (11:39 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

14 years agoset env variables for pulseaudio
Simon Morlat [Thu, 6 May 2010 09:38:39 +0000 (11:38 +0200)]
set env variables for pulseaudio

14 years agoMerge branch 'master' of git.linphone.org:linphone-private
Jehan Monnier [Tue, 4 May 2010 16:13:04 +0000 (18:13 +0200)]
Merge branch 'master' of git.linphone.org:linphone-private

14 years agoenhance LinphoneCoreException for j2me
Jehan Monnier [Tue, 4 May 2010 16:12:12 +0000 (18:12 +0200)]
enhance LinphoneCoreException for j2me

14 years agomerge patch adding user pointers
Simon Morlat [Mon, 3 May 2010 12:58:27 +0000 (14:58 +0200)]
merge patch adding user pointers

14 years agoMerge branch 'master' into dev_multicall
Simon Morlat [Mon, 3 May 2010 12:54:53 +0000 (14:54 +0200)]
Merge branch 'master' into dev_multicall

14 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Mon, 3 May 2010 12:54:22 +0000 (14:54 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

14 years agoadd AMR support
Simon Morlat [Mon, 3 May 2010 12:53:30 +0000 (14:53 +0200)]
add AMR support

14 years agofix LinphoneCore.GeneralState + implement missing jnis for LinphoneProxyConfig
Jehan Monnier [Sun, 2 May 2010 17:11:39 +0000 (19:11 +0200)]
fix LinphoneCore.GeneralState + implement missing jnis for LinphoneProxyConfig

14 years agoset registered flag before notifying about new gstate
Jehan Monnier [Sun, 2 May 2010 17:10:22 +0000 (19:10 +0200)]
set registered flag before notifying about new gstate

14 years agoMerge branch 'master' of git.linphone.org:linphone-private
Jehan Monnier [Fri, 30 Apr 2010 16:02:05 +0000 (18:02 +0200)]
Merge branch 'master' of git.linphone.org:linphone-private

14 years agomv most of the code to common directory. add LinphoneCoreException specific implement...
Jehan Monnier [Fri, 30 Apr 2010 16:00:09 +0000 (18:00 +0200)]
mv most of the code to common directory. add LinphoneCoreException specific implementation both for j2me and j2se

14 years agoupdate mediastreamer2 and news.
Simon Morlat [Fri, 30 Apr 2010 13:12:18 +0000 (15:12 +0200)]
update mediastreamer2 and news.

14 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Fri, 30 Apr 2010 09:07:20 +0000 (11:07 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

14 years agofix NAT issues with audio only
Simon Morlat [Fri, 30 Apr 2010 09:00:06 +0000 (11:00 +0200)]
fix NAT issues with audio only

14 years agoMerge branch 'master' of git.linphone.org:linphone-private
Jehan Monnier [Thu, 29 Apr 2010 15:06:10 +0000 (17:06 +0200)]
Merge branch 'master' of git.linphone.org:linphone-private

14 years agoadd exeptions to LiphoneCore java api
Jehan Monnier [Thu, 29 Apr 2010 15:05:32 +0000 (17:05 +0200)]
add exeptions to LiphoneCore java api

14 years agoMerge branch 'master' of belledonne-communications.com:linphone-private
Simon Morlat [Thu, 29 Apr 2010 13:58:17 +0000 (15:58 +0200)]
Merge branch 'master' of belledonne-communications.com:linphone-private

14 years agouse mapped address in c=
Simon Morlat [Thu, 29 Apr 2010 13:57:58 +0000 (15:57 +0200)]
use mapped address in c=

14 years agoMerge branch 'master' of git.linphone.org:linphone-private
Jehan Monnier [Thu, 29 Apr 2010 13:29:10 +0000 (15:29 +0200)]
Merge branch 'master' of git.linphone.org:linphone-private