sip_auth: Credentials for authentication to other SIP services More...
Data Fields | |
char | md5secret [256] |
struct sip_auth * | next |
char | realm [AST_MAX_EXTENSION] |
char | secret [256] |
char | username [256] |
sip_auth: Credentials for authentication to other SIP services
Definition at line 1303 of file chan_sip.c.
char md5secret[256] |
MD5Secret
Definition at line 1307 of file chan_sip.c.
Referenced by _sip_show_peer(), add_realm_authentication(), and build_reply_digest().
Next auth structure in list
Definition at line 1308 of file chan_sip.c.
Referenced by _sip_show_peer(), add_realm_authentication(), clear_realm_authentication(), and find_realm_authentication().
char realm[AST_MAX_EXTENSION] |
Realm in which these credentials are valid
Definition at line 1304 of file chan_sip.c.
Referenced by _sip_show_peer(), add_realm_authentication(), and find_realm_authentication().
char secret[256] |
Secret
Definition at line 1306 of file chan_sip.c.
Referenced by _sip_show_peer(), add_realm_authentication(), and build_reply_digest().
char username[256] |
Username
Definition at line 1305 of file chan_sip.c.
Referenced by _sip_show_peer(), add_realm_authentication(), and build_reply_digest().