Commit graph

330 commits

Author SHA1 Message Date
Simon Morlat
b2d873fab8 add linphone_core_stop_ringing() to public API. 2013-07-27 15:48:36 +02:00
Simon Morlat
23ce819401 fix constness of LinphoneCall * returned by linphone_core_find_call_by_uri().
There is no reason to return a const pointer, there's nothing you can do with a const LinphoneCall* in liblinphone.
2013-07-27 01:07:00 +02:00
Jehan Monnier
d9fd0d5634 Merge remote-tracking branch 'public/master' into belle-sip
Conflicts:
	coreapi/linphonecore.c
	coreapi/linphonecore.h
2013-07-25 22:11:23 +02:00
Jehan Monnier
7c27400203 fix typo in dnd reason 2013-07-23 21:18:28 +02:00
Jehan Monnier
3051c9bdad add LinphoneReasonDoNotDisturb 2013-07-23 21:10:14 +02:00
Yann Diorcet
ca5128238b Fix const-correctness in linphone_core_find_call_from_uri 2013-07-11 11:50:47 +02:00
Ghislain MARY
226657f358 Add API to get the sizes of the sent and received video streams of a call. 2013-07-09 11:58:18 +02:00
Ghislain MARY
a147f07905 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-07-02 17:46:02 +02:00
Ghislain MARY
47e06165fe Add missing exports. 2013-07-01 16:51:03 +02:00
Simon Morlat
ed655060c8 few privacy cleanups 2013-06-18 16:33:59 +02:00
Simon Morlat
40071c3388 re-enable tutorials
fix bugs in events
add tutorial for subscribe/notify
2013-06-18 16:18:45 +02:00
Simon Morlat
41fb121533 fix function name.
fix indentation problems and doc
2013-06-18 12:25:55 +02:00
Jehan Monnier
500d97e548 add privacy settings at proxy level 2013-06-13 08:35:49 +02:00
Jehan Monnier
cebe1f1055 start privacy impelmentation 2013-06-11 09:14:28 +02:00
Jehan Monnier
edadbeb040 Merge branch 'belle-sip' of ssh://git.linphone.org/linphone-private into belle-sip 2013-06-10 17:40:00 +02:00
Jehan Monnier
b7a487bef4 add privacy support 2013-06-10 17:39:53 +02:00
Ghislain MARY
f9c30db491 Add missing exports. 2013-06-10 15:30:58 +02:00
Simon Morlat
5183b21761 change info api so that INFO message can only be sent through calls (as requested by the RFC) 2013-06-06 21:01:53 +02:00
Ghislain MARY
c1c4ff6e0a Add missing exports. 2013-06-06 15:32:22 +02:00
Ghislain MARY
e47d66aaa8 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-06-06 15:31:15 +02:00
Ghislain MARY
f2738da8d9 Add linphone_core_get_camera_sensor_rotation(). 2013-06-06 15:30:24 +02:00
Ghislain MARY
75f41e680a Add linphone_core_get_camera_sensor_rotation(). 2013-06-06 15:30:24 +02:00
Simon Morlat
36e445f97f generic subscribe notify api in progress 2013-06-06 11:01:54 +02:00
Simon Morlat
1939dd72ce finished java wrapping of info API, and add loghandler java implementation 2013-05-23 13:22:20 +02:00
Ghislain MARY
a3a0aac3bf Add some more missing exports. 2013-05-22 09:50:17 +02:00
Ghislain MARY
61d82cce42 Add missing exports. 2013-05-21 17:50:33 +02:00
Simon Morlat
a08b50bd69 info api working 2013-05-20 11:06:06 +02:00
Simon Morlat
bb0f07f6a0 add info api
refactor selection of proxy, identity, configurations of op
fix bug when automatically restarting a call after a 415 due to srtp
2013-05-16 16:30:38 +02:00
Yann Diorcet
660a6948d8 Remove useless arguement in linphone_core_upnp_available 2013-05-15 22:28:23 +02:00
Yann Diorcet
02b7c282a1 Remove useless arguement in linphone_core_upnp_available 2013-05-13 15:12:14 +02:00
Yann Diorcet
ac0afacabd Remove useless arguement in linphone_core_upnp_available 2013-05-13 15:12:14 +02:00
Ghislain MARY
21147b0c44 Add missing export. 2013-04-24 14:08:56 +02:00
Sylvain Berfini
239a7881c2 Added missing ekports 2013-04-19 11:42:20 +02:00
Sylvain Berfini
8b571c2edf Added missing export 2013-04-18 10:57:09 +02:00
Sylvain Berfini
da89be1d12 Added missing LINPHONE_EXPORTS 2013-04-17 14:41:27 +02:00
Ghislain MARY
8563691595 Add the linphone_core_new_with_config() function to instantiate a LinphoneCore given an already existing LpConfig.
This enables the creation of the LpConfig before creating the LinphoneCore.
It is useful on some systems to read some configuration parameters and perform some customization before creating the LinphoneCore.

The LpConfig can now also be created given a factory config filename using the new lp_config_new_with_factory() function.
2013-04-11 15:41:43 +02:00
Ghislain MARY
dfb316ea7c Add the linphone_core_new_with_config() function to instantiate a LinphoneCore given an already existing LpConfig.
This enables the creation of the LpConfig before creating the LinphoneCore.
It is useful on some systems to read some configuration parameters and perform some customization before creating the LinphoneCore.

The LpConfig can now also be created given a factory config filename using the new lp_config_new_with_factory() function.
2013-04-11 15:41:43 +02:00
Ghislain MARY
a186e1670d Add exports. 2013-04-11 14:10:41 +02:00
Ghislain MARY
9c66aeb8b2 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-11 14:02:08 +02:00
Sylvain Berfini
f5c2a77ac9 Added missing export 2013-04-10 15:12:10 +02:00
Ghislain MARY
372df24dd6 Add missing exports. 2013-04-09 18:15:58 +02:00
Ghislain MARY
f0c7dbd115 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-09 18:13:30 +02:00
Ghislain MARY
f0136172b0 Change API to set log handler and log level.
- Deprecate linphone_core_enable_logs(),
  linphone_core_enable_logs_with_cb() and linphone_core_disable_logs() functions.
- Introduce linphone_core_set_log_handler(), linphone_core_set_log_file() and linphone_core_set_log_level() functions.
2013-04-09 18:07:53 +02:00
Ghislain MARY
9bf2104524 Change API to set log handler and log level.
- Deprecate linphone_core_enable_logs(),
  linphone_core_enable_logs_with_cb() and linphone_core_disable_logs() functions.
- Introduce linphone_core_set_log_handler(), linphone_core_set_log_file() and linphone_core_set_log_level() functions.
2013-04-09 18:07:53 +02:00
Simon Morlat
9f58698136 improve call quality indicator (takes into account video)
add accessors to late and loss rate in LinphoneCallStats.
2013-04-09 14:06:51 +02:00
Simon Morlat
99f6bdec72 improve call quality indicator (takes into account video)
add accessors to late and loss rate in LinphoneCallStats.
2013-04-09 14:06:51 +02:00
Ghislain MARY
a0f096f7a9 Add missing exports. 2013-04-09 12:33:15 +02:00
Ghislain MARY
84eab62437 Add missing exports. 2013-04-08 17:49:42 +02:00
Yann Diorcet
4da21ea4b0 Merge branch 'master' into belle-sip
Conflicts:
	coreapi/linphonecore.h
2013-04-05 12:47:09 +02:00
Sylvain Berfini
7dc5adeaf4 Export refresh registers 2013-04-04 17:21:56 +02:00