Ghislain MARY
|
e73d6676d1
|
Handle MS_VIDEO_DECODER_RECOVERED_FROM_ERRORS events.
|
2014-07-17 11:45:14 +02:00 |
|
Gautier Pelloux-Prayer
|
de812274e7
|
add JNI wrapper for publish expires getter/setter
|
2014-07-17 11:08:35 +02:00 |
|
Ghislain MARY
|
546200b61e
|
Deprecate linphone_address_destroy().
|
2014-07-17 10:30:54 +02:00 |
|
Ghislain MARY
|
8fa788510d
|
Fix compilation warning: "function declaration isn’t a prototype".
|
2014-07-17 10:30:44 +02:00 |
|
Ghislain MARY
|
fb3b97bdea
|
Add missing const for getters' parameter.
|
2014-07-15 14:21:28 +02:00 |
|
Ghislain MARY
|
e3257c88a1
|
Add API and linphonerc parameter to configure SIP transport timeout.
|
2014-07-11 11:04:22 +02:00 |
|
Ghislain MARY
|
6b290a01ea
|
Fix compilation.
|
2014-07-11 11:04:08 +02:00 |
|
Guillaume BIENKOWSKI
|
38ea4ee8a3
|
Made the code more readable
|
2014-07-10 17:44:58 +02:00 |
|
Guillaume BIENKOWSKI
|
575c9a20d2
|
Fix crash when launching file download from message after linphone reboot.
We now launch the download from the external_body_url and create a file_transfer_information when the response headers are received.
|
2014-07-10 17:44:58 +02:00 |
|
Jehan Monnier
|
117c833d57
|
fix crash when proxy config done is call first
|
2014-07-10 15:42:28 +02:00 |
|
Gautier Pelloux-Prayer
|
f3cfd4e0d5
|
add JNI getters/setters for quality reporting
|
2014-07-10 14:49:29 +02:00 |
|
Sylvain Berfini
|
b468714122
|
Fixed linphonecore_jni method needsEchoCalibration
|
2014-07-10 14:33:46 +02:00 |
|
Ghislain MARY
|
214521c5a8
|
Fix typos in previous commit.
|
2014-07-10 12:22:31 +02:00 |
|
Ghislain MARY
|
1953750ec6
|
Improve documentation of LinphoneAuthInfo.
|
2014-07-10 12:19:07 +02:00 |
|
Guillaume BIENKOWSKI
|
7ec3173462
|
Detect invalid URI's for remote provisioning
|
2014-07-09 15:50:33 +02:00 |
|
Margaux Clerc
|
b5aeb7e755
|
Jni update proxyConfig wrapper
|
2014-07-08 16:01:59 +02:00 |
|
Jehan Monnier
|
a3f96a73cb
|
add config param to disable vfu request
|
2014-07-08 08:33:02 +02:00 |
|
Ghislain MARY
|
7f4afe2954
|
Fix generation of gitversion.h.
|
2014-07-07 16:45:22 +02:00 |
|
Ghislain MARY
|
ed6499b896
|
Fix compilation warnings: "function declaration isn’t a prototype".
|
2014-07-07 11:29:23 +02:00 |
|
Simon Morlat
|
266a5c66b9
|
fix compilation problem on windows
|
2014-07-03 15:31:05 +02:00 |
|
Simon Morlat
|
7e0e6ff1be
|
allow setting output framerate, get actual sent and received framerate from call params
|
2014-07-03 13:16:46 +02:00 |
|
Simon Morlat
|
65d70e3448
|
add linphone core api and setting to allow forcing the video capture size, and take a snapshot of preview during calls.
|
2014-07-02 23:35:39 +02:00 |
|
Simon Morlat
|
85e6548b59
|
add setting to disable symmetric rtp
|
2014-07-02 15:13:08 +02:00 |
|
Ghislain MARY
|
f59489c76d
|
Small documentation fixes.
|
2014-07-02 14:13:07 +02:00 |
|
Simon Morlat
|
570be5ea3f
|
Merge remote-tracking branch 'private/dev_recorder'
Conflicts:
mediastreamer2
|
2014-07-02 11:56:57 +02:00 |
|
Simon Morlat
|
3d9c38aa8a
|
add logs to print core version at proxy config initial registration and when creating calls.
Previously the version was only logged at startup, which seems not sufficient.
It is important to be able to check the version running.
|
2014-07-01 23:28:55 +02:00 |
|
Simon Morlat
|
b214e21ffe
|
prevent receiving an incoming call when another is in the IncomingEarlyMedia state.
|
2014-07-01 22:51:01 +02:00 |
|
Simon Morlat
|
71d498fd95
|
fix potential crash during provisioning
update po file and fr translation
|
2014-07-01 21:57:31 +02:00 |
|
Ghislain MARY
|
acca0f19ad
|
Normalize function name.
|
2014-07-01 16:34:09 +02:00 |
|
Ghislain MARY
|
484d05b02b
|
Fix wrong character in comment.
|
2014-07-01 15:45:10 +02:00 |
|
Jehan Monnier
|
39b9fcd8e7
|
protect chat message from being released in delivery error cb
|
2014-07-01 11:52:52 +02:00 |
|
Jehan Monnier
|
641e9fc746
|
fix invalid read for new proxy config initialization
|
2014-06-30 22:49:03 +02:00 |
|
Jehan Monnier
|
8639b1f83d
|
make sure default value are not reset when proxy config is read from file
|
2014-06-30 20:58:09 +02:00 |
|
Simon Morlat
|
bcf7e96c24
|
make video recording working
|
2014-06-30 16:35:23 +02:00 |
|
Gautier Pelloux-Prayer
|
8a6fb40b5f
|
update ms2
|
2014-06-30 09:37:54 +02:00 |
|
Johan Pascal
|
a18092880b
|
File transfer uses multipart body handler for uploading
|
2014-06-30 01:27:17 +02:00 |
|
Guillaume BIENKOWSKI
|
191d7f5e91
|
Fix linphone_core_lookup_known_proxy to search for registered proxy configs instead of just registrable.
Unit test attached.
|
2014-06-27 19:05:09 +02:00 |
|
Ghislain MARY
|
3d925e7163
|
webrtcisac has been renamed to webrtc.
|
2014-06-27 17:57:52 +02:00 |
|
Simon Morlat
|
7cd96d33ba
|
fix git version checking when not in a git tree
add linphone_proxy_config_pause_register()
make linphone_core_remove_proxy_config() really send unregister.
|
2014-06-27 17:13:17 +02:00 |
|
Gautier Pelloux-Prayer
|
09478ccdc9
|
Quality report: add audio/video bitrate and upload/download rates on report too
|
2014-06-27 16:26:29 +02:00 |
|
Gautier Pelloux-Prayer
|
cfe31b55b0
|
fix local moslq/moscq interval for quality reporting from (0..5) to (1..5)
|
2014-06-27 11:57:02 +02:00 |
|
Simon Morlat
|
93a0794c39
|
fix remote user-agent not set correctly in case of call forking
|
2014-06-26 17:32:37 +02:00 |
|
Gautier Pelloux-Prayer
|
0441c7c320
|
Quality reporting: use moscq/moslq from quality indicator for local value
|
2014-06-26 16:17:38 +02:00 |
|
Johan Pascal
|
58530de9bb
|
File transfer : add test for I/O error
|
2014-06-26 00:45:53 +02:00 |
|
Simon Morlat
|
f17e70838e
|
fix build issue
|
2014-06-25 17:54:00 +02:00 |
|
Jehan Monnier
|
d6fc5e8a36
|
fix presence id generation
|
2014-06-25 17:51:11 +02:00 |
|
Ghislain MARY
|
e41203a4c5
|
Fix compilation for Windows Phone 8.
|
2014-06-25 17:46:44 +02:00 |
|
Simon Morlat
|
f0c07e2fe0
|
Merge remote-tracking branch 'origin/master' into dev_recorder
Conflicts:
gtk/main.c
mediastreamer2
|
2014-06-25 17:11:34 +02:00 |
|
Gautier Pelloux-Prayer
|
ef7bf6a96b
|
QosAnalyser: change dialog_id and reset avg values
|
2014-06-24 14:18:19 +02:00 |
|
Gautier Pelloux-Prayer
|
5cf381b667
|
add linphone_core_get_user_agent to retrieve local user agent
|
2014-06-24 14:17:11 +02:00 |
|