]> sjero.net Git - linphone/log
linphone
11 years agoupdate ms2: use VOICE_COMMUNICATION source for android recorder if sdk version > 10
Jehan Monnier [Wed, 4 Jul 2012 09:40:17 +0000 (11:40 +0200)]
update ms2: use VOICE_COMMUNICATION source for android recorder if sdk version > 10

11 years agoUpdate ms2
Yann Diorcet [Fri, 29 Jun 2012 16:30:02 +0000 (18:30 +0200)]
Update ms2

11 years agoattempt workaround for GtkEntry bug under windows and chinese language.
Simon Morlat [Fri, 29 Jun 2012 09:49:32 +0000 (11:49 +0200)]
attempt workaround for GtkEntry bug under windows and chinese language.

11 years agoAdded missing JNI method refreshRegisters
Sylvain Berfini [Thu, 28 Jun 2012 12:54:54 +0000 (14:54 +0200)]
Added missing JNI method refreshRegisters

11 years agoMerge branch 'master' of git.linphone.org:linphone
Sylvain Berfini [Thu, 28 Jun 2012 12:38:29 +0000 (14:38 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoFix java tutorials
Sylvain Berfini [Thu, 28 Jun 2012 12:38:16 +0000 (14:38 +0200)]
Fix java tutorials

11 years agoadd notifyReceived + refreshRegisters to java api 2
Jehan Monnier [Thu, 28 Jun 2012 11:31:51 +0000 (13:31 +0200)]
add notifyReceived + refreshRegisters to java api 2

11 years agoRevert "add notifyReceived + refreshRegisters to java api"
Jehan Monnier [Thu, 28 Jun 2012 11:26:35 +0000 (13:26 +0200)]
Revert "add notifyReceived + refreshRegisters to java api"

This reverts commit cf9332d400cf4ac1b50e679bdd27ab851b5ceea7.

11 years agoadd notifyReceived + refreshRegisters to java api
Jehan Monnier [Thu, 28 Jun 2012 11:17:55 +0000 (13:17 +0200)]
add notifyReceived + refreshRegisters to java api

11 years agofix for old glib version
Simon Morlat [Thu, 28 Jun 2012 07:59:53 +0000 (09:59 +0200)]
fix for old glib version

11 years agoimprove display of call logs for i18n dates.
Simon Morlat [Wed, 27 Jun 2012 14:09:03 +0000 (16:09 +0200)]
improve display of call logs for i18n dates.

11 years agoms2 updated
Sylvain Berfini [Wed, 27 Jun 2012 12:45:26 +0000 (14:45 +0200)]
ms2 updated

11 years agofix missing strptime for windows, make call logs full backward compatible
Simon Morlat [Wed, 27 Jun 2012 10:26:54 +0000 (12:26 +0200)]
fix missing strptime for windows, make call logs full backward compatible

11 years agoFix zoom JNI export
Sylvain Berfini [Wed, 27 Jun 2012 08:58:35 +0000 (10:58 +0200)]
Fix zoom JNI export

11 years agotakeSnapshot and zoomVideo methods exported throught JNI
Sylvain Berfini [Wed, 27 Jun 2012 08:16:00 +0000 (10:16 +0200)]
takeSnapshot and zoomVideo methods exported throught JNI

11 years agochange the way call log dates are stored in linphonerc
Simon Morlat [Tue, 26 Jun 2012 21:12:38 +0000 (23:12 +0200)]
change the way call log dates are stored in linphonerc

11 years agoignore tunnel transmissions errors (usually when not ready) for SIP
Simon Morlat [Tue, 26 Jun 2012 11:11:07 +0000 (13:11 +0200)]
ignore tunnel transmissions errors (usually when not ready) for SIP

11 years agoFix compilation issue
Sylvain Berfini [Tue, 26 Jun 2012 09:03:17 +0000 (11:03 +0200)]
Fix compilation issue

11 years agoupdate ms2
Sylvain Berfini [Tue, 26 Jun 2012 08:43:54 +0000 (10:43 +0200)]
update ms2

11 years agoenhance documentation
Simon Morlat [Thu, 21 Jun 2012 10:13:10 +0000 (12:13 +0200)]
enhance documentation

11 years agofix makefile (include linphone_tunnel.cc always)
Simon Morlat [Thu, 21 Jun 2012 08:39:50 +0000 (10:39 +0200)]
fix makefile (include linphone_tunnel.cc always)

11 years agoadd setHttpProxy wrapper
Simon Morlat [Mon, 18 Jun 2012 14:56:48 +0000 (16:56 +0200)]
add setHttpProxy wrapper

11 years agoUpdate ms2 (fix)
Yann Diorcet [Wed, 13 Jun 2012 15:45:48 +0000 (17:45 +0200)]
Update ms2 (fix)

11 years agoUpdate ms2
Yann Diorcet [Wed, 13 Jun 2012 15:38:13 +0000 (17:38 +0200)]
Update ms2

11 years agoAdded resetMissedCallsCount to linphone core and exported via JNI
Sylvain Berfini [Wed, 13 Jun 2012 13:11:25 +0000 (15:11 +0200)]
Added resetMissedCallsCount to linphone core and exported via JNI

11 years agoExported JNI method to get call duration from log
Sylvain Berfini [Wed, 13 Jun 2012 12:15:48 +0000 (14:15 +0200)]
Exported JNI method to get call duration from log

11 years agoAdded LinphoneCallLog interface previously exported JNI method
Sylvain Berfini [Wed, 13 Jun 2012 12:11:14 +0000 (14:11 +0200)]
Added LinphoneCallLog interface previously exported JNI method

11 years agoAdded JNI method to get call start date in log
Sylvain Berfini [Wed, 13 Jun 2012 12:06:52 +0000 (14:06 +0200)]
Added JNI method to get call start date in log

11 years agoSave the logs removed
Sylvain Berfini [Wed, 13 Jun 2012 08:34:52 +0000 (10:34 +0200)]
Save the logs removed

11 years agoMerge branch 'master' of git.linphone.org:linphone
Sylvain Berfini [Wed, 13 Jun 2012 08:15:20 +0000 (10:15 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoCreated and exported some methods to manage call logs from Java
Sylvain Berfini [Wed, 13 Jun 2012 08:15:16 +0000 (10:15 +0200)]
Created and exported some methods to manage call logs from Java

11 years agofix bugs in call status, write codecs config immediately
Simon Morlat [Tue, 12 Jun 2012 15:21:11 +0000 (17:21 +0200)]
fix bugs in call status, write codecs config immediately

11 years agoAdded getStatus method for LinphoneCallLog
Sylvain Berfini [Tue, 12 Jun 2012 14:18:19 +0000 (16:18 +0200)]
Added getStatus method for LinphoneCallLog

11 years agofix sip random port feature
Simon Morlat [Tue, 12 Jun 2012 14:10:13 +0000 (16:10 +0200)]
fix sip random port feature

11 years agoimprove linphone_core_find_payload_type to use strcasecmp
Simon Morlat [Tue, 12 Jun 2012 11:48:34 +0000 (13:48 +0200)]
improve linphone_core_find_payload_type to use strcasecmp

11 years agoclean up expired contact in registrations
Simon Morlat [Thu, 7 Jun 2012 13:24:29 +0000 (15:24 +0200)]
clean up expired contact in registrations

11 years agofix possible infinite loop
Simon Morlat [Wed, 6 Jun 2012 19:48:29 +0000 (21:48 +0200)]
fix possible infinite loop

11 years agoimplement expiration of old contact during double registration, and avoid sending...
Simon Morlat [Wed, 6 Jun 2012 08:50:15 +0000 (10:50 +0200)]
implement expiration of old contact during double registration, and avoid sending an updated register if server already fixed the contact.

11 years agofix unitialized value
Simon Morlat [Tue, 5 Jun 2012 10:54:33 +0000 (12:54 +0200)]
fix unitialized value

11 years agoworkaround for SDP offers with zero ports
Simon Morlat [Mon, 4 Jun 2012 10:23:37 +0000 (12:23 +0200)]
workaround for SDP offers with zero ports

11 years agoadd --no-video option to gtk app
Simon Morlat [Fri, 1 Jun 2012 12:46:58 +0000 (14:46 +0200)]
add --no-video option to gtk app

11 years agoupdate README and improve windows logging
Simon Morlat [Thu, 31 May 2012 13:32:07 +0000 (15:32 +0200)]
update README and improve windows logging

11 years agoUpdate ms2
Yann Diorcet [Thu, 31 May 2012 12:15:17 +0000 (14:15 +0200)]
Update ms2

11 years agoMerge branch 'master' of git.linphone.org:linphone
Yann Diorcet [Thu, 31 May 2012 11:01:55 +0000 (13:01 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoUpdate ms2
Yann Diorcet [Thu, 31 May 2012 11:01:44 +0000 (13:01 +0200)]
Update ms2

11 years agofix bad window title
Simon Morlat [Thu, 31 May 2012 08:50:18 +0000 (10:50 +0200)]
fix bad window title

11 years agoUpdate ms2
Yann Diorcet [Wed, 30 May 2012 14:42:34 +0000 (16:42 +0200)]
Update ms2

11 years agoadd tunnel stub
Simon Morlat [Wed, 30 May 2012 08:00:04 +0000 (10:00 +0200)]
add tunnel stub

11 years agoimplement setting of http proxy host and port (for tunnel extension) in gtk ui
Simon Morlat [Tue, 29 May 2012 21:50:35 +0000 (23:50 +0200)]
implement setting of http proxy host and port (for tunnel extension) in gtk ui

11 years agoIn linphone_call_zoom_video check video output presence
Yann Diorcet [Tue, 29 May 2012 17:30:45 +0000 (19:30 +0200)]
In linphone_call_zoom_video check video output presence

11 years agoupdate ms2
Sylvain Berfini [Fri, 25 May 2012 13:21:26 +0000 (15:21 +0200)]
update ms2

11 years agoupdate ms2
Yann Diorcet [Fri, 25 May 2012 07:48:55 +0000 (09:48 +0200)]
update ms2

11 years agoupdate ms2
Simon Morlat [Thu, 24 May 2012 15:06:37 +0000 (17:06 +0200)]
update ms2

11 years agoMerge branch 'master' of git.linphone.org:linphone
Sylvain Berfini [Wed, 23 May 2012 15:37:09 +0000 (17:37 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoRenamed liblinphone for armv5 + fix compilation issue
Sylvain Berfini [Wed, 23 May 2012 15:37:01 +0000 (17:37 +0200)]
Renamed liblinphone for armv5 + fix compilation issue

11 years agofix two bugs in sal
Simon Morlat [Wed, 23 May 2012 15:10:28 +0000 (17:10 +0200)]
fix two bugs in sal
- declare auth info valid after a received 180
- don't authenticate terminated calls.

11 years agoFactorized makefiles
Sylvain Berfini [Wed, 23 May 2012 14:59:45 +0000 (16:59 +0200)]
Factorized makefiles

11 years agoUpdate mediastreamer2
Yann Diorcet [Wed, 23 May 2012 14:39:43 +0000 (16:39 +0200)]
Update mediastreamer2

11 years agoupdate ms2
Simon Morlat [Wed, 23 May 2012 08:41:11 +0000 (10:41 +0200)]
update ms2

11 years agoUpdate mediastreamer2
Yann Diorcet [Tue, 22 May 2012 12:29:47 +0000 (14:29 +0200)]
Update mediastreamer2

11 years agoFix unused variable with disabled video
Yann Diorcet [Tue, 22 May 2012 12:16:03 +0000 (08:16 -0400)]
Fix unused variable with disabled video

11 years agoFix call stats init
Yann Diorcet [Mon, 21 May 2012 15:29:47 +0000 (17:29 +0200)]
Fix call stats init

11 years agoFix configure rtptimestamp -> ntptimestamp
Yann Diorcet [Mon, 21 May 2012 14:19:11 +0000 (16:19 +0200)]
Fix configure rtptimestamp -> ntptimestamp

11 years agoAdd const to CallStatsUpdated callback
Yann Diorcet [Mon, 21 May 2012 13:42:28 +0000 (15:42 +0200)]
Add const to CallStatsUpdated callback

11 years agoMerge branch 'master' of git.linphone.org:linphone
Yann Diorcet [Mon, 21 May 2012 13:35:27 +0000 (15:35 +0200)]
Merge branch 'master' of git.linphone.org:linphone

11 years agoAdd call audio/video stats
Yann Diorcet [Mon, 21 May 2012 13:35:14 +0000 (15:35 +0200)]
Add call audio/video stats

11 years agofix missing handling of paused-by-remote when done twice
Simon Morlat [Mon, 21 May 2012 10:25:01 +0000 (12:25 +0200)]
fix missing handling of paused-by-remote when done twice

12 years agofix tunnel code for android
Jehan Monnier [Fri, 18 May 2012 10:37:06 +0000 (12:37 +0200)]
fix tunnel code for android

12 years agoUpdate mediastreamer2 & oRTP
Yann Diorcet [Thu, 17 May 2012 09:18:35 +0000 (11:18 +0200)]
Update mediastreamer2 & oRTP

12 years agoUpdate oRTP
Yann Diorcet [Wed, 16 May 2012 13:54:32 +0000 (15:54 +0200)]
Update oRTP

12 years agoChange rtp-timestamp option to ntp-timestamp
Yann Diorcet [Wed, 16 May 2012 13:42:04 +0000 (15:42 +0200)]
Change rtp-timestamp option to ntp-timestamp

12 years agoUpdate oRTP
Yann Diorcet [Wed, 16 May 2012 12:43:49 +0000 (14:43 +0200)]
Update oRTP

12 years agoUpdate oRTP and add genericplc to POTFILES.skip
Yann Diorcet [Wed, 16 May 2012 10:36:10 +0000 (12:36 +0200)]
Update oRTP and add genericplc to POTFILES.skip

12 years agoUpdate mediastreamer2
Yann Diorcet [Wed, 16 May 2012 08:15:19 +0000 (10:15 +0200)]
Update mediastreamer2

12 years agoUpdate mediastreamer2 & oRTP
Yann Diorcet [Wed, 16 May 2012 07:39:04 +0000 (09:39 +0200)]
Update mediastreamer2 & oRTP

12 years agoMerge branch 'master' of git.linphone.org:linphone
Yann Diorcet [Tue, 15 May 2012 15:09:32 +0000 (17:09 +0200)]
Merge branch 'master' of git.linphone.org:linphone

12 years agoAdd rtp timestamp configure option + debug option
Yann Diorcet [Tue, 15 May 2012 15:08:57 +0000 (17:08 +0200)]
Add rtp timestamp configure option + debug option
Update oRTP & mediastreamer2

12 years agoDo not tread ACK event if call has been terminated
Pierre-Eric Pelloux-Prayer [Tue, 15 May 2012 12:34:58 +0000 (14:34 +0200)]
Do not tread ACK event if call has been terminated

12 years agoUpdate mediastreamer2 & oRTP
Yann Diorcet [Tue, 15 May 2012 10:25:46 +0000 (12:25 +0200)]
Update mediastreamer2 & oRTP

12 years agoRefresh registrations button (need activation)
Guillaume Beraudo [Tue, 15 May 2012 09:05:13 +0000 (11:05 +0200)]
Refresh registrations button (need activation)

In .linphonerc add in [GtkUi] section:
shown_widgets=main_window.proxy_refresh_button

12 years agoupdate ms2 and ortp
Simon Morlat [Thu, 10 May 2012 15:19:51 +0000 (17:19 +0200)]
update ms2 and ortp

12 years agoMerge branch 'master' of git.linphone.org:linphone
Sylvain Berfini [Wed, 9 May 2012 10:15:35 +0000 (12:15 +0200)]
Merge branch 'master' of git.linphone.org:linphone

12 years agooRTP updated
Sylvain Berfini [Wed, 9 May 2012 10:15:22 +0000 (12:15 +0200)]
oRTP updated

12 years agoupdate ms2 for android bugfix
Simon Morlat [Mon, 7 May 2012 20:16:26 +0000 (22:16 +0200)]
update ms2 for android bugfix

12 years agoupdate ms2 for fixing make distcheck
Simon Morlat [Fri, 4 May 2012 07:48:52 +0000 (09:48 +0200)]
update ms2 for fixing make distcheck

12 years agoUpdate mediastreamer
Yann Diorcet [Thu, 3 May 2012 14:32:11 +0000 (16:32 +0200)]
Update mediastreamer

12 years agoUpdate mediastreamer
Yann Diorcet [Thu, 3 May 2012 14:21:23 +0000 (16:21 +0200)]
Update mediastreamer

12 years agoupdate oRTP
Simon Morlat [Thu, 3 May 2012 07:42:44 +0000 (09:42 +0200)]
update oRTP

12 years agomake sure registration with expires=0 is allowed
Jehan Monnier [Mon, 30 Apr 2012 12:34:48 +0000 (14:34 +0200)]
make sure registration with expires=0 is allowed

12 years agoreplace vectors by array lin LinphoneCore.java
Jehan Monnier [Wed, 2 May 2012 08:10:20 +0000 (10:10 +0200)]
replace vectors by array lin LinphoneCore.java

12 years agobugfix with srtp at shutdown
Simon Morlat [Fri, 27 Apr 2012 15:08:36 +0000 (17:08 +0200)]
bugfix with srtp at shutdown

12 years agoRefresh identity after loginframe
Yann Diorcet [Fri, 27 Apr 2012 14:30:40 +0000 (16:30 +0200)]
Refresh identity after loginframe

12 years agofix login frame
Simon Morlat [Fri, 27 Apr 2012 08:24:38 +0000 (10:24 +0200)]
fix login frame

12 years agozoom: float to float* so the app can know about zoom limits
Pierre-Eric Pelloux-Prayer [Thu, 26 Apr 2012 13:30:08 +0000 (15:30 +0200)]
zoom: float to float* so the app can know about zoom limits

12 years agoadd missing using namespace::std
Simon Morlat [Thu, 26 Apr 2012 09:30:50 +0000 (11:30 +0200)]
add missing using namespace::std

12 years agoAdd API to know Call audio/video codec
Yann Diorcet [Wed, 25 Apr 2012 12:58:57 +0000 (14:58 +0200)]
Add API to know Call audio/video codec

12 years agoimprove Ui and update ms2 for important bugfix
Simon Morlat [Wed, 25 Apr 2012 07:25:22 +0000 (09:25 +0200)]
improve Ui and update ms2 for important bugfix

12 years agoUpdate ms2
Pierre-Eric Pelloux-Prayer [Tue, 24 Apr 2012 13:13:26 +0000 (15:13 +0200)]
Update ms2

12 years agoUpdate ms2
Pierre-Eric Pelloux-Prayer [Tue, 24 Apr 2012 09:46:05 +0000 (11:46 +0200)]
Update ms2

12 years agoAdd linphone icon to uninstaller icon
Yann Diorcet [Tue, 24 Apr 2012 08:16:31 +0000 (10:16 +0200)]
Add linphone icon to uninstaller icon