Simon Morlat
|
269f8d1c4e
|
add new API to obtain full details about failures (calls, registration, events).
Fix bug when receiving a 487 after cancelling call, resulting in a call waiting tone to be played.
|
2014-03-21 18:15:28 +01:00 |
|
Simon Morlat
|
4d6894901e
|
remove unused variable and update ms2
|
2014-03-20 16:25:15 +01:00 |
|
Jehan Monnier
|
904db718b3
|
make sure multiple incoming calls with privacy enabled can be handled
|
2014-03-20 14:16:04 +01:00 |
|
Simon Morlat
|
67faeff9a8
|
fix proxy config selection: use default proxy config if no matching proxy config is found for a given destination.
|
2014-03-20 10:36:56 +01:00 |
|
Ghislain MARY
|
0e2446c0b6
|
Indicate what RTCP packet has been updated in the LinphoneCallStats structure.
|
2014-03-19 16:07:05 +01:00 |
|
Ghislain MARY
|
22e88c8da1
|
Copy RTCP XR configuration in each streams when creating the local media description.
|
2014-03-19 16:07:05 +01:00 |
|
Ghislain MARY
|
ff9f8c71c2
|
Pass good RTCP XR configuration to the RTP session.
|
2014-03-19 16:07:05 +01:00 |
|
Ghislain MARY
|
4f68673168
|
Define RTCP XR packets sending intervals.
|
2014-03-19 16:07:05 +01:00 |
|
Ghislain MARY
|
681b445470
|
Prevent duplication of RTCP XR attribute in the medias when identical to the session one.
|
2014-03-19 16:07:05 +01:00 |
|
Ghislain MARY
|
894fd28432
|
Fix RTCP XR parameters negociation.
|
2014-03-19 16:07:04 +01:00 |
|
Ghislain MARY
|
9a4fd36948
|
Configure the RTCP XR parameters of the rtp session.
|
2014-03-19 16:07:04 +01:00 |
|
Ghislain MARY
|
4c3baa0528
|
Define RTCP XR structure in oRTP instead of sal.
|
2014-03-19 16:07:04 +01:00 |
|
Simon Morlat
|
8be3fd04d1
|
wrap linphone_core_set_tone() to java
|
2014-03-18 17:55:21 +01:00 |
|
Simon Morlat
|
d032c1d3c9
|
Merge branch 'master' of git.linphone.org:linphone
Conflicts:
coreapi/linphonecore.h
coreapi/private.h
|
2014-03-18 17:32:23 +01:00 |
|
Simon Morlat
|
a7aab35b4f
|
add function to override common telephony tones by wav files
|
2014-03-18 17:12:40 +01:00 |
|
Jehan Monnier
|
4e7f788ffa
|
add jni wrapper for: enableSdp200Ack
|
2014-03-18 13:05:17 +01:00 |
|
Jehan Monnier
|
504616b3ef
|
add set/get for SDP control
|
2014-03-18 10:56:23 +01:00 |
|
Jehan Monnier
|
260e7e1d5c
|
minimal SIP UPDATE support
|
2014-03-18 09:08:25 +01:00 |
|
Jehan Monnier
|
36a124d277
|
add comments about resetting ZRTP context in case of RE-INVITE
|
2014-03-18 09:08:25 +01:00 |
|
Simon Morlat
|
c7f23e6494
|
set default value of video renderer
|
2014-03-17 11:40:36 +01:00 |
|
Simon Morlat
|
815348c25c
|
add setMtu() getMtu() to java API
|
2014-03-13 17:42:28 +01:00 |
|
Simon Morlat
|
a73cadc64f
|
improve linphone_core_stop_ringing() so that it also suppresses call waiting beep.
|
2014-03-11 17:38:02 +01:00 |
|
Simon Morlat
|
edc2963e44
|
finish to remove automatic on-the-phone notifications
|
2014-03-11 17:26:57 +01:00 |
|
Simon Morlat
|
a0b7b1f3b0
|
rework implementation of SUBSCRIBEs delayed to successful registration.
In case of network errors, SUBSCRIBE could be sent before registration refresh, this should be fixed.
|
2014-03-11 17:25:07 +01:00 |
|
Ghislain MARY
|
526af17dd5
|
Do not notify on-the-phone presence automatically when starting the first call.
It is the application that has to handle the presence as it wishes.
|
2014-03-11 15:14:38 +01:00 |
|
Simon Morlat
|
a45d28a328
|
implement receiving of in-dialog chat message
|
2014-03-10 17:25:44 +01:00 |
|
Simon Morlat
|
e022c57627
|
fix few bugs around ipv6 detection
|
2014-03-09 22:18:37 +01:00 |
|
Ghislain MARY
|
52406b95ed
|
Allow configuring RTCP XR from linphonerc file.
|
2014-03-07 17:02:21 +01:00 |
|
Ghislain MARY
|
07aeef8017
|
Handle RTCP XR attribute in offer/answer.
|
2014-03-07 17:02:21 +01:00 |
|
Sylvain Berfini
|
7630d39863
|
Added possibility to set parameters key=value for sections
|
2014-03-07 15:46:07 +01:00 |
|
Guillaume Beraudo
|
f5db8bf6af
|
Fix known proxy condition
|
2014-03-06 11:21:25 +01:00 |
|
Guillaume Beraudo
|
92747748af
|
Honor sip_randop_port during transport migration
|
2014-03-06 11:16:59 +01:00 |
|
Sylvain Berfini
|
aad2df16d1
|
Wrapper JNI for more LinphoneReason + linphone_core_set_call_error_tone
|
2014-03-06 10:53:07 +01:00 |
|
Jehan Monnier
|
29037e50c4
|
add trace to know whan disconnection is due lack of rtp packets
|
2014-03-05 15:04:23 +01:00 |
|
Simon Morlat
|
90b5d17172
|
split linphone_gtk_iterate and fix bad enum casting in chat message handling
|
2014-03-05 14:41:08 +01:00 |
|
Simon Morlat
|
95030951d1
|
add new function to play a file locally, in or out of calls.
add new function to define a tone or wav file to be played automatically upon call errors
|
2014-03-04 22:58:56 +01:00 |
|
Ghislain MARY
|
8bc0b2e8a4
|
Handle RTCP XR SDP attribute parsing and creation.
|
2014-03-04 16:28:23 +01:00 |
|
Ghislain MARY
|
7e00357fd0
|
Fix compilation with belle-sip 1.3.1.
|
2014-03-04 14:32:05 +01:00 |
|
Ghislain MARY
|
f8f17140ca
|
Fix compilation with CMake.
|
2014-03-04 09:22:43 +01:00 |
|
Ghislain MARY
|
4a814588b5
|
Fix compilation with Visual Studio.
|
2014-03-04 09:22:20 +01:00 |
|
Sylvain Berfini
|
7d64dedf12
|
Fixed missing init in proxy config creation + added test for proxy_default_values in lpconfig
|
2014-03-03 15:07:20 +01:00 |
|
Sylvain Berfini
|
cac1551acd
|
Reworked lpconfig global default values section to have one default value for each section + use proxy default value when creating proxy config
|
2014-03-03 10:54:56 +01:00 |
|
Simon Morlat
|
1af4a7c091
|
improve SDP<->SalMediaDescription conversion and offer answer algorithm
|
2014-02-28 16:31:05 +01:00 |
|
Guillaume Beraudo
|
645447dcef
|
Simplify client certificate configuration.
We can only handle one client certificate: allow setting direct path to
the chain and key files.
|
2014-02-28 12:55:01 +01:00 |
|
Sylvain Berfini
|
24ead1f24f
|
Added option to remove provisioning uri once it has been successfully applied
|
2014-02-28 10:53:22 +01:00 |
|
Sylvain Berfini
|
3a3f331ca3
|
JNI wrapper for LinphoneCallParams getSentVideoSize and getReceivedVideoSize methods
|
2014-02-27 11:22:19 +01:00 |
|
Sylvain Berfini
|
c0bd6fb61e
|
JNI wrapper for accept_early_media methods
|
2014-02-27 10:28:34 +01:00 |
|
Ghislain MARY
|
f3ca28fe64
|
Fix CMake install paths.
|
2014-02-26 16:36:21 +01:00 |
|
Sylvain Berfini
|
ce7404581a
|
Allow null String value in jni wrapper for LpConfig.setString method
|
2014-02-26 12:31:51 +01:00 |
|
Ghislain MARY
|
ca5f624bc6
|
Divide huge function in smaller blocks.
|
2014-02-24 14:48:47 +01:00 |
|