From b75b88e8f7849c55cc18a0223f92f277a6693798 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Mon, 15 Jul 2013 13:43:37 +0000 Subject: Remove some callbacks and functions which are not needed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394370 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/res_sip_session.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'include') diff --git a/include/asterisk/res_sip_session.h b/include/asterisk/res_sip_session.h index e4b05f7c3..71e9be1c4 100644 --- a/include/asterisk/res_sip_session.h +++ b/include/asterisk/res_sip_session.h @@ -410,20 +410,6 @@ struct ast_datastore *ast_sip_session_get_datastore(struct ast_sip_session *sess */ void ast_sip_session_remove_datastore(struct ast_sip_session *session, const char *name); -/*! - * \brief Retrieve identifying information from an incoming request - * - * This will retrieve identifying information and place it in the - * id parameter. The caller of the function can then apply this to - * caller ID, connected line, or whatever else may be proper. - * - * \param rdata The incoming request or response - * \param[out] id The collected identity information - * \retval 0 Successfully found identifying information - * \retval -1 Identifying information could not be found - */ -int ast_sip_session_get_identity(struct pjsip_rx_data *rdata, struct ast_party_id *id); - /*! * \brief Send a reinvite or UPDATE on a session * -- cgit v1.2.3