Simon Morlat
|
64cb3ebcf6
|
Fix issue where remote ring is not heard during an outgoing call, if previously an incoming call has been declined.
The fix is already done in dev_refactor_cpp branch, no need to retrofit anything.
|
2018-05-30 17:38:11 +02:00 |
|
Ronan Abhamon
|
b7e9402521
|
Fix message retrieved from history being converted to UTF-8 twice
|
2018-05-29 17:18:20 +02:00 |
|
Mickaël Turnel
|
2643b9a802
|
Convert message to UTF-8 at conversion instead of at sending
|
2018-05-29 16:36:47 +02:00 |
|
Ronan Abhamon
|
9e0499000e
|
fix(SalOp): fix crash in sal_op_get_address_family, host can be null if network is not available
|
2018-05-28 10:18:58 +02:00 |
|
Ronan Abhamon
|
4a1468d7c1
|
fix(doc): do not install doc if ENABLE_DOC is disabled
|
2018-05-25 15:59:07 +02:00 |
|
Ronan Abhamon
|
a8acaa2149
|
fix(tester): avoid empty tests array in call_video_tester when video is not enabled
|
2018-05-25 10:46:47 +02:00 |
|
Ronan Abhamon
|
e6ef9df338
|
fix(linphone): supports gcc 8
|
2018-05-24 15:50:01 +02:00 |
|
Ghislain MARY
|
77799c74da
|
Fix build with Clang 6.0.
|
2018-05-24 15:01:54 +02:00 |
|
Simon Morlat
|
ca911cc55b
|
Reply 489 Bad Event if we receive a NOTIFY in a call for anything else than a "refer" event package. This commit is also made in dev_refactor_cpp branch.
|
2018-05-22 18:03:40 +02:00 |
|
Mickaël Turnel
|
76c5c97cc6
|
Fix crash when call is NULL
|
2018-05-17 15:14:41 +02:00 |
|
François Grisez
|
8a946552f6
|
Makes lpconfig_items.py to support both python 2 and 3.
|
2018-05-09 14:23:30 +02:00 |
|
Jehan Monnier
|
1801bce2eb
|
add missing ref causing crash in Java when core is destroyed before Java account creator.
|
2018-04-30 16:51:16 +02:00 |
|
Simon Morlat
|
0681882431
|
update primary contact when network is up (so that in "guess" mode, we have an up to date ip address)
|
2018-04-30 09:31:26 +02:00 |
|
Sylvain Berfini
|
411e8fdb92
|
Check account creator native ptr before unref in Java wrapper
|
2018-04-26 10:18:13 +02:00 |
|
Danmei Chen
|
b9829e15a7
|
correct no video error in android and set speakerphone always for special devices
|
2018-04-25 15:32:00 +02:00 |
|
Danmei Chen
|
4f85b8a5d6
|
changer usage of MediastreamerAndroidContext.setContext
|
2018-04-24 09:20:27 +02:00 |
|
François Grisez
|
60031cdc9c
|
Remove dummy URI from the setting file of lp-autoanswer daemon
|
2018-04-23 09:11:34 +02:00 |
|
Danmei Chen
|
3cdb464496
|
fix rpm build
|
2018-04-20 17:41:25 +02:00 |
|
Danmei Chen
|
7ffd7a93c8
|
install lp-autoanswer service
|
2018-04-20 16:49:40 +02:00 |
|
Ghislain MARY
|
a891e599b6
|
Remove useless files.
|
2018-04-19 17:30:51 +02:00 |
|
Ghislain MARY
|
aefe2c8ee8
|
Put executables in bindir in RPM file when tools are enabled.
|
2018-04-19 17:22:50 +02:00 |
|
Simon Morlat
|
b0d8175046
|
Add auto-answer option and implement clean C-c shutdown
|
2018-04-18 11:39:16 +02:00 |
|
Sylvain Berfini
|
6a1a5662af
|
Added a param to configure bellesip refresher retry after timeout value
|
2018-04-16 11:03:47 +02:00 |
|
Simon Morlat
|
6368bc0ba0
|
Fix problem where address family is not guessed as it should (if we receive the INVITE just after sending the REGISTER but before receiving the response of the REGISTER).
|
2018-04-10 15:57:20 +02:00 |
|
Simon Morlat
|
a08fbe81a6
|
Update test flexisip configuration.
|
2018-04-03 18:34:38 +02:00 |
|
Simon Morlat
|
1a5bd01b51
|
Add new flexisip test for certificate subject matching.
|
2018-04-03 18:30:44 +02:00 |
|
Simon Morlat
|
149a7304de
|
Add new property in [sip] section called "tls_certificate_subject_regexp" providing a regexp to match with TLS certificate subjects:
subjectAltNames.DNS subjectAltNames.URI and CN.
If nothing is matched the TLS connection is rejected.
|
2018-04-01 21:29:12 +02:00 |
|
Erwan Croze
|
7c712bbec3
|
Fixing leak in JNI concerning file transfert
|
2018-03-21 17:20:33 +01:00 |
|
Simon Morlat
|
30689ca2e6
|
Fix invalid declaration of C function.
|
2018-03-21 11:51:16 +01:00 |
|
Ronan Abhamon
|
f4e1ecb1ed
|
feat(tester/setup_tester): add test on ipv4 addresses (linphone_address_test)
|
2018-03-20 17:14:57 +01:00 |
|
Simon Morlat
|
08a66cdf6f
|
Fix commit 3fd706a702 - it was incomplete.
|
2018-03-13 20:12:10 +01:00 |
|
Erwan Croze
|
455e0b71e5
|
Fixing csharp wrapper
|
2018-03-12 13:56:58 +01:00 |
|
Ghislain MARY
|
375b821b9f
|
Improve RPM packaging.
|
2018-03-12 12:02:26 +01:00 |
|
Simon Morlat
|
3fd706a702
|
Fix algorithm for IP version selection on outgoing calls. In particular, the "prefer_ipv6" option wasn't really taken into account.
|
2018-03-11 17:20:59 +01:00 |
|
Jehan Monnier
|
8ef84da0a0
|
fix lime to make sure zrtp trust is indexed by scheme, username and domain only instead of full sip uri
|
2018-03-06 16:12:53 +01:00 |
|
Johan Pascal
|
5f26bc70ae
|
Improve Lime error trace on incoming message deciphering failure
+ improve SQL requests
|
2018-03-05 21:56:30 +07:00 |
|
Erwan Croze
|
d555bf4695
|
Fixing wrapper xamarin
|
2018-03-05 11:08:39 +01:00 |
|
Simon Morlat
|
9e2ef62411
|
add ios platform helpers to fix issue with background tasks.
|
2018-03-01 16:04:46 +01:00 |
|
Erwan Croze
|
5b13469eaf
|
Fixing leak in JNI
|
2018-03-01 11:53:39 +01:00 |
|
Erwan Croze
|
7c26561a9f
|
Fixing file transfert error 400
|
2018-02-28 16:55:12 +01:00 |
|
Ronan Abhamon
|
36111c9b29
|
fix(Proxy): remove useless affectation on linphone_nat_policy_ref return
|
2018-02-21 14:13:07 +01:00 |
|
Simon Morlat
|
10702c5f36
|
fix table overflow.
|
2018-02-16 14:40:57 +01:00 |
|
Sylvain Berfini
|
beaf888d9b
|
Fixed python wrapper compil
|
2018-02-07 16:36:19 +01:00 |
|
Sylvain Berfini
|
8317d3e9b9
|
Fixed previous commit + added logs related to incoming message decryption process
|
2018-02-06 14:52:31 +01:00 |
|
Sylvain Berfini
|
a8bdc5976d
|
Fixed LIME
|
2018-02-06 14:01:27 +01:00 |
|
Jehan Monnier
|
b340abdc0d
|
improve forking with gruu test
|
2018-02-02 15:24:51 +01:00 |
|
Sylvain Berfini
|
18a3b364e4
|
Added test for gruu in fork contexts and flexisip's router module
|
2018-02-01 13:04:31 +01:00 |
|
François Grisez
|
040aff70db
|
linphone-daemon: fixes bad 'From' address in 'call-state-changed' events while doing outgoing calls
|
2018-01-31 14:25:19 +01:00 |
|
Jehan Monnier
|
40dc0730ac
|
Make sure default log handler is only removed when relevant
|
2018-01-31 09:07:12 +01:00 |
|
Ronan Abhamon
|
eadc5ae6b8
|
fix(class_header.mustache): avoid memory leak on listener destructor => add virtual destructor on listener
|
2018-01-26 14:53:07 +01:00 |
|