| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
An attempt at challenge/response auth failed. More...
#include <security_events_defs.h>

| Data Fields | |
| const char * | challenge | 
| Challenge provided. | |
| struct ast_security_event_common | common | 
| Common security event descriptor elements. | |
| const char * | expected_response | 
| Response expected to be received. | |
| const char * | response | 
| Response received. | |
An attempt at challenge/response auth failed.
Definition at line 424 of file security_events_defs.h.
| const char* challenge | 
| struct ast_security_event_common common | 
Common security event descriptor elements.
Definition at line 434 of file security_events_defs.h.
Referenced by ast_sip_report_auth_failed_challenge_response(), evt_gen_chal_resp_failed(), and report_failed_challenge_response().
| const char* expected_response | 
Response expected to be received.
Definition at line 449 of file security_events_defs.h.
Referenced by report_failed_challenge_response().
| const char* response | 
Response received.
Definition at line 444 of file security_events_defs.h.
Referenced by ast_sip_report_auth_failed_challenge_response(), and report_failed_challenge_response().