- 29 Jul, 2015 2 commits
-
-
jehan authored
Clear pending tcp/tls address of record in case of network change. Very useful for legacy SIP server with no sip instance support and limited number of air.
-
Gautier Pelloux-Prayer authored
proxy config: modify linphone_proxy_config_get_contact and add linphone_proxy_config_get_identity_address returning LinphoneAddress and move all documentation to linphone_proxy_config.h
-
- 22 Jul, 2015 1 commit
-
-
François Grisez authored
That fix a performance issue when typing a message. The sqlite database was accessed each time a character was typed in order to mark all preceeding messages as read. That was done even if all message was marked as read. This patch add cache for unread messages count. Then, the count is only carried out at the first call of linphone_chat_room_get_unread_messages_count(). This function is used in linphone_chat_room_mark_as_read() to prevent database from being accessed if all messages are already marked as read.
-
- 20 Jul, 2015 1 commit
-
-
Ghislain MARY authored
-
- 07 Jul, 2015 1 commit
-
-
François Grisez authored
-
- 03 Jul, 2015 2 commits
-
-
Ghislain MARY authored
-
Gautier Pelloux-Prayer authored
-
- 30 Jun, 2015 1 commit
-
-
François Grisez authored
-
- 26 Jun, 2015 1 commit
-
-
Ghislain MARY authored
-
- 24 Jun, 2015 2 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
- 18 Jun, 2015 1 commit
-
-
Ghislain MARY authored
-
- 09 Jun, 2015 1 commit
-
-
Ghislain MARY authored
-
- 08 Jun, 2015 3 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
- Handle XML-RPC request returning a string response - Allow creating a request adding the arguments one at a time (useful for automatically generated wrappers where variable args functions can be an issue)
-
Ghislain MARY authored
-
- 05 Jun, 2015 2 commits
-
-
Ghislain MARY authored
-
Simon Morlat authored
-
- 03 Jun, 2015 1 commit
-
-
Ghislain MARY authored
- Handle XML-RPC request returning a string response - Allow creating a request adding the arguments one at a time (useful for automatically generated wrappers where variable args functions can be an issue)
-
- 02 Jun, 2015 1 commit
-
-
Ghislain MARY authored
-
- 01 Jun, 2015 1 commit
-
-
jehan authored
-
- 13 May, 2015 1 commit
-
-
jehan authored
-
- 01 May, 2015 1 commit
-
-
Simon Morlat authored
take local ip address for media each time a reINVITE is done, to take into account possible network changes. remove sig_localip from LinphoneCall, that appears to be useless
-
- 30 Apr, 2015 1 commit
-
-
Gautier Pelloux-Prayer authored
-
- 17 Apr, 2015 2 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
- 14 Apr, 2015 1 commit
-
-
Margaux Clerc authored
-
- 10 Apr, 2015 1 commit
-
-
Ghislain MARY authored
-
- 03 Apr, 2015 1 commit
-
-
jehan authored
-
- 25 Mar, 2015 1 commit
-
-
eburke authored
Signed-off-by:
Johan Pascal <johan.pascal@belledonne-communications.com>
-
- 24 Mar, 2015 1 commit
-
-
jehan authored
store cam setting in call context to be able to manage webcam configuration, call by call, specially useful to set nowebcam in Pausing state only.
-
- 23 Mar, 2015 1 commit
-
-
jehan authored
-No longer rewrite callparams->has_video, but use dedicated params to save offers answer result regarding video -Invoke FIR in method linphone_core_send_vfu_request -Invoke CallStatsUpdated even in case of scheduled updates -Fix media direction in case of paused/resumed with paused by « inactive »
-
- 19 Mar, 2015 1 commit
-
-
François Grisez authored
-
- 13 Mar, 2015 1 commit
-
-
Simon Morlat authored
-
- 10 Mar, 2015 1 commit
-
-
Simon Morlat authored
linphone_core_remove_listener() can safely be called from within a callback. don't destroy the vtable in linphone_core_destroy(), similar to what is done with linphone_core_remove_listener().
-
- 02 Mar, 2015 1 commit
-
-
Ben Sartor authored
Signed-off-by:
Johan Pascal <johan.pascal@belledonne-communications.com>
-
- 27 Feb, 2015 1 commit
-
-
Ghislain MARY authored
-
- 24 Feb, 2015 1 commit
-
-
Simon Morlat authored
-
- 23 Feb, 2015 1 commit
-
-
jehan authored
-
- 17 Feb, 2015 1 commit
-
-
Simon Morlat authored
rework multicast. It is not necessary to bind to the multicast address. 0.0.0.0 just works while the binding to the multicast address is rejected on windows fixes reading provisionning config file from disk on windows.
-