Ghislain MARY
706ed3cfa1
Test if the filename of the lpconfig is not NULL before trying to read a relative file.
2015-03-23 11:47:32 +01:00
Simon Morlat
8f633b21fc
fix stack overflow.
2014-12-18 16:17:26 +01:00
François Grisez
db5fc6ea89
Fix the reading of .linpohne.ecstate
2014-12-12 12:12:44 +01:00
Simon Morlat
d184192b9f
fix linphonerc renaming for windows
2014-10-15 15:08:51 +02:00
Simon Morlat
08539a0895
atomically sync the lpconfig on disk
2014-10-15 10:57:08 +02:00
Sylvain Berfini
a7e257bcab
Fix compil for windows phone
2014-09-23 11:20:00 +02:00
Ghislain MARY
36de60130b
Fix compilation on Windows.
2014-09-10 10:00:56 +02:00
François Grisez
112b93a790
Fix compilation for CentOS
2014-09-10 09:35:51 +02:00
François Grisez
92792ef19f
Fix compilation with MinGW
2014-09-09 13:28:13 +02:00
François Grisez
75eee41a76
Fix bug #1426 : Echo cancelation state blob is too big for being in linphonerc
...
The state of the echo canceler is stored in a file beside .linphonerc
The file is named .linphone.ecstate
2014-09-09 12:27:19 +02:00
Guillaume BIENKOWSKI
3c32fd4397
Fix remote provisioning zero-length values. Fixes #1457 again.
2014-09-04 16:10:34 +02:00
Guillaume BIENKOWSKI
6de4c89510
Don't allow values to be empty in a linphonerc file.
...
Added unit tests for this.
Fixes #1457
2014-09-04 15:35:44 +02:00
Simon Morlat
da54b475d7
improve management of comments in linphonerc parser
2014-05-21 15:43:58 +02:00
Ghislain MARY
28e99d08e1
Fix compilation with Visual Studio.
2014-04-22 16:34:43 +02:00
Simon Morlat
c1ef06eb8f
add refcounting to LpConfig
2014-04-18 16:05:37 +02:00
Guillaume BIENKOWSKI
08645f8eea
Add lp_config_new_from_buffer
2014-04-11 16:21:02 +02:00
Simon Morlat
3013fd8ae2
allow configuration of root_ca before provisioning, so that it can be used for https fetching
2014-03-26 17:51:47 +01:00
Sylvain Berfini
7630d39863
Added possibility to set parameters key=value for sections
2014-03-07 15:46:07 +01:00
Sylvain Berfini
cac1551acd
Reworked lpconfig global default values section to have one default value for each section + use proxy default value when creating proxy config
2014-03-03 10:54:56 +01:00
Ghislain MARY
92f81c8d07
Use right functions to free and duplicate strings.
2014-02-03 17:47:50 +01:00
Ghislain MARY
ec2838cc96
Free memory allocated by ortp_strdup() with ortp_free() instead of free() to prevent crashes on Windows.
2014-01-15 14:50:44 +01:00
Simon Morlat
c53e94d504
update documentation for linphone-deps generation on windows
...
fix compile errors with mingw
2013-08-13 09:47:38 +02:00
Ghislain MARY
9c66aeb8b2
Merge branch 'master' of git.linphone.org:linphone into belle-sip
2013-04-11 14:02:08 +02:00
Ghislain MARY
dfb316ea7c
Add the linphone_core_new_with_config() function to instantiate a LinphoneCore given an already existing LpConfig.
...
This enables the creation of the LpConfig before creating the LinphoneCore.
It is useful on some systems to read some configuration parameters and perform some customization before creating the LinphoneCore.
The LpConfig can now also be created given a factory config filename using the new lp_config_new_with_factory() function.
2013-04-11 15:41:43 +02:00
Ghislain MARY
6702bf8a32
Merge branch 'master' of git.linphone.org:linphone into belle-sip
2013-04-02 15:52:21 +02:00
Ghislain MARY
63117d28af
Use correct mode parameter to fopen() call ("r+" instead of "rw").
2013-04-02 15:41:14 +02:00
Jehan Monnier
d69d96a0ca
Merge remote-tracking branch 'public/master' into belle-sip
2013-03-15 17:50:37 +01:00
Simon Morlat
e1552ee1ee
add automatic tone user indications
2013-03-14 13:27:53 +01:00
Jehan Monnier
9d3f8f7d94
fix android build
2013-03-04 18:51:54 +01:00
Jehan Monnier
33ebb44b85
fix build issue from wp8 build
2013-03-04 17:26:28 +01:00
Sylvain Berfini
c3ebf99f5e
Fix compilation for WP8
2013-02-27 17:28:15 +01:00
Guillaume Beraudo
83ea53b599
Patch preventing chmod on /dev/null
2013-01-22 18:10:45 +01:00
Yann Diorcet
4a1e994326
Improve the lpconfig functions
2013-01-16 14:35:37 +01:00
Simon Morlat
cd9c2c4e09
fix bug in file config parser preventing to reset values.
2012-10-15 15:35:05 +02:00
Ghislain MARY
d5f8a6f933
Add handling of ranges in the config file.
2012-10-11 15:39:12 +02:00
Simon Morlat
d676eb51df
implement dscp settings from config file and gtk interface
2012-09-14 17:39:27 +02:00
Simon Morlat
ace189f5f2
change the way call log dates are stored in linphonerc
2012-06-26 23:12:38 +02:00
Simon Morlat
26862d52f1
remove debug messages
2011-11-04 10:51:14 +01:00
Sylvain Berfini
6f3b23e64d
Raised stack max length to 16384
2011-11-03 16:49:45 +01:00
unknown
cab5b3ca65
LpConfig's Buffer's MAX_LENGTH reduced to work on Win32
2011-10-28 11:59:49 +02:00
Simon Morlat
ddff1d8460
display average quality in call logs
2011-06-10 16:01:08 +02:00
Simon Morlat
fb1a35e37d
implement echo canceller save and restore
2011-04-01 10:56:35 +00:00
Simon Morlat
e4d85e568b
fix bug with config file parsing with \r
2011-03-23 17:56:55 +01:00
Simon Morlat
999d216d7c
purge out p2pproxy
2010-01-20 15:44:30 +01:00