Commit graph

31 commits

Author SHA1 Message Date
François Grisez
408da4db34 Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
Simon Morlat
656ff43b13 fix most common warnings 2017-01-14 14:13:26 +01:00
François Grisez
85b5ca097a Reworking of Liblinphone API
* Introduction of LinphoneFactory singleton class to create
  core-independent object like LinphoneAddress or LinphoneVcard.
* Make several C structures inherite from belle_sip_object_t class:
	* LinphoneCore
	* LinphoneVcard
	* LinphoneAuthInfo
* Creation of the LinphoneCoreCbs class that enable to store the
  callbacks used by LinphoneCore.
2017-01-12 17:47:01 +01:00
Ghislain MARY
33b72ce6b5 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
Ghislain MARY
0af986526d Add more address API. 2016-07-29 11:09:45 +02:00
Ghislain MARY
dd6f88691d Extend address API to handle parameters. 2016-07-29 11:09:45 +02:00
Gautier Pelloux-Prayer
f6381d913a license: update FSF address 2016-07-27 11:58:38 +02:00
Gautier Pelloux-Prayer
a0affe66ab address.c: dont check linphone_address_set_domain 2016-06-07 15:46:34 +02:00
Ghislain MARY
3ccd09b1e4 Fix a lot of doxygen warnings. 2016-06-01 18:11:54 +02:00
Gautier Pelloux-Prayer
3739d2c866 account creator: detect invalid domain by changing linphone_address_set_* methods to return -1 in case of error 2016-01-08 11:43:15 +01:00
François Grisez
a49cd7566c Add a setter/getter for the method param to LinphoneAddress 2016-01-06 10:03:14 +01:00
Simon Morlat
53bc2cd5a0 add tests to check sips and ipv6 support of flexisip 2015-02-02 18:13:55 +01:00
Guillaume BIENKOWSKI
0c4e7456d9 Prevent creating sip addresses which are not valid when using them 2015-01-15 17:19:45 +01:00
Ghislain MARY
6b2be053e9 Improve change of identity of a proxy config.
- Add the function linphone_address_equal().
- The comparison of two proxy config addresses now returns one of these three values: equal, weak-equal or different.
- If the new proxy config identity is equal to the previous one, a call to linphone_proxy_config_done() does not
unregister and does not delete the sal op. If it's weak-equal the sal op is destroyed but the unregister is not
done. Finally, if it's different the unregister is performed and the sal op is destroyed.
2014-12-09 10:14:33 +01:00
Simon Morlat
93493976b3 tester automatically creates unique accounts on flexisip server before running tests. This allows several developer to run the test suite simultaneously ! 2014-12-01 15:25:54 +01:00
Ghislain MARY
546200b61e Deprecate linphone_address_destroy(). 2014-07-17 10:30:54 +02:00
Simon Morlat
6f9f860a2e allow multiple transports in gtk application, allow to configure transport per proxy (not yet finished) 2013-11-30 11:25:55 +01:00
Jehan Monnier
054ecbbe90 fix crash in case of out of dialog NOTIFY rejected by application because unknown from 2013-10-15 09:32:27 +02:00
Ghislain MARY
10734524fe Add factory functions to create common linphone objects. 2013-10-08 14:28:16 +02:00
Simon Morlat
e990ea0cef wrapper generator in progress 2013-09-20 10:13:17 +02:00
Ghislain MARY
ae764ae952 Always use int values for getter/setter of LinphoneAddress port. 2013-09-19 16:12:40 +02:00
Simon Morlat
bd95305d7f add reference counting to LinphoneAddress and SalAddress 2013-08-27 21:06:49 +02:00
Simon Morlat
cfe0c35083 merge patch allowing overriding of display 2010-10-06 14:51:55 +02:00
Simon Morlat
c828efa713 remove duplicate calls 2010-10-04 16:42:20 +02:00
Jehan Monnier
8e6c12d12a add random sip port selection
add linphone_core_get_port
2010-06-15 13:59:00 +02:00
Simon Morlat
bda56cf296 change policy regarding quotes in displaynames 2010-05-27 10:11:37 +02:00
Simon Morlat
b5497652f2 automatically surround displayname without quotes, to allow users to use non ascii characters. 2010-05-21 12:19:12 +02:00
Simon Morlat
ec6f061ea7 Merge branch 'master' into dev_sal
Conflicts:
	coreapi/address.c
	coreapi/linphonecore.c
2010-03-03 16:16:16 +01:00
Jehan Monnier
01331f08a9 add traces + more jni implementation 2010-02-15 18:02:19 +01:00
Simon Morlat
80e14f6a90 work in progress to use SAL in coreapi 2010-01-29 23:57:46 +01:00
Simon Morlat
999d216d7c purge out p2pproxy 2010-01-20 15:44:30 +01:00
Renamed from linphone/coreapi/address.c (Browse further)