Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_security_event_chal_resp_failed Struct Reference

An attempt at challenge/response auth failed. More...

#include <security_events_defs.h>

Collaboration diagram for ast_security_event_chal_resp_failed:
Collaboration graph
[legend]

Data Fields

const char * challenge
 Challenge provided. More...
 
struct ast_security_event_common common
 Common security event descriptor elements. More...
 
const char * expected_response
 Response expected to be received. More...
 
const char * response
 Response received. More...
 

Detailed Description

An attempt at challenge/response auth failed.

Definition at line 424 of file security_events_defs.h.

Field Documentation

◆ challenge

const char* challenge

Challenge provided.

Note
required

Definition at line 439 of file security_events_defs.h.

◆ common

Common security event descriptor elements.

Note
Account ID required

Definition at line 434 of file security_events_defs.h.

Referenced by ast_sip_report_auth_failed_challenge_response(), evt_gen_chal_resp_failed(), report_failed_challenge_response(), and sip_report_failed_challenge_response().

◆ expected_response

const char* expected_response

Response expected to be received.

Note
required

Definition at line 449 of file security_events_defs.h.

Referenced by report_failed_challenge_response(), and sip_report_failed_challenge_response().

◆ response

const char* response

The documentation for this struct was generated from the following file: