mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
Add ETSI Malicious Call ID support.
Add the ability to report malicious callers as an AMI event in the call event class. Relevant specification: EN 300 180 Review: https://reviewboard.asterisk.org/r/576/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2461,6 +2461,26 @@ void ast_party_subaddress_set(struct ast_party_subaddress *dest, const struct as
|
||||
*/
|
||||
void ast_party_subaddress_free(struct ast_party_subaddress *doomed);
|
||||
|
||||
/*!
|
||||
* \brief Initialize the given party id structure.
|
||||
* \since 1.8
|
||||
*
|
||||
* \param init Party id structure to initialize.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void ast_party_id_init(struct ast_party_id *init);
|
||||
|
||||
/*!
|
||||
* \brief Destroy the party id contents
|
||||
* \since 1.8
|
||||
*
|
||||
* \param doomed The party id to destroy.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void ast_party_id_free(struct ast_party_id *doomed);
|
||||
|
||||
/*!
|
||||
* \since 1.8
|
||||
* \brief Initialize the given caller structure.
|
||||
|
Reference in New Issue
Block a user