Commit graph

271 commits

Author SHA1 Message Date
Jehan Monnier
2d1c999fc5 add proxy config setter for publish expiration 2014-04-23 12:50:16 +02:00
Simon Morlat
02918fba1b factorize call stats filling 2014-04-23 00:55:32 +02:00
Gautier Pelloux-Prayer
307eec5e3b Quality reporting: add some extra delay (3s->10s) to avoid false positive fails 2014-04-22 16:27:01 +02:00
Gautier Pelloux-Prayer
ceb8533cf9 Merge branch 'quality_reporting'
Conflicts:
	coreapi/linphonecall.c
	mediastreamer2
	tester/call_tester.c
2014-04-22 14:42:20 +02:00
Simon Morlat
b74aa1f56a fix audio-only build 2014-04-21 10:35:47 +02:00
Simon Morlat
e0ee323dd0 give more time in tests 2014-04-21 10:27:18 +02:00
Sylvain Berfini
62365a4119 Fix compil of tester for android 2014-04-18 11:20:26 +02:00
Sylvain Berfini
ce7a483183 Fix local remote provisioning test for android 2014-04-18 11:15:29 +02:00
Simon Morlat
d6fef910bb fix crash with ICE and compilation error 2014-04-18 11:02:09 +02:00
Gautier Pelloux-Prayer
0470d0523a Quality reporting: update comments and fix mos_cq mos_lq values 2014-04-18 10:19:14 +02:00
Jehan Monnier
471314ee1a preserve media encryption mode for zrtp in case of re-invite initiated by ice 2014-04-18 09:06:11 +02:00
Gautier Pelloux-Prayer
f3efcb1286 Quality reporting: fix unit tests, and remove some trailing spaces 2014-04-17 16:58:50 +02:00
Gautier Pelloux-Prayer
2551648d0d Quality reporting: update collector sip address to test server instead of the production one 2014-04-17 16:38:51 +02:00
Gautier Pelloux-Prayer
929fbffe1a Quality reporting: add unit tests 2014-04-17 16:38:51 +02:00
Jehan Monnier
43aa6ef34f change encryption state management 2014-04-17 16:22:49 +02:00
Simon Morlat
92762859a4 stop warning about missing tls 2014-04-16 15:35:10 +02:00
Jehan Monnier
a32c864292 fix invalid read in gtk app call log management 2014-04-14 16:29:09 +02:00
Jehan Monnier
2ae4719376 change some registration test to wait until registration cleared to arive 2014-04-14 10:38:22 +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
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
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
Simon Morlat
274d50168e implement digest authentication for anonymous calls (with id privacy) 2014-04-02 22:23:52 +02:00
Simon Morlat
c25273e9ca add C function to disable chat 2014-03-25 12:48:50 +01:00
Simon Morlat
cf25820aec add new checks for ErrorInfo mechanism 2014-03-24 16:53:41 +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
Jehan Monnier
504616b3ef add set/get for SDP control 2014-03-18 10:56:23 +01:00
Jehan Monnier
260e7e1d5c minimal SIP UPDATE support 2014-03-18 09:08:25 +01:00
Simon Morlat
ee970aec3e improve time checking in test suite 2014-03-12 17:29:00 +01:00
Simon Morlat
b59535cc86 remove a test that checks a removed feature. 2014-03-12 16:22:13 +01:00
Simon Morlat
a45d28a328 implement receiving of in-dialog chat message 2014-03-10 17:25:44 +01:00
Simon Morlat
d1c6db8e3d fix test since new LinphoneReason members have been added. 2014-03-07 19:29:30 +01:00
Simon Morlat
1b7a1d9438 fix compilation on linux 2014-03-06 09:07:12 +01:00
Guillaume BIENKOWSKI
c1b0594895 remove unused include 2014-03-05 15:32:47 +01:00
Ghislain MARY
6734882dc8 Put the libraries in the good order for static linking. 2014-03-04 17:57:21 +01:00
Guillaume BIENKOWSKI
eef680c350 Remove dependency on objc compiler, and let the final application in iOS use the liblinphonetester.a library to implement unit tests 2014-03-04 16:00:41 +01:00
Guillaume BIENKOWSKI
042729508a Missing userhostsfile reference 2014-03-04 15:38:20 +01:00
Guillaume BIENKOWSKI
e112161ec3 Separater main() from lib functions in the tester 2014-03-04 15:28:12 +01:00
Guillaume BIENKOWSKI
b85a51105a Split the tester in two components: liblinphonetester.la and the executable liblinphone_tester .
This will ease iOS usage (and probably others).
2014-03-04 12:27:57 +01:00
Sylvain Berfini
4e9d8a1e97 Improved default values test 2014-03-03 17:28:19 +01:00
Sylvain Berfini
7d64dedf12 Fixed missing init in proxy config creation + added test for proxy_default_values in lpconfig 2014-03-03 15:07:20 +01:00
Guillaume BIENKOWSKI
6f819de177 Preliminary work for tester compilation for iOS 2014-03-03 14:54:10 +01:00
Sylvain Berfini
24ead1f24f Added option to remove provisioning uri once it has been successfully applied 2014-02-28 10:53:22 +01:00
Sylvain Berfini
d5dbe3eb66 Fix last 2 tests failing for Android because sound card was opened twice 2014-02-27 15:47:54 +01:00
Simon Morlat
15c8ed30f5 modify event API to allow adding custom headers.
It is now possible to first create the LinphoneEvent, configure it with custom headers, then send it.
2014-02-21 18:34:52 +01:00