mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 05:39:39 +00:00
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
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user