Commit graph

2210 commits

Author SHA1 Message Date
Simon Morlat
0bb0bb23ea fix non-null terminated string in provisioning from file 2014-04-15 15:37:02 +02:00
Simon Morlat
15d7543a49 change default behavior regarding changing srtp keys.
They are now not changed by reINVITEs.
2014-04-15 13:43:25 +02:00
Simon Morlat
80c1f93b95 fix crash with RTCP xr 2014-04-14 16:10:56 +02:00
Simon Morlat
28f4a815f6 prevent concurrent registers using linphone_core_refresh_registers() being called multiple times. 2014-04-14 15:25:28 +02:00
Jehan Monnier
162f121348 better mgt of refresher in case of registration error 2014-04-14 10:38:22 +02:00
Guillaume BIENKOWSKI
08645f8eea Add lp_config_new_from_buffer 2014-04-11 16:21:02 +02:00
Simon Morlat
fd81360160 fix management of LinphoneChatMessage in android glue
add authInfoRequested implementation.
2014-04-11 14:46:21 +02:00
Simon Morlat
5e3ff318d9 add ref count to LinphoneChatMessage 2014-04-11 11:51:38 +02:00
Simon Morlat
643d39637b repair android build, serialize proxy configs. 2014-04-11 11:10:56 +02:00
Simon Morlat
39f9ec6a48 improve LinphoneEvent api:
- better error notification
- allow publish without expires
2014-04-11 10:00:13 +02:00
Simon Morlat
7aec150bf4 fix missing custom header processing in generic PUBLISH api 2014-04-10 19:43:16 +02:00
Simon Morlat
0868c544d4 fix preview ring bug 2014-04-09 16:27:30 +02:00
Simon Morlat
756ae1737a fix upnp build 2014-04-09 11:15:09 +02:00
Simon Morlat
bd83f0b7ca fix crash while receiving a SIP message without content-type. 2014-04-09 00:00:22 +02:00
Simon Morlat
a8176a398d rework SRTP support so that recv and send key can be set and updated independently. 2014-04-08 23:41:14 +02:00
Simon Morlat
7bd50e004f allow usage of system-choosen random ports.
Implies a lot of refactoring in streams management.
2014-04-07 17:37:50 +02:00
Guillaume BIENKOWSKI
affd021540 Add the ability to use a file:// protocol for provisioning 2014-04-07 13:44:10 +02:00
Ghislain MARY
90b5101764 Changes to add support of OpenH264 on Android. 2014-04-07 12:48:00 +02:00
Sylvain Berfini
5e01d28d2b Added linphonecore stop ringing JNI wrapper 2014-04-07 11:58:15 +02:00
Jehan Monnier
9b4197fef9 add retry algo for vfu request + enable opus cbr by default 2014-04-05 09:45:06 +02:00
Simon Morlat
274d50168e implement digest authentication for anonymous calls (with id privacy) 2014-04-02 22:23:52 +02:00
Guillaume Beraudo
0aaac5f605 Coma separated list of user defined alsa devices
Config alsadev; patch from Ingo Krabbe.
2014-04-02 13:47:00 +02:00
Guillaume Beraudo
34561b414e Real early media switch to console.
Allow using the real hardware to stream early media.
2014-04-02 13:31:00 +02:00
Sylvain Berfini
d26a93eaac Fix crash on Android 2014-04-02 11:57:26 +02:00
Simon Morlat
97ef67377c update ms2 and oRTP, add documentation for zrtp related functions. Fix bug about sesion name not taken into SDP answers. 2014-04-01 22:44:15 +02:00
Simon Morlat
5cff5bebe5 fix bad enum cast and invalid enum translation 2014-03-28 17:12:49 +01:00
Ghislain MARY
1a05114e49 Use #define instead of enum. 2014-03-28 14:25:32 +01:00
Simon Morlat
a191c39224 fix bug around legacy sip_random_port property 2014-03-27 17:19:01 +01:00
Simon Morlat
fe3a59ed69 destroy http provider before sal is destroyed, otherwise the belle_sip_stack is already destroyed when destroying the provider. 2014-03-27 10:32:57 +01:00
Simon Morlat
3013fd8ae2 allow configuration of root_ca before provisioning, so that it can be used for https fetching 2014-03-26 17:51:47 +01:00
Simon Morlat
8a292b30cc fix generic publishes not properly terminated. 2014-03-26 17:09:02 +01:00
Ghislain MARY
1c3714327f Do not use raw attributes to get values. 2014-03-26 16:58:13 +01:00
Simon Morlat
266207c5f0 change behavior of linphone_core_get_sip_transports() if random port selection was specified.
Only linphone_core_get_sip_transports_used() will return the real port if random port selection was specified.
2014-03-26 11:30:07 +01:00
Simon Morlat
250495034e rely on belle-sip ability to choose SIP transport random port using bind(). 2014-03-25 22:48:17 +01:00
Simon Morlat
2276fd70fe wrap chat enablement methods to java 2014-03-25 13:11:15 +01:00
Simon Morlat
c25273e9ca add C function to disable chat 2014-03-25 12:48:50 +01:00
Simon Morlat
546dcfb160 enable real early media sending for incoming calls. 2014-03-25 10:58:18 +01:00
Simon Morlat
9d31ca0e5d add java wrapper to LinphoneErrorInfo 2014-03-24 16:33:42 +01:00
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