Ronan Abhamon
b9f9dc1c5b
fix(core): clean a lot of C4800 errors on Windows
2017-09-28 16:09:20 +02:00
Ronan Abhamon
1431e1518d
feat(c-wrapper): remove CPP_TYPE parameter of L_GET_PRIVATE_FROM_C_OBJECT
2017-09-22 10:40:14 +02:00
Ronan Abhamon
78646be7bc
feat(c-wrapper): rename C_STRUCT to C_OBJECT
2017-09-22 10:27:58 +02:00
Ghislain MARY
53627f92e0
No longer depend on gettext + remove core callbacks that were deprecated since a very long time.
2017-09-21 18:30:08 +02:00
Ghislain MARY
3c28b14440
Use the c-tools for the Call object.
2017-09-21 16:04:35 +02:00
Ronan Abhamon
48487d518f
feat(c-wrapper): avoid usage of extern init...
2017-09-21 14:18:33 +02:00
Sylvain Berfini
d9d06fa32f
Fixed compil broken due to chat message changes
2017-09-21 13:13:53 +02:00
Ronan Abhamon
fbf0aaca5b
fix g++ build
2017-09-11 14:09:35 +02:00
Ghislain MARY
7588a54016
Convert LinphoneCall to Call C++ class.
2017-09-08 14:15:08 +02:00
Ghislain MARY
d795a30518
Convert LinphoneCallParams to use MediaSessionParams C++ class.
2017-09-07 14:07:47 +02:00
Ronan Abhamon
0feb3684f5
feat(core): avoid invalid cast (SalAddress <-> LinphoneAddress)
2017-09-05 13:59:54 +02:00
Ghislain MARY
7ceddff0b9
Do not rename files to compile them as C++.
2017-07-24 11:56:50 +02:00
Ghislain MARY
b9b283dcdb
Compile source files as C++.
2017-07-21 17:06:41 +02:00
Simon Morlat
e4149d19a8
Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs.
2017-06-26 22:49:15 +02:00
Jehan Monnier
1612e329a1
avoid cancel with info testers to crash
2017-06-19 14:49:47 +02:00
Jehan Monnier
a52692d596
add a comment on stream restarts caused by ice restart
2017-06-15 15:01:15 +02:00
Jehan Monnier
2aa9087b70
fix call log status in case of missed call
2017-06-13 10:53:10 +02:00
Benjamin Reis
8469ebcfc2
default reason only if protocol not set
2017-06-05 13:45:31 +02:00
Benjamin Reis
5d566fcc32
Add reason header to CANCEL and add tests for reason headers
2017-06-05 10:29:40 +02:00
Simon Morlat
685cb1f06a
rename long_term_event into presence_publish_event
2017-06-05 10:28:04 +02:00
Erwan Croze
4b648c1158
Use of BCTBX_NO_BREAK instead of LINPHONE_NO_BREAK
2017-05-31 15:25:47 +02:00
François Grisez
41a1f556e1
Add LINPHONE_NO_BREAK macro
...
This macro tells GCC that a 'break' statement has been deliberately
omitted in a switch block.
2017-05-30 14:21:30 +02:00
Benjamin Reis
1e11361827
reduce call to lp_config
2017-05-18 16:10:54 +02:00
Benjamin Reis
de154b5207
keep ringing in early media when declining one of many incoming calls if linphone_core_set_ring_during_incoming_early_media=true
2017-05-18 15:58:34 +02:00
Ghislain MARY
84441343ad
Fix crash because of unref of event.
2017-05-18 15:11:17 +02:00
Benjamin Reis
a0de8d042e
do not stop ringing when still incoming calls
2017-05-11 16:49:24 +02:00
Simon Morlat
7f57f6828c
merge branch with reason header support and new ErrorInfo features.
...
Add JNI and java interfaces. Fix issues.
2017-04-14 15:28:58 +02:00
Sandrine Avakian
9d6f6f6651
Merge branch 'master' into dev_loc
2017-04-06 15:02:43 +02:00
Sandrine Avakian
a5ffae6b03
Fixing errors in linphone_error_info_set parameter usage induced by merge from master.
2017-04-05 16:19:26 +02:00
François Grisez
274ff16b41
Fix double free
2017-04-05 10:18:25 +02:00
Sandrine Avakian
710c416e0a
Merge commit '77913a3c5e3aace6ab48b78383c011d50c6bec3c' into dev_loc
...
# Conflicts:
# coreapi/bellesip_sal/sal_op_call.c
# coreapi/callbacks.c
# mediastreamer2
# oRTP
2017-04-04 14:50:10 +02:00
Sandrine Avakian
ca3e442d9f
Replacing most calls to sal_call_decline with sal_call_decline_with_error_info
2017-04-04 14:09:44 +02:00
Simon Morlat
e0def942a9
Report call logs for calls aborted before they are notified to the application.
2017-04-03 15:31:13 +02:00
Sandrine Avakian
92c8c0e4da
First commit for decline call with reason header support
2017-04-03 14:31:53 +02:00
Ghislain MARY
548a81228f
Add definition of callbacks on the LinphoneCall object.
2017-03-30 15:40:33 +02:00
Sandrine Avakian
ad337fffef
Adding new API int linphone_call_terminate_with_error_info(LinphoneCall *call, const LinphoneErrorInfo *ei) and other functions to handle RFC3326 reason header.
2017-03-27 15:27:42 +02:00
Sandrine Avakian
6adccb389b
Merge branch 'master' into dev_loc
2017-03-23 11:41:21 +01:00
Simon Morlat
95098f055a
Make LinphoneErrorInfo a belle-sip object. Add new accessors, and make it able to take Reason headers in incoming requests (feature to be tested)
2017-03-22 14:45:24 +01:00
Sandrine Avakian
0009e277d7
Added linphone_call_set_params to modify SDP header and attributes.
...
Added linphone_call_get_params to get local call params used.
Added tests .
2017-03-20 14:14:43 +01:00
Ghislain MARY
a8418666e4
Fix deprecation warnings.
2017-03-20 11:15:26 +01:00
Ghislain MARY
6a9b199af6
Remove a lot of deprecation warnings.
2017-03-17 17:49:45 +01:00
François Grisez
5c284e9155
Fixes unmuted microphone and camera when early-media is leaved and the remote RTP address changes
2017-03-14 12:55:10 +01:00
Ghislain MARY
5193bb34e1
Add API to resend a chat message that has not been delivered.
2017-02-21 10:52:17 +01:00
Ghislain MARY
e53d4cf70d
Improve API so that it is more object-oriented.
2017-02-13 16:18:37 +01:00
Simon Morlat
669c3cee4e
Fix tests broken by the change of RTP symmetric policy.
2017-02-08 13:58:03 +01:00
Ghislain MARY
b297a4cb1d
Rework chat handling.
...
- Add content type information in LIME encrypted message
- Single entry point for all types of chat messages that are first decrypted if necessary and then handled according to their content type
- Add possibility to send chat messages with a content type that is not 'text/plain'
- Encrypt IMDN
2017-01-31 12:25:12 +01:00
Simon Morlat
656ff43b13
fix most common warnings
2017-01-14 14:13:26 +01:00
Ghislain MARY
9867c2fee7
Send and receive imdn.
2017-01-03 14:56:17 +01:00
Benjamin Reis
2fa3c22831
as-dd break to switch when no SDP
2016-12-21 09:35:01 +01:00
Benjamin Reis
2675b25f45
Do not go back to previous state when in a stable state if SDP missing
2016-12-19 15:29:02 +01:00