Simon Morlat
0942ba67a6
fix incorrect copy of parameters in linphone_core_accept_call_update()
2013-08-04 15:09:47 +02:00
Simon Morlat
3a163296ba
fix linphone_core_accept_call_with_params() as it was in exosip implementation so that it does not compute sdp answer two times (for 180 and 200).
2013-08-04 14:43:29 +02:00
Jehan Monnier
eb37b082a0
remove trailling " from external body url
2013-08-04 12:28:30 +02:00
Jehan Monnier
eaad8d79a9
make sure offers/answer algo is executed on call accept to take call params into account
2013-08-03 22:42:33 +02:00
Jehan Monnier
c19925c0d9
add reason in case of automatic proxyconfig re-registration due to io error
2013-08-01 00:20:58 +02:00
Simon Morlat
d85aeddbd1
logs cleanup
2013-07-31 23:58:53 +02:00
Jehan Monnier
7614c63d61
configure refresher nat helper for subscribtion
2013-07-31 23:42:12 +02:00
Simon Morlat
53e4a3c585
fix condition for requiring 100rel
2013-07-31 23:27:42 +02:00
Simon Morlat
6e6e33ae23
- few renamings
...
- robustify releasing of calls
2013-07-30 16:56:54 +02:00
Simon Morlat
b2d873fab8
add linphone_core_stop_ringing() to public API.
2013-07-27 15:48:36 +02:00
Simon Morlat
cc2a5467d3
replace call to belle_sip_object_instance_of().
2013-07-27 01:27:08 +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
Simon Morlat
046e422602
repair build (buggy AM_CONDITIONAL) and update README.macos
2013-07-27 00:58:42 +02:00
Jehan Monnier
af0df9b19b
fix android compilation issue 2
2013-07-27 00:10:36 +02:00
Jehan Monnier
5ebe1a5296
fix android compilation issue
2013-07-27 00:01:35 +02:00
Jehan Monnier
2454b37eb4
reset contact ip/port in case of 481 answer to a subscribe
2013-07-26 23:49:04 +02:00
Simon Morlat
eb1f6822d7
fix crash when receiving a NOTIFY for a closed subscription.
2013-07-26 22:09:16 +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
c76dab4120
make sure vfu request creation failure does not lead for a crash
2013-07-25 10:25:42 +02:00
Jehan Monnier
ab6027703b
make sure lf->initial_subscribes_sent reset when subscription is
...
invalidated
2013-07-24 22:54:10 +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
Jehan Monnier
37ca2d40db
make sure to delete ongoing dialog if any in case of 481 received to a
...
subscription
2013-07-23 16:24:47 +02:00
Ghislain MARY
fe7f78c52e
Fix compilation on Windows.
2013-07-19 12:05:11 +02:00
Ghislain MARY
60c1b0a4ce
Some changes to only use API allowed for WP8 applications.
2013-07-19 11:39:21 +02:00
Jehan Monnier
60334f9d21
only repport call error for negative answer to INVITE transaction
2013-07-16 22:10:57 +02:00
Jehan Monnier
7a6d1c2946
better test in case of io error
2013-07-16 19:29:56 +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
Simon Morlat
ecaa31dc45
fix refresh of SUBCRIBEs that failed with 481
2013-07-11 16:06:34 +02:00
Sylvain Berfini
9582489a45
Fix android compilation
2013-07-11 14:38:51 +02:00
Yann Diorcet
ca5128238b
Fix const-correctness in linphone_core_find_call_from_uri
2013-07-11 11:50:47 +02:00
Jehan Monnier
3fda5955fd
fix various crash due to // transaction
2013-07-09 17:05:34 +02:00
Jehan Monnier
2f3f665343
make sure dialog is in the right state before notifying
2013-07-09 17:05:34 +02:00
Ghislain MARY
226657f358
Add API to get the sizes of the sent and received video streams of a call.
2013-07-09 11:58:18 +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
bdd9839dea
add alias to SUBSCRIBE as well
2013-07-08 10:40:07 +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
Ghislain MARY
4218b92e0a
Fix preview window global refs on Android.
2013-07-02 16:47:28 +02:00
Simon Morlat
866bc5c4c0
add missing wrappers to the PayloadType object
2013-07-02 16:38:17 +02:00
Jehan Monnier
8b674d05e3
avoid crash if SIP request cannot be created
2013-07-02 16:37:42 +02:00
Jehan Monnier
df87ec318a
avoid as much a possible audio resampler
2013-07-02 13:40:32 +02:00
Jehan Monnier
62e978c0bd
fix mline when media is declined, remove not implemented test
2013-07-01 20:40:58 +02:00