Asterisk - The Open Source Telephony Project
18.5.0
|
sip_auth: Credentials for authentication to other SIP services More...
#include <sip.h>
Data Fields | |
char | md5secret [256] |
struct { | |
struct sip_auth * next | |
} | node |
char | realm [AST_MAX_EXTENSION] |
char | secret [256] |
char | username [256] |
sip_auth: Credentials for authentication to other SIP services
char md5secret[256] |
MD5Secret
Definition at line 907 of file sip.h.
Referenced by _sip_show_peer(), add_realm_authentication(), build_reply_digest(), and sip_show_settings().
struct { ... } node |
char realm[AST_MAX_EXTENSION] |
Realm in which these credentials are valid
Definition at line 904 of file sip.h.
Referenced by _sip_show_peer(), add_realm_authentication(), find_realm_authentication(), and sip_show_settings().
char secret[256] |
Secret
Definition at line 906 of file sip.h.
Referenced by _sip_show_peer(), add_realm_authentication(), build_reply_digest(), sip_show_settings(), and Registration::write().
char username[256] |
Username
Definition at line 905 of file sip.h.
Referenced by _sip_show_peer(), add_realm_authentication(), build_reply_digest(), and sip_show_settings().