Commit graph

12682 commits

Author SHA1 Message Date
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
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
Mickaël Turnel
e5ee11ec18 Fix missing linked library bctoolbox (retrofit of commit 6e72e8) 2018-04-10 11:47:49 +02:00
Mickaël Turnel
d6b37286e1 Set invalid flag message from fatal to warning (retrofit of commit 40b085) 2018-04-10 11:03:29 +02:00
Simon Morlat
b345fbbe10 fix some vcard tests 2018-04-09 16:16:35 +02:00
Simon Morlat
886bfeebf4 update linphone_call_update() doc. Retrofit of 68cd38 from master branch. 2018-04-09 16:09:53 +02:00
François Grisez
f75c58bbef Fix install target when ENABLE_DOC is set to NO 2018-04-09 15:34:03 +02:00
Simon Morlat
d8cc062ce6 rework of fix b607a1 from master branch. 2018-04-09 14:25:37 +02:00
François Grisez
c522ec1162 Makes Doxygen do not generate man and latex documentations
Besides, that commit prevent the HTML documentation from being
generated when ENABLE_DOC is set to NO. Only the XML docmentation
would be generated in order to generate high-level languages wrappers.
2018-04-09 14:01:22 +02:00
Jehan Monnier
7f2bd78185 fix compilation issue 2018-04-09 12:04:25 +02:00
Simon Morlat
5217407b8f Remove useless code 2018-04-09 11:57:42 +02:00
Jehan Monnier
dc20729c90 fix tester: Flexisip.Subscribe Notify with sipp publisher 2018-04-09 09:16:58 +02:00
Jehan Monnier
b9d7e445c7 add remote provisionning file for tester 2018-04-09 09:13:24 +02:00
Jehan Monnier
7525633727 fix sipp tests 2018-04-09 09:11:58 +02:00
Jehan Monnier
7d80c636c6 move jitter_buffer_max_size default value from 250 to 500
retrofit from commit: ea37289b7d
2018-04-09 09:11:35 +02:00
Jehan Monnier
7001fea2b6 make sure complex sip case always use ipv4 2018-04-09 09:06:18 +02:00
Ghislain MARY
ff01c92a59 Add timeout in group chat tester to that the server has the time to destroy a one-to-one chat room before trying to re-create it. 2018-04-06 15:26:01 +02:00
Ghislain MARY
4d17bb5f54 Allow addition of participant to a server group chat room using a REFER. 2018-04-06 15:25:28 +02:00
Sylvain Berfini
8b5c4e0305 Fixed proxy chat room not being notified of Created state when we fallback to a basic chat room 2018-04-06 15:15:37 +02:00
Sylvain Berfini
0bf5362bf0 Fixed issue in previous commit 2018-04-06 12:15:14 +02:00
Sylvain Berfini
2f550cd5df Added method in Java's wrapper Factory object to get LoggingService 2018-04-06 12:09:11 +02:00
Ghislain MARY
5290d59d76 Various fixes regarding callbacks of chat rooms. 2018-04-05 17:09:15 +02:00
François Grisez
44cbfd8889 doc: gathers reference docs inside a directory 2018-04-05 16:46:15 +02:00