Sylvain Berfini
3ff8a88a1e
Updated linphone_friend_get_addresses to return a const list that doesn't have to freed after
2016-10-24 12:09:14 +02:00
Simon Morlat
a3e599b438
fix crash when not building with vcard
2016-10-22 10:33:08 +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
Sylvain Berfini
c7e0929094
Cache vCards SIP addresses for faster getters
2016-10-21 17:36:19 +02:00
Erwan Croze
5cbf79d6d7
JNI for country list
2016-10-21 15:09:07 +02:00
Simon Morlat
7a2470c33d
fix bug
2016-10-21 14:09:03 +02:00
Brieuc Viel
fc1b089175
[accountCreator] update account_creator_configure to keep default value server_add and route if not null
2016-10-21 11:38:58 +02:00
Simon Morlat
596a6292c1
fix useless media restarts due to ICE reINVITE.
2016-10-21 11:02:42 +02:00
Ghislain MARY
33f515d1ee
Fix build when ms_debug is activated.
2016-10-21 10:32:34 +02:00
Simon Morlat
ba94faf38a
fix crash in tests due to calling linphone_core_accept_call_update() within the CallUpdatedByRemote notification.
2016-10-21 09:24:14 +02:00
Simon Morlat
57fc3171db
Rework and clarify the "Call with ICE and video added" test family.
...
add_video() no longer exists and is replaced by request_video(), since this function doesn't guarantee video to be established depending on receiver's policy.
Also, it no longer modifies the video policy, for clarity. Instead, it uses linphone_core_accept_call_update() to accept video despite of video policy.
2016-10-20 23:02:28 +02:00
Erwan Croze
36554835ff
Adding new JNI function
2016-10-20 14:59:13 +02:00
Ghislain MARY
21c32fb781
Fix missing symbol exports for Windows build.
2016-10-20 14:31:33 +02:00
Simon Morlat
a9e540e7ea
fix excess initializer when compiling with old versions of sqlite3
2016-10-20 12:30:01 +02:00
Simon Morlat
f403e86c1c
fix compilation problem on debian 7
2016-10-20 12:06:46 +02:00
Erwan Croze
a1a5bcbe55
Fix enum name
2016-10-20 11:02:22 +02:00
Simon Morlat
0d2524320b
allow missing initializers
2016-10-19 19:37:42 +02:00
Ghislain MARY
9a23352c4c
Stricter compilation options + new compilation error fixes.
2016-10-19 17:31:07 +02:00
REIS Benjamin
bb817a6a02
Set dial prefix when login with username if possible
2016-10-19 16:01:48 +02:00
Erwan Croze
5529671088
Fix ha1 params order
2016-10-19 11:47:33 +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
6e15e3b97c
fix windows build warning
2016-10-18 19:48:38 +02:00
Simon Morlat
54b1500c76
reset java weak ref when LinphoneChatMessage is finalized.
2016-10-18 16:32:44 +02:00
Simon Morlat
2af20c28af
clean compatibility code (in the hope of fixing a memory leak)
2016-10-18 15:48:15 +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
88e515f71f
One more fix for RAT handling.
2016-10-18 12:28:13 +02:00
Ghislain MARY
e50961a8ff
Merge branch 'master' into dev_rat
2016-10-18 11:06:03 +02:00
Ghislain MARY
504c1df3f7
Repair some regressions caused by the changes made for RAT.
2016-10-18 11:04:50 +02:00
Erwan Croze
43b61677f3
Fix some error
2016-10-17 15:41:41 +02:00
Simon Morlat
565f83f13d
improve and fix management of REGISTER in LinphoneProxyConfig
2016-10-14 18:59:54 +02:00
Erwan Croze
01498a1f44
Adding remote ip family to call stats
2016-10-14 17:14:29 +02:00
Simon Morlat
0bf7d8d555
add new ICE tests
2016-10-14 15:41:49 +02:00
Erwan Croze
36c73a9d0a
Adding jni for in call stats
2016-10-14 15:26:42 +02:00
Simon Morlat
3dcb23ac8d
fix potential memory leak of stun server resolver context
2016-10-14 14:21:21 +02:00
Simon Morlat
450823d634
fix tests
2016-10-14 14:04:39 +02:00
Ghislain MARY
a06c17055f
Prevent crash when an invalid SDP causes the adding of a losing pair with 2 addresses with different families.
2016-10-14 11:52:39 +02:00
Erwan Croze
a56c6bb514
Fix crash with very large country code
2016-10-13 16:18:41 +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
Simon Morlat
d04693360c
fix ldap compilation
2016-10-13 14:41:56 +02:00
Erwan Croze
788f6cc4fc
Add error server status for xmlrpc
2016-10-12 15:17:02 +02:00
Erwan Croze
f9fe0fa968
Fix account_creator leak
2016-10-12 15:17:02 +02:00
Sylvain Berfini
1faa826dea
Convert null strings to empty strings to prevent crash in xmlrpc
2016-10-12 11:04:39 +02:00
Sylvain Berfini
8958eaa2b5
Updated account creator to use language and domain parameters
2016-10-12 10:26:23 +02:00
Erwan Croze
1f28e348db
Set cb is_phone_number_used in JNI
2016-10-11 17:38:16 +02:00
Erwan Croze
6aa3b76936
Fix last commit
2016-10-11 14:25:02 +02:00
Erwan Croze
ceabf26451
Add xmlrpc request for is_phone_number_used
2016-10-11 14:06:38 +02:00
Erwan Croze
9d04e12c48
Fix in account creator is_account_activated
2016-10-11 11:11:00 +02:00
Simon Morlat
219f5dbf07
fix memory leak in quality reporting
2016-10-11 11:01:12 +02:00