Jehan Monnier
d5bd17079f
add LC_SIP_TRANSPORT_RANDOM value to better enable random sip port
2013-09-04 11:11:47 +02:00
Simon Morlat
9a671657c6
make use of bellesip's new dialog's request queue to fix bugs around transfer notification
...
add notification of failed transfers (new test in call suite for that)
In case of failed transfer, referer call is resumed (if necessary) and notified of the failure.
remove deprecated code.
2013-09-03 22:34:04 +02:00
Ghislain MARY
b9d374d8f6
Store firewall policy in linphonerc as a string.
2013-09-02 17:52:33 +02:00
Simon Morlat
7c16a6d9db
do not put contact_params (from proxy config) into calls, message or subscribes. They are only valid for REGISTERs.
2013-09-02 17:42:08 +02:00
Simon Morlat
aeb7876482
transition to belle-sip automatic contact and new nat-helper.
2013-08-30 21:29:29 +02:00
Simon Morlat
798bd06597
prevent double notification of network reachable true or false.
2013-08-28 11:24:23 +02:00
Jehan Monnier
42654a327c
add LinphoneReasonUnauthorized
2013-08-21 11:29:32 +02:00
Ghislain MARY
959334d742
Enable HD video on Android.
2013-08-19 11:41:55 +02:00
Simon Morlat
86ade2174c
add two new methods to access pointers to transferer call and transfer target call.
2013-08-14 15:33:36 +02:00
Simon Morlat
491294b279
Fix case where a call is cancelled by a user while no provisionnal response has been received yet (was not functional)
...
Add a test for this case.
Reformat the code for indentation and break statement positions.
2013-08-07 00:55:43 +02:00
Simon Morlat
0942ba67a6
fix incorrect copy of parameters in linphone_core_accept_call_update()
2013-08-04 15:09:47 +02:00
Simon Morlat
b2d873fab8
add linphone_core_stop_ringing() to public API.
2013-07-27 15:48:36 +02:00
Simon Morlat
23ce819401
fix constness of LinphoneCall * returned by linphone_core_find_call_by_uri().
...
There is no reason to return a const pointer, there's nothing you can do with a const LinphoneCall* in liblinphone.
2013-07-27 01:07:00 +02:00
Jehan Monnier
d9fd0d5634
Merge remote-tracking branch 'public/master' into belle-sip
...
Conflicts:
coreapi/linphonecore.c
coreapi/linphonecore.h
2013-07-25 22:11:23 +02:00
Jehan Monnier
7c27400203
fix typo in dnd reason
2013-07-23 21:18:28 +02:00
Jehan Monnier
3051c9bdad
add LinphoneReasonDoNotDisturb
2013-07-23 21:10:14 +02:00
Jehan Monnier
9702eeb281
wait until linphone friend proxy config is registered before sending
...
first subscribe
2013-07-23 20:35:59 +02:00
Ghislain MARY
60c1b0a4ce
Some changes to only use API allowed for WP8 applications.
2013-07-19 11:39:21 +02:00
Simon Morlat
61f0f0bcd0
prohibit resuming of two calls simultaneously.
2013-07-16 14:47:12 +02:00
Jehan Monnier
89f3e2ceda
set callid more early, add option to disable uuid (to reduce message size)
2013-07-12 09:04:27 +02:00
Yann Diorcet
ca5128238b
Fix const-correctness in linphone_core_find_call_from_uri
2013-07-11 11:50:47 +02:00
Simon Morlat
1b6da4751b
fix potential problem with ringback beeing stopped automatically by mistake.
2013-07-09 11:36:28 +02:00
Yann Diorcet
36c4b1523d
Fix previous commit false => FALSE
2013-07-09 11:03:20 +02:00
Yann Diorcet
4905f37344
Disable selfview before destroying core
2013-07-09 10:53:39 +02:00
Ghislain MARY
d8469f7074
Add XGA, SXGA− and UXGA to the list of supported HD resolutions.
2013-07-08 15:29:47 +02:00
Simon Morlat
0b2d04d624
many improvements
...
* re-send SUBSCRIBEs after network gets reachable again
* allow to set the default SUBSCRIBE expires using [sip] "subscribe_expires" property
* re-send initial SUBSCRIBE if remote peer lost the dialog context
2013-07-05 23:05:20 +02:00
Simon Morlat
83268b313b
* fixes for dialog serialization
...
* fix crash when receiving a NOTIFY after a SUBSCRIBE is terminated
2013-07-05 16:12:56 +02:00
Ghislain MARY
a147f07905
Merge branch 'master' of git.linphone.org:linphone into belle-sip
2013-07-02 17:46:02 +02:00
Ghislain MARY
5dbfc1d3e1
Allow updating camera parameters with linphone_core_update_call() in the StreamsRunning state only.
2013-07-02 16:48:08 +02:00
Jehan Monnier
df87ec318a
avoid as much a possible audio resampler
2013-07-02 13:40:32 +02:00
Ghislain MARY
bbd8ec8ba4
Add API to get and set contact of a presence model.
2013-06-25 11:13:35 +02:00
Ghislain MARY
2d862f98ba
Remove useless minutes_away and contact parameters to the linphone_core_set_presence_model() function.
2013-06-25 10:52:08 +02:00
Ghislain MARY
15952e46fb
Use unref instead of explicit delete for presence objects.
2013-06-25 10:36:22 +02:00
Ghislain MARY
e53bd7f811
Do not check equality of presence statuses because it does not work if the presence model of linphone core has been changed instead of a new one created.
2013-06-24 18:02:54 +02:00
Jehan Monnier
5c230ff8d1
Merge remote-tracking branch 'public/master' into belle-sip
...
Conflicts:
NEWS
coreapi/linphonecore.c
java/impl/org/linphone/core/LinphoneAddressImpl.java
2013-06-24 12:06:18 +02:00
Ghislain MARY
1b7f68b439
Change presence API a little bit to ease wrapping for other programming languages.
2013-06-21 17:06:08 +02:00
Simon Morlat
a0f01705ce
fix invalid test
2013-06-20 12:49:41 +02:00
Ghislain MARY
ad2e0b4753
Fix some bugs revealed by unit tests in presence model.
2013-06-20 11:40:00 +02:00
Simon Morlat
3bff0cef82
allow contact address to be changed during call updates
2013-06-20 11:37:40 +02:00
Simon Morlat
3d1f4a1d8c
allow contact address to be changed during call updates
2013-06-20 11:37:40 +02:00
Simon Morlat
e97420ed13
allow to reset the contact in reINVITE
2013-06-20 11:19:39 +02:00
Ghislain MARY
5acc4dd2ec
Fix some memory leaks.
2013-06-20 09:28:03 +02:00
Ghislain MARY
8c9c96218a
Use presence model to notify presence.
...
Use libxml2 to generate XML content.
2013-06-19 17:22:26 +02:00
Simon Morlat
31b25e9f98
give a chance to update contact address during re-INVITEs
2013-06-14 17:50:57 +02:00
Jehan Monnier
500d97e548
add privacy settings at proxy level
2013-06-13 08:35:49 +02:00
Simon Morlat
686a470978
fix mistake in resolution table
2013-06-12 22:09:27 +02:00
Jehan Monnier
cebe1f1055
start privacy impelmentation
2013-06-11 09:14:28 +02:00
Ghislain MARY
e47d66aaa8
Merge branch 'master' of git.linphone.org:linphone into belle-sip
2013-06-06 15:31:15 +02:00
Ghislain MARY
f2738da8d9
Add linphone_core_get_camera_sensor_rotation().
2013-06-06 15:30:24 +02:00
Ghislain MARY
75f41e680a
Add linphone_core_get_camera_sensor_rotation().
2013-06-06 15:30:24 +02:00