Commit graph

12767 commits

Author SHA1 Message Date
Benjamin Reis
2fad0db475 use weak equal on content type 2018-04-23 12:33:34 +02:00
Benjamin Reis
95d2df43fb fix last notify id when chat room is left 2018-04-20 15:29:18 +02:00
Benjamin Reis
8efc6e412f Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-04-20 10:41:09 +02:00
Benjamin Reis
584de095bc always set conference subscribe event 2018-04-18 14:39:28 +02:00
Benjamin Reis
676ab1a8f5 fix last notify and eenhance tester 2018-04-18 14:35:14 +02:00
Benjamin Reis
361b4c764b Revert "Fix last notify id in DB when inserting a client group chat room."
This reverts commit f2910f7d91.
2018-04-18 14:34:02 +02:00
Ghislain MARY
f2910f7d91 Fix last notify id in DB when inserting a client group chat room. 2018-04-17 14:19:50 +02:00
Sylvain Berfini
9e921fa303 Added missing enums & listeners to proguard file generated by JAVA wrapper 2018-04-13 18:13:33 +02:00
Sylvain Berfini
7705ada695 Push notification allowed setting for proxy config wasn't correctly read from config file 2018-04-13 17:37:00 +02:00
Sylvain Berfini
ed10a8cf94 Fixed previous commit 2018-04-13 17:19:02 +02:00
Sylvain Berfini
80b369728c Added a setting in proxy config to tell the app whether or not to set push notification informations 2018-04-13 17:06:48 +02:00
Erwan Croze
1e4a5ebb50 Adding test for regid in register response 2018-04-13 11:46:08 +02:00
François Grisez
bce1930177 Dial plan modification: Indonesian number can now have until 12 significant digits. 2018-04-13 10:35:15 +02:00
Mickaël Turnel
43f186acd5 Fix incorrect test path (retrofit of commit 24156d) 2018-04-13 10:11:11 +02:00
Mickaël Turnel
a85054581e Fix ZRTP file renaming while still in use (retrofit of commit ccb308) 2018-04-13 10:10:40 +02:00
Mickaël Turnel
c21de55c48 Use regex function from bctoolbox (retrofit of commit 895f08) 2018-04-13 10:01:21 +02:00
Simon Morlat
6581df0c49 Rewrite of commit 20efb4 from master branch (avoid unnecessary restart of stream when ICE is deactivated) 2018-04-13 09:21:17 +02:00
Simon Morlat
89d43744f5 Rewrite of commit 419281 from master branch (fix ICE bug and leak in test) 2018-04-13 09:21:17 +02:00
Simon Morlat
1cdc1ff07f Retrofit of commit 2b3d4a from master branch, fixing table overflow in ICE code. 2018-04-13 09:21:17 +02:00
Simon Morlat
9ffab5906b Fix ringstream instanciation. 2018-04-13 09:21:17 +02:00
Simon Morlat
bb0d2409bd Fix soundcard usage optimization for iOS: after a conference call the AudioUnit wasn't released, which was causing next call to have no audio. 2018-04-13 09:21:17 +02:00
Mickaël Turnel
cda7797ba6 Add tests for sequential forking and fallback route features 2018-04-12 15:36:43 +02:00
Ghislain MARY
091a5e38aa Improve content handling in local conference event handler. 2018-04-12 12:10:39 +02:00
Ghislain MARY
4eef6f1fcd Fix build broken by previous merge. 2018-04-12 12:10:24 +02:00
Ghislain MARY
711495218a Revert "Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp""
This reverts commit 2686dca63a.
2018-04-12 11:47:14 +02:00
Ghislain MARY
bc753643fd Merge branch 'dev_refactor_cpp' into dev_content_cpp 2018-04-12 11:44:27 +02:00
Erwan Croze
fa40c4324b Not setting dns automatically in core if an app has set it 2018-04-12 11:18:52 +02:00
Benjamin Reis
1a2e120678 play call_error_tone on play_sndcard instead of ring_sndcard 2018-04-12 10:27:19 +02:00
Benjamin Reis
016927324b add test to list subscription 2018-04-12 09:58:47 +02:00
Simon Morlat
701685a9fc Fix db management version (do not go backward) 2018-04-11 17:27:50 +02:00
François Grisez
e9f857c731 Fixes build when ENABLE_SQLITE_STORAGE=NO 2018-04-11 16:12:47 +02:00
Ghislain MARY
88a5521783 Fix build. 2018-04-11 16:04:06 +02:00
Ghislain MARY
6b19ae1b6f Add callback on chat message to notify participant IMDN state change. 2018-04-11 15:47:20 +02:00
Ghislain MARY
b76886ddbb Enable storage of chat message participant state for basic chat rooms and if simple group chat message state is activated. 2018-04-11 15:47:20 +02:00
François Grisez
370b96225f Fix build error when video support is disabled
(cherry picked from commit 510869445b)
2018-04-11 15:44:27 +02:00
François Grisez
2e26e0bab4 Makes the INFO DTMF parser more tolerant about spaces 2018-04-11 15:40:35 +02:00
François Grisez
9377ac8f25 Removes dead code 2018-04-11 14:57:09 +02:00
Sylvain Berfini
07a7eec84c Fixed basic chat room constructor causing it to not store participants in db 2018-04-11 14:48:58 +02:00
Simon Morlat
00e015436d Fix logging service once for all. 2018-04-11 14:48:41 +02:00
Simon Morlat
15739433fb fix log issue again. 2018-04-11 14:48:41 +02:00
Ghislain MARY
c808560ed5 Do not enable simple group chat message state by default. 2018-04-11 14:22:34 +02:00
Ghislain MARY
ad786fd2e6 Handle imdn even for incoming messages. 2018-04-11 14:10:50 +02:00
François Grisez
c8ca90cbe2 feature: multi-language API's documentation generator 2018-04-10 18:28:00 +02:00
François Grisez
4a0b9021a2 Fixes Java wrapper generator 2018-04-10 18:11:20 +02:00
Ghislain MARY
532c64bfc4 Add API to get the imdn state of a chat message for each participant. 2018-04-10 17:53:12 +02:00
Ghislain MARY
291bf82bed Store the date of message receiving and display for each participant of a chat room in DB. 2018-04-10 17:53:03 +02:00
Simon Morlat
bace233884 set callback before setting levels 2018-04-10 17:44:10 +02:00
Simon Morlat
6dd6ea842d add TMMBR callback at java level 2018-04-10 17:42:51 +02:00
Simon Morlat
84a8e1690d Fix logging facility. Liblinphone outputs in the "liblinphone" log domain, mediastreamer and ortp have now their own log domains too. 2018-04-10 17:38:15 +02:00
François Grisez
0e7ae694d7 Merge branch 'dev_refactor_cpp' into dev_doc_generator 2018-04-10 17:26:53 +02:00