Simon Morlat
ee92fdcf4c
fix sqlite database access mode for iOS, where default write modes don't allow writing in background mode.
2015-11-16 10:28:05 +01:00
Simon Morlat
e6aff84852
fix bug when starting linphone from home directory on mac. In such case the local .linphonerc is found but cannot be loaded because of the chdir() that occurs just before starting the library.
2015-11-16 10:20:54 +01:00
Sylvain Berfini
279fa89428
Fixed red payload type fmtp line if payload number different (and added tests for that)
2015-11-13 16:26:26 +01:00
Simon Morlat
e14852711b
fix crash in linphone_core_create_call_params(), try to workaround an sqlite problem on iOS
2015-11-12 12:23:21 +01:00
Sylvain Berfini
386dccb955
Fixed fmtp line for T140 RED payload
2015-11-10 09:27:51 +01:00
Simon Morlat
6e7d855020
fix ice bug in rtcp-mux mode
2015-11-09 20:53:17 +01:00
Sylvain Berfini
2e56ba2aa1
This should fix the Android 6 issue when loading shared libs (bsed hack)
2015-11-09 16:58:54 +01:00
François Grisez
b5f63eb814
Fix a Markedown syntax issue
2015-11-09 16:55:10 +01:00
Simon Morlat
632666a06d
update ms2
2015-11-09 16:29:58 +01:00
Simon Morlat
a7afea0ac8
rtcp mux fixes and checking
2015-11-09 16:27:34 +01:00
Simon Morlat
e2242f57e0
fix bug in RTCP mux support and fix crash in test
2015-11-08 00:03:40 +01:00
Simon Morlat
9b97d8d398
fix ugly crash
2015-11-07 13:35:27 +01:00
Simon Morlat
85a9b9f016
Merge branch 'master' into dev_rtcpmux
2015-11-07 13:20:33 +01:00
François Grisez
c4a883b72d
Fix auto-answer activation in Linphone GTK+
2015-11-06 15:56:23 +01:00
Simon Morlat
2cd6f5f474
implement rtcp-mux, not tested yet.
2015-11-06 13:07:43 +01:00
Gautier Pelloux-Prayer
6a5880b2fd
enum.c: fix crash in create_enum_domain (use int, not size_t when strlen == 1)
2015-11-06 11:44:50 +01:00
Gautier Pelloux-Prayer
8c2a440fd9
remote_provisioning: free URI in linphone_core_set_provisioning_uri when we are done with it
2015-11-05 16:51:35 +01:00
Gautier Pelloux-Prayer
53dcc192fd
account_creator: change return values to distinguish network error from XMLRPC answer + fix some crashs
2015-11-05 12:22:13 +01:00
Gautier Pelloux-Prayer
9333714b9e
proxy.c: invoking linphone_core_remove_proxy_config with a proxy not registered will change registration state to LinphoneRegistrationNone before removal
2015-11-05 11:48:24 +01:00
Gautier Pelloux-Prayer
1d85405c45
remote_provisioning.c: modify linphone_core_set_provisioning_uri to return -1 if URI cannot be parsed, 0 otherwise
2015-11-05 11:48:24 +01:00
Simon Morlat
f0b9d0fffe
add linphone_core_set_transport_timeout() wrapper for java
2015-11-04 17:55:10 +01:00
Ghislain MARY
e7e063352e
Update ms2 submodule.
2015-11-04 11:08:37 +01:00
Simon Morlat
faa6092236
fix crashes in android when doing things with LinphoneCore within the globalStateChanged callbacks.
...
Add wrappers for the http proxy api.
2015-11-03 18:30:33 +01:00
Ghislain MARY
eb172d1049
Update ms2 submodule.
2015-11-03 18:10:31 +01:00
Ghislain MARY
8b6433fad5
Fix build on Windows.
2015-11-03 17:55:30 +01:00
Ghislain MARY
b0647d6638
Update ms2 submodule.
2015-11-03 17:55:22 +01:00
Ghislain MARY
7f2a985d84
Handle strict compilation flags when building with CMake.
2015-11-03 17:40:24 +01:00
Ghislain MARY
e1477de9ff
Update oRTP and ms2 submodules.
2015-11-03 16:42:15 +01:00
Sylvain Berfini
280d2ad3bf
Fixed test with custom rtp transport modifier (sometimes on_send was called more often than on_schedule, causing packet loss)
2015-11-03 15:26:16 +01:00
Simon Morlat
4385557cd8
add LinphoneCallLog.getCallId() java wrapper
2015-11-03 14:36:59 +01:00
Gautier Pelloux-Prayer
0f6874a96e
proxy.c: remove debug statements
2015-11-03 14:34:43 +01:00
Gautier Pelloux-Prayer
22e116014c
proxy.c: fix overflow in linphone_proxy_config_normalize_phone_number API resulting in invalid writes
2015-11-03 12:46:48 +01:00
François Grisez
a6af82fc86
Fix bug in the setup wizard
...
Prevent the user to go next until its account is validated while a
new account has been created
2015-11-03 10:42:37 +01:00
Simon Morlat
2c2f6f2eaf
fix warnings
2015-11-03 10:13:26 +01:00
Simon Morlat
7b529234d6
remove dangerous LinphoneCore.createDefaultCallParameters() from java api.
2015-11-02 22:01:25 +01:00
Simon Morlat
bd00a4df59
improve echo calibration user experience.
2015-11-02 21:53:46 +01:00
Ghislain MARY
057bf0430a
Merge branch '3.9.x'
2015-11-02 17:36:35 +01:00
Sylvain Berfini
d6bbd3db9e
Fix text payloads order (red first, t140 after) and added fmtp parameter for red payload
2015-11-02 16:25:24 +01:00
Sylvain Berfini
93c593da83
Fixed pending_message text value when dealing with accented chars + added test
2015-11-02 14:38:08 +01:00
Ghislain MARY
731d4509de
Update version to 3.9.0.
2015-11-02 14:05:38 +01:00
Ghislain MARY
7de3359056
Update oRTP and ms2 submodules [--force].
2015-11-02 14:04:00 +01:00
Ghislain MARY
ecf9b7cf88
Update ms2 submodule.
2015-11-02 12:48:30 +01:00
Sylvain Berfini
868c725dae
Improved a few things in RTT + added tests for message end character compatibility
2015-11-02 12:05:47 +01:00
François Grisez
97bbf50480
Add a limit for the display name of sound cards in the property panel
2015-11-02 11:09:51 +01:00
Ghislain MARY
043051659e
Update ms2 submodule.
2015-11-02 11:09:07 +01:00
François Grisez
bf20c29de6
Add a limit for the display name of sound cards in the property panel
2015-11-02 10:56:17 +01:00
Ghislain MARY
1ffb4ef578
i18n: Update translations.
2015-11-02 10:31:27 +01:00
Simon Morlat
3d7bbb5bd5
remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
...
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +01:00
Simon Morlat
933a75d873
fix crash when the liblinphone_tester is executed several time in the same process
2015-10-30 18:02:38 +01:00
Simon Morlat
5948c2e973
update ms2 and ortp
2015-10-30 16:51:37 +01:00