Data Fields | |
char | md5secret [256] |
sip_auth * | next |
char | realm [AST_MAX_EXTENSION] |
char | secret [256] |
char | username [256] |
Definition at line 504 of file chan_sip.c.
|
MD5Secret Definition at line 508 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 509 of file chan_sip.c. Referenced by _sip_show_peer(), add_realm_authentication(), clear_realm_authentication(), and find_realm_authentication(). |
|
Realm in which these credentials are valid Definition at line 505 of file chan_sip.c. Referenced by _sip_show_peer(), add_realm_authentication(), and find_realm_authentication(). |
|
Secret Definition at line 507 of file chan_sip.c. Referenced by _sip_show_peer(), add_realm_authentication(), and build_reply_digest(). |
|
Username Definition at line 506 of file chan_sip.c. Referenced by _sip_show_peer(), add_realm_authentication(), and build_reply_digest(). |