Ghislain MARY
6e686b4cfd
Fix bug 0003404: crash during ice re-invite in case of video only incoming call.
2017-01-03 16:46:52 +01:00
Sandrine Avakian
67ea07bdca
Merge branch 'daemon-dev'
...
# Conflicts:
# daemon/commands/video.cc
2017-01-02 11:10:28 +01:00
Sandrine Avakian
0435a02197
Adding option in linphonerc rtp_io_enable_local_output
...
to enable using local speaker in rtp_io mode. Option checked in [sound] section only.
2016-12-26 15:33:16 +01:00
Ghislain MARY
82b8f3cdd7
Introduce the call.h header file.
2016-12-20 16:18:08 +01:00
Ghislain MARY
66887a5200
Move some documentation from the source code to the headers.
2016-12-20 12:05:42 +01:00
Ghislain MARY
0b16049394
If connectivity is lost during an outgoing call at a very early stage (the dialog has not been created yet), try to repair the call by cancelling the INVITE and issuing a new one.
2016-12-05 14:03:46 +01:00
Ghislain MARY
33b72ce6b5
Move public header files in the include/linphone directory.
2016-11-15 14:41:18 +01:00
Simon Morlat
64ac0d5081
If multicast is used, create RTP socket with the same address familly as the multicast address, in order to workaround issues with dual stack sockets and multicast, especially on mac os.
2016-11-03 22:58:44 +01:00
Ghislain MARY
cdb72ebf7d
Fix call recovery testers that were failing when run one after an other.
2016-11-02 16:12:16 +01:00
Ghislain MARY
cadf505786
Add specific callback to perform action (in this case re-INVITE) on cancel response.
2016-10-24 14:27:45 +02:00
Simon Morlat
008892b9b4
fix memory leak and compilation issue
2016-10-21 21:48:18 +02:00
Simon Morlat
cceca72237
Fix crash when a reINVITE receives a 481 response.
2016-10-21 20:55:01 +02:00
Simon Morlat
596a6292c1
fix useless media restarts due to ICE reINVITE.
2016-10-21 11:02:42 +02:00
Erwan Croze
a1a5bcbe55
Fix enum name
2016-10-20 11:02:22 +02:00
Ghislain MARY
9a23352c4c
Stricter compilation options + new compilation error fixes.
2016-10-19 17:31:07 +02:00
Ghislain MARY
871984b4ee
Merge branch 'dev_rat'
2016-10-19 10:29:27 +02:00
Simon Morlat
a5a65227b3
Repair multicast when ipv6 is enabled.
2016-10-18 23:10:21 +02:00
Simon Morlat
884cc80809
fix issue with video stream not started if ICE gathering is not performed.
2016-10-18 14:14:39 +02:00
Ghislain MARY
e50961a8ff
Merge branch 'master' into dev_rat
2016-10-18 11:06:03 +02:00
Erwan Croze
01498a1f44
Adding remote ip family to call stats
2016-10-14 17:14:29 +02:00
Ghislain MARY
d5d0f39517
Implement section 5.5 of RFC 6141, recover from UAC connection loss during re-INVITE.
2016-10-13 14:52:09 +02:00
Ghislain MARY
0a4084bc4a
Merge branch 'master' into dev_rat
2016-10-11 09:58:10 +02:00
Simon Morlat
c2002e29a5
allow repair of calls when no proxy config is used or proxy config doesn't register.
2016-10-04 11:32:36 +02:00
Ghislain MARY
1fce1b1581
Repair call where a connection loss occurs on the caller side by sending a new INVITE with a Replaces header.
2016-09-30 16:55:47 +02:00
Ghislain MARY
73539fefa1
Try to repair calls in early state when a network loss occurs.
2016-09-30 16:55:47 +02:00
Ghislain MARY
4e6f7fa143
Change candidate types order when using the dont_default_to_stun_candidates option.
2016-09-30 16:44:45 +02:00
Ghislain MARY
0dee175561
Restore symmetric RTP setting if the ICE session gets deleted during a call.
2016-09-30 16:43:55 +02:00
Jehan Monnier
b4e51b12da
expose diversion header at call level
2016-09-28 14:50:06 +02:00
Ghislain MARY
5aa030d578
Replace sal_op_is_ipv6() by sal_op_get_address_family().
...
This is necessary because in some cases the op cannot tell whether it is IPv6 or IPv4. And in such cases we can fallback to an other method to get the information (get_local_ip_for()).
2016-09-26 17:59:40 +02:00
Simon Morlat
f9aee35116
heavy rework of lists, presence list subscriptions, and fix many memory leaks
2016-09-22 22:10:36 +02:00
Simon Morlat
05d712ecdd
improve ipv6 selection when making outgoing call without prior register.
2016-09-21 19:30:52 +02:00
Erwan Croze
56d52b8bac
Adding AES_CM_256 to deprecated crypto suite
2016-09-21 15:17:22 +02:00
Simon Morlat
0ca9c915ac
make media_encryption_mandatory work with zRTP - by silencing calls until they are secured.
...
Add non regression tests for this.
2016-09-15 20:57:21 +02:00
Erwan Croze
35ad211d22
add dtmf on call
2016-09-07 15:32:55 +02:00
Simon Morlat
1bc6f63db2
media_localip is guessed from signaling using call->dest_proxy. This ease the use of liblinphone on a machine with two interfaces (typically a one being a vpn).
...
Clean things around sal.c and sal_impl.c
2016-09-06 11:16:10 +02:00
Gautier Pelloux-Prayer
f6381d913a
license: update FSF address
2016-07-27 11:58:38 +02:00
Jehan Monnier
144743535d
Merge remote-tracking branch 'origin/3.10.x'
2016-06-23 14:15:38 +02:00
Ghislain MARY
b535d1f153
Use bctbx_list_t instead of MSList that has been deprecated.
2016-06-16 17:42:33 +02:00
Ghislain MARY
c13647f8bd
Treat warnings as errors on Windows.
2016-06-16 12:23:53 +02:00
Simon Morlat
68e470907c
implement late ICE activation, add test for it.
...
Application needs to set
[net]
allow_late_ice=1
2016-06-15 11:45:19 +02:00
Jehan Monnier
e5b8464110
enable ice when ipv6 is enabled but call is ipv4
2016-06-08 11:46:41 +02:00
Jehan Monnier
2a6375dce4
improve nat64 support for Apple platform
2016-06-07 14:30:05 +02:00
Jehan Monnier
3b84bfcaf9
improve nat64 support for Apple platform
2016-06-07 13:59:13 +02:00
Ghislain MARY
22df29159f
Merge branch 'dev_turn'
2016-06-03 10:10:51 +02:00
Ghislain MARY
3ccd09b1e4
Fix a lot of doxygen warnings.
2016-06-01 18:11:54 +02:00
Ghislain MARY
86705803e4
Fix memory leaks.
2016-06-01 13:58:53 +02:00
Ghislain MARY
8f6d6539e6
Implement STUN authentication request callback.
2016-05-20 10:50:54 +02:00
Ghislain MARY
ef66a8e392
Enable TURN for the ICE session if the NAT policy tells to do so.
2016-05-20 10:50:54 +02:00
Simon Morlat
b79535afe9
fix automake build and simplify sqlite enablement options
2016-05-20 09:37:53 +02:00
Simon Morlat
8cd3fc9bfa
Fix linphone_core_create_call_params(), who should set avpf_rr_interval in all cases.
...
This solves bugs lots of RTCP spam when call params are not created appropriately.
2016-05-16 17:22:15 +02:00