diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 226b101bc..82fe4f84b 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -2373,8 +2373,9 @@ LINPHONE_PUBLIC void linphone_core_remove_listener(LinphoneCore *lc, const Linph /*sets the user-agent string in sip messages, ideally called just after linphone_core_new() or linphone_core_init() */ LINPHONE_PUBLIC void linphone_core_set_user_agent(LinphoneCore *lc, const char *ua_name, const char *version); -/** @deprecated Use linphone_proxy_config_normalize_sip_uri instead. */ -LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneAddress * linphone_core_interpret_url(LinphoneCore *lc, const char *url); +/** See linphone_proxy_config_normalize_sip_uri for documentation. Default proxy config is used to parse +the address. */ +LINPHONE_PUBLIC LinphoneAddress * linphone_core_interpret_url(LinphoneCore *lc, const char *url); LINPHONE_PUBLIC LinphoneCall * linphone_core_invite(LinphoneCore *lc, const char *url);