]> sjero.net Git - linphone/log
linphone
11 years agoadd function LinphoneProxyConfig * linphone_core_create_proxy_config(LinphoneCore...
Jehan Monnier [Thu, 30 Aug 2012 14:27:16 +0000 (16:27 +0200)]
add function LinphoneProxyConfig * linphone_core_create_proxy_config(LinphoneCore *lc) to create proxy config with default values from section [default_values]

11 years agoUpdate oRTP and ms2 submodules.
Ghislain MARY [Thu, 30 Aug 2012 13:29:26 +0000 (15:29 +0200)]
Update oRTP and ms2 submodules.

11 years agofix linphone_core_find_payload_type wildcard mode
Jehan Monnier [Thu, 30 Aug 2012 10:43:09 +0000 (12:43 +0200)]
fix linphone_core_find_payload_type wildcard mode

11 years agoMerge branch 'master' of git.linphone.org:linphone
Jehan Monnier [Wed, 29 Aug 2012 17:22:29 +0000 (19:22 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoset tls option immediate effect
Simon Morlat [Wed, 29 Aug 2012 17:21:31 +0000 (19:21 +0200)]
set tls option immediate effect

11 years agoadd sip message delivery notification
Jehan Monnier [Wed, 29 Aug 2012 16:16:26 +0000 (18:16 +0200)]
add sip message delivery notification

11 years agouse exosip_reset_transport when possible
Simon Morlat [Tue, 28 Aug 2012 13:37:48 +0000 (15:37 +0200)]
use exosip_reset_transport when possible

11 years agoChange API of findPayloadType() to take the number of channels into account.
Ghislain MARY [Tue, 28 Aug 2012 07:51:26 +0000 (09:51 +0200)]
Change API of findPayloadType() to take the number of channels into account.

11 years agoChange API of linphone_core_find_payload_type() to take the number of channels into...
Ghislain MARY [Tue, 28 Aug 2012 07:03:38 +0000 (09:03 +0200)]
Change API of linphone_core_find_payload_type() to take the number of channels into account.

11 years agoFix incorrect maximum number of payload types.
Ghislain MARY [Mon, 27 Aug 2012 15:11:51 +0000 (17:11 +0200)]
Fix incorrect maximum number of payload types.

11 years agoStore number of channels for audio codecs in config file.
Ghislain MARY [Mon, 27 Aug 2012 15:09:18 +0000 (17:09 +0200)]
Store number of channels for audio codecs in config file.

11 years agoAdd configuration of adaptive jitter compensation enabling.
Ghislain MARY [Mon, 27 Aug 2012 10:51:41 +0000 (12:51 +0200)]
Add configuration of adaptive jitter compensation enabling.

11 years agoUpdate ms2.
Ghislain MARY [Mon, 27 Aug 2012 10:52:51 +0000 (12:52 +0200)]
Update ms2.

11 years agoupdate ms2 for bugfix and fix JNI
Simon Morlat [Fri, 24 Aug 2012 09:14:33 +0000 (11:14 +0200)]
update ms2 for bugfix and fix JNI

11 years agoUpdate ms2 submodule.
Ghislain MARY [Fri, 24 Aug 2012 08:58:30 +0000 (10:58 +0200)]
Update ms2 submodule.

11 years agoUse accessor function to get ICE check list state.
Ghislain MARY [Fri, 24 Aug 2012 07:24:24 +0000 (09:24 +0200)]
Use accessor function to get ICE check list state.

11 years agoRestart media streams when updating them even if only the video stream is running.
Ghislain MARY [Thu, 23 Aug 2012 14:57:52 +0000 (16:57 +0200)]
Restart media streams when updating them even if only the video stream is running.

11 years agoCheck if an ICE check list can be set to the Completed state after adding the losing...
Ghislain MARY [Thu, 23 Aug 2012 14:13:07 +0000 (16:13 +0200)]
Check if an ICE check list can be set to the Completed state after adding the losing pairs.

11 years agoSet an ICE check list to the Failed state if the corresponding media stream has been...
Ghislain MARY [Thu, 23 Aug 2012 14:10:55 +0000 (16:10 +0200)]
Set an ICE check list to the Failed state if the corresponding media stream has been deactivated by the peer.

11 years agoPrevent gathering ICE candidates if not needed.
Ghislain MARY [Thu, 23 Aug 2012 10:28:15 +0000 (12:28 +0200)]
Prevent gathering ICE candidates if not needed.

11 years agoDo not delete ICE session when it is in the Failed state.
Ghislain MARY [Thu, 23 Aug 2012 07:57:10 +0000 (09:57 +0200)]
Do not delete ICE session when it is in the Failed state.

If the ICE session is deleted it can not be restarted later.
However try to send a re-invite if the session state is Failed but some check
lists have completed successfully.

11 years agofix bad function name
Simon Morlat [Fri, 24 Aug 2012 08:40:37 +0000 (10:40 +0200)]
fix bad function name

11 years agoUpdate ms2
Yann Diorcet [Thu, 23 Aug 2012 08:08:17 +0000 (10:08 +0200)]
Update ms2

11 years agoUpdate ms2
Yann Diorcet [Thu, 23 Aug 2012 06:27:09 +0000 (08:27 +0200)]
Update ms2

11 years agoUpdate ms2
Yann Diorcet [Wed, 22 Aug 2012 16:58:38 +0000 (18:58 +0200)]
Update ms2

11 years agoSet the state of an ICE check list to Failed if the peer has set the port of the...
Ghislain MARY [Wed, 22 Aug 2012 13:58:13 +0000 (15:58 +0200)]
Set the state of an ICE check list to Failed if the peer has set the port of the media stream to 0.

11 years agoPrevent crappy RTP and RTCP address if their extraction from ICE fails.
Ghislain MARY [Wed, 22 Aug 2012 13:56:59 +0000 (15:56 +0200)]
Prevent crappy RTP and RTCP address if their extraction from ICE fails.

11 years agoDo not include ICE candidates in the SDP for a media stream with the port set to 0.
Ghislain MARY [Wed, 22 Aug 2012 13:54:44 +0000 (15:54 +0200)]
Do not include ICE candidates in the SDP for a media stream with the port set to 0.

11 years agoMerge branch 'video-only'
Ghislain MARY [Wed, 22 Aug 2012 10:05:46 +0000 (12:05 +0200)]
Merge branch 'video-only'

11 years agoAllow starting video stream without starting audio stream.
Ghislain MARY [Wed, 22 Aug 2012 10:05:12 +0000 (12:05 +0200)]
Allow starting video stream without starting audio stream.

11 years agoUpdate ms2
Yann Diorcet [Wed, 22 Aug 2012 09:09:36 +0000 (11:09 +0200)]
Update ms2

11 years agoupdate version number
Simon Morlat [Wed, 22 Aug 2012 07:56:26 +0000 (09:56 +0200)]
update version number

11 years agoUpdate ms2 submodule.
Ghislain MARY [Wed, 22 Aug 2012 07:43:59 +0000 (09:43 +0200)]
Update ms2 submodule.

11 years agoFix enabling and disabling of video.
Ghislain MARY [Tue, 21 Aug 2012 13:06:11 +0000 (15:06 +0200)]
Fix enabling and disabling of video.

11 years agoMerge branch 'master' of git.linphone.org:linphone
Ghislain MARY [Tue, 21 Aug 2012 11:21:00 +0000 (13:21 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoUpdate ms2 and oRTP submodules.
Ghislain MARY [Tue, 21 Aug 2012 11:20:40 +0000 (13:20 +0200)]
Update ms2 and oRTP submodules.

11 years agoUpdate ms2
Yann Diorcet [Tue, 21 Aug 2012 08:55:20 +0000 (10:55 +0200)]
Update ms2

11 years agoadd dtmf_player_amp propertyo
Simon Morlat [Tue, 21 Aug 2012 08:32:26 +0000 (10:32 +0200)]
add dtmf_player_amp propertyo

11 years agoupdate ms2 (x11 bugfix)
Simon Morlat [Mon, 20 Aug 2012 16:32:31 +0000 (18:32 +0200)]
update ms2 (x11 bugfix)

11 years agoUpdate ms2 and oRTP submodules.
Ghislain MARY [Mon, 20 Aug 2012 12:36:09 +0000 (14:36 +0200)]
Update ms2 and oRTP submodules.

11 years agoUpdate ms2 and oRTP.
Ghislain MARY [Fri, 17 Aug 2012 09:07:06 +0000 (11:07 +0200)]
Update ms2 and oRTP.

11 years agoUpdate ms2.
Ghislain MARY [Thu, 16 Aug 2012 13:23:59 +0000 (15:23 +0200)]
Update ms2.

11 years agoCompilation fix.
Ghislain MARY [Thu, 16 Aug 2012 12:27:21 +0000 (14:27 +0200)]
Compilation fix.

11 years agoMerge branch 'dev_ice'
Ghislain MARY [Thu, 16 Aug 2012 10:01:29 +0000 (12:01 +0200)]
Merge branch 'dev_ice'

11 years agoUpdate ms2 and oRTP.
Ghislain MARY [Thu, 16 Aug 2012 10:00:49 +0000 (12:00 +0200)]
Update ms2 and oRTP.

11 years agoBetter loop ending test.
Ghislain MARY [Thu, 16 Aug 2012 08:59:14 +0000 (10:59 +0200)]
Better loop ending test.

11 years agoDeactivate symmetric RTP when ICE is in use.
Ghislain MARY [Tue, 14 Aug 2012 10:37:21 +0000 (12:37 +0200)]
Deactivate symmetric RTP when ICE is in use.

11 years agoDo not set the c= line to 0.0.0.0 to pause a call when ICE is used.
Ghislain MARY [Mon, 13 Aug 2012 13:03:17 +0000 (15:03 +0200)]
Do not set the c= line to 0.0.0.0 to pause a call when ICE is used.

11 years agoRestart ICE if the c= line is set to 0.0.0.0.
Ghislain MARY [Mon, 13 Aug 2012 12:28:31 +0000 (14:28 +0200)]
Restart ICE if the c= line is set to 0.0.0.0.

11 years agofix bug when telephone-event appears first in a remote SDP offer
Simon Morlat [Mon, 13 Aug 2012 07:45:54 +0000 (09:45 +0200)]
fix bug when telephone-event appears first in a remote SDP offer

11 years agoupdate ms2
Simon Morlat [Mon, 13 Aug 2012 07:48:57 +0000 (09:48 +0200)]
update ms2

11 years agoDefine ICE firewall policy for java.
Ghislain MARY [Fri, 10 Aug 2012 15:23:54 +0000 (17:23 +0200)]
Define ICE firewall policy for java.

11 years agoMerge branch 'master' into dev_ice
Ghislain MARY [Fri, 10 Aug 2012 11:21:45 +0000 (13:21 +0200)]
Merge branch 'master' into dev_ice

11 years agoFix compilation when video is not enabled.
Ghislain MARY [Fri, 10 Aug 2012 10:49:04 +0000 (12:49 +0200)]
Fix compilation when video is not enabled.

11 years agoUpdate ms2
Yann Diorcet [Fri, 10 Aug 2012 08:41:51 +0000 (10:41 +0200)]
Update ms2

11 years agoadd config entry to finely select audio stream features
Simon Morlat [Thu, 9 Aug 2012 14:07:43 +0000 (16:07 +0200)]
add config entry to finely select audio stream features

11 years agoCan now use ICE and ping OPTIONS in parallel.
Ghislain MARY [Thu, 9 Aug 2012 13:45:22 +0000 (15:45 +0200)]
Can now use ICE and ping OPTIONS in parallel.

11 years agoUpdate of ICE from remote media description may delete the ICE session, so check...
Ghislain MARY [Thu, 9 Aug 2012 12:47:20 +0000 (14:47 +0200)]
Update of ICE from remote media description may delete the ICE session, so check that the session exists after the update to prevent crashes.

11 years agoRefactor code to prevent changing linphone_core API.
Ghislain MARY [Thu, 9 Aug 2012 10:00:39 +0000 (12:00 +0200)]
Refactor code to prevent changing linphone_core API.

11 years agofix makefile for android
Simon Morlat [Thu, 9 Aug 2012 09:04:23 +0000 (11:04 +0200)]
fix makefile for android

11 years agoRestore ice-mismatch that was broken during redesign of the interface between media...
Ghislain MARY [Thu, 9 Aug 2012 07:32:23 +0000 (09:32 +0200)]
Restore ice-mismatch that was broken during redesign of the interface between media descriptions and ICE.

11 years agoRestart ICE if remote credentials have changed.
Ghislain MARY [Wed, 8 Aug 2012 13:18:04 +0000 (15:18 +0200)]
Restart ICE if remote credentials have changed.

11 years agoRestart ICE if requested by ICE itself.
Ghislain MARY [Wed, 8 Aug 2012 12:53:27 +0000 (14:53 +0200)]
Restart ICE if requested by ICE itself.

11 years agoDefer sending of answer of re-invite when there are some ICE losing candidate pairs.
Ghislain MARY [Wed, 8 Aug 2012 11:14:06 +0000 (13:14 +0200)]
Defer sending of answer of re-invite when there are some ICE losing candidate pairs.

11 years agoUse ICE selected pairs instead of nominated valid pairs.
Ghislain MARY [Wed, 8 Aug 2012 09:43:51 +0000 (11:43 +0200)]
Use ICE selected pairs instead of nominated valid pairs.

11 years agoUpdate ms2
Yann Diorcet [Tue, 7 Aug 2012 15:38:20 +0000 (17:38 +0200)]
Update ms2

11 years agoIf ICE processing fails, delete the ICE session.
Ghislain MARY [Tue, 7 Aug 2012 14:35:43 +0000 (16:35 +0200)]
If ICE processing fails, delete the ICE session.

11 years agoChange of mediastream2 API.
Ghislain MARY [Tue, 7 Aug 2012 11:44:18 +0000 (13:44 +0200)]
Change of mediastream2 API.

11 years agoCorrectly handle content of SDP when ICE has completed for a specific media stream.
Ghislain MARY [Tue, 7 Aug 2012 09:45:47 +0000 (11:45 +0200)]
Correctly handle content of SDP when ICE has completed for a specific media stream.

11 years agoFix memory leak for android
Sylvain Berfini [Tue, 7 Aug 2012 09:44:14 +0000 (11:44 +0200)]
Fix memory leak for android

11 years agoUse correct contact address in RE-INVITE SIP messages.
Ghislain MARY [Tue, 7 Aug 2012 08:53:07 +0000 (10:53 +0200)]
Use correct contact address in RE-INVITE SIP messages.

11 years agoSome fixes of bugs introduced with redesign of interaction between ICE and media...
Ghislain MARY [Mon, 6 Aug 2012 15:08:06 +0000 (17:08 +0200)]
Some fixes of bugs introduced with redesign of interaction between ICE and media descriptions.

11 years agoMerge branch 'master' of git.linphone.org:linphone
Yann Diorcet [Mon, 6 Aug 2012 12:14:57 +0000 (14:14 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoHandle conversion between media description and ice session.
Ghislain MARY [Fri, 3 Aug 2012 12:45:09 +0000 (14:45 +0200)]
Handle conversion between media description and ice session.

11 years agoRedesign ICE integration to prevent Sal from depending on ICE.
Ghislain MARY [Fri, 3 Aug 2012 08:53:49 +0000 (10:53 +0200)]
Redesign ICE integration to prevent Sal from depending on ICE.

 - Move the ICE session from the Sal Op to the LinphoneCall.
 - Do not access directly to the ICE session to generate the SDP from
   the media description or to generate the media description from the
   SDP. Instead include ICE attributes in the media description.

11 years agoMerge branch 'master' of git.linphone.org:linphone
Yann Diorcet [Mon, 6 Aug 2012 08:41:17 +0000 (10:41 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoupdate documentation
Simon Morlat [Mon, 6 Aug 2012 08:40:59 +0000 (10:40 +0200)]
update documentation

11 years agoadd API to set custom parameters in the SIP contact address of registers.
Simon Morlat [Fri, 3 Aug 2012 14:33:22 +0000 (16:33 +0200)]
add API to set custom parameters in the SIP contact address of registers.

11 years agofix version number declaration
Simon Morlat [Fri, 3 Aug 2012 11:44:43 +0000 (13:44 +0200)]
fix version number declaration

11 years agoUpdate MS2
Yann Diorcet [Fri, 3 Aug 2012 07:41:00 +0000 (09:41 +0200)]
Update MS2

11 years agoPrevent crash, video stream may not exist at this time.
Ghislain MARY [Thu, 2 Aug 2012 16:03:48 +0000 (18:03 +0200)]
Prevent crash, video stream may not exist at this time.

11 years agoPrevent video stop on ICE reinvite when video connectivity checks are finished.
Ghislain MARY [Thu, 2 Aug 2012 13:39:48 +0000 (15:39 +0200)]
Prevent video stop on ICE reinvite when video connectivity checks are finished.

11 years agoAndroid Makefile changed to automatically update linphone version
Sylvain Berfini [Thu, 2 Aug 2012 10:45:15 +0000 (12:45 +0200)]
Android Makefile changed to automatically update linphone version

11 years agoMerge branch 'master' of git.linphone.org:linphone
Sylvain Berfini [Thu, 2 Aug 2012 10:18:17 +0000 (12:18 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoGetVersion method for linphoneCore exported
Sylvain Berfini [Thu, 2 Aug 2012 10:17:57 +0000 (12:17 +0200)]
GetVersion method for linphoneCore exported

11 years agoDefer acceptation of video activation to gather ICE candidates if ICE is enabled.
Ghislain MARY [Thu, 2 Aug 2012 10:16:25 +0000 (12:16 +0200)]
Defer acceptation of video activation to gather ICE candidates if ICE is enabled.

11 years agoUpdate ms2
Yann Diorcet [Thu, 2 Aug 2012 07:20:51 +0000 (09:20 +0200)]
Update ms2

11 years agoUpdate ms2
Yann Diorcet [Wed, 1 Aug 2012 15:59:50 +0000 (17:59 +0200)]
Update ms2

11 years agoRemove ICE check list from the session when removing video from the communication.
Ghislain MARY [Wed, 1 Aug 2012 14:06:19 +0000 (16:06 +0200)]
Remove ICE check list from the session when removing video from the communication.

11 years agoRemove ICE check lists from media streams that are removed from the SDP.
Ghislain MARY [Wed, 1 Aug 2012 13:56:34 +0000 (15:56 +0200)]
Remove ICE check lists from media streams that are removed from the SDP.

11 years agoDefer call update when adding video during communication if ICE is activated to wait...
Ghislain MARY [Wed, 1 Aug 2012 13:16:47 +0000 (15:16 +0200)]
Defer call update when adding video during communication if ICE is activated to wait for ICE candidates gathering to finish.

11 years agoDo not create an ICE check list if it has already been created.
Ghislain MARY [Wed, 1 Aug 2012 13:11:39 +0000 (15:11 +0200)]
Do not create an ICE check list if it has already been created.

11 years agoExported is_network_reachable method through JNI
Sylvain Berfini [Wed, 1 Aug 2012 12:03:28 +0000 (14:03 +0200)]
Exported is_network_reachable method through JNI

11 years agoDelete ICE session, when its state is Failed after receiving an answer from the peer...
Ghislain MARY [Wed, 1 Aug 2012 09:34:51 +0000 (11:34 +0200)]
Delete ICE session, when its state is Failed after receiving an answer from the peer (probably caused by ice-mismatch attributes).

11 years agoFix some more crashes related to asynchronous ICE candidates gathering.
Ghislain MARY [Wed, 1 Aug 2012 09:31:36 +0000 (11:31 +0200)]
Fix some more crashes related to asynchronous ICE candidates gathering.

11 years agoFix some crashes related to asynchronous ICE candidates gathering.
Ghislain MARY [Wed, 1 Aug 2012 07:30:27 +0000 (09:30 +0200)]
Fix some crashes related to asynchronous ICE candidates gathering.

11 years agoDefer ringing when ICE is activated to be able to gather local candidates.
Ghislain MARY [Tue, 31 Jul 2012 15:14:15 +0000 (17:14 +0200)]
Defer ringing when ICE is activated to be able to gather local candidates.

11 years agoAdd some checks to prevent crashes.
Ghislain MARY [Tue, 31 Jul 2012 15:10:53 +0000 (17:10 +0200)]
Add some checks to prevent crashes.

11 years agofix IOS camera localized name issue
Jehan Monnier [Tue, 31 Jul 2012 14:22:25 +0000 (16:22 +0200)]
fix IOS camera localized name issue

11 years agoAsynchronous ICE candidates gathering.
Ghislain MARY [Tue, 31 Jul 2012 07:05:47 +0000 (09:05 +0200)]
Asynchronous ICE candidates gathering.