![]() |
Home page |
Mailing list |
Docs
Collaboration diagram for sip_auth:Asterisk developer's documentation :: Codename Pineapple
sip_auth Struct Reference
#include <sip3.h>

Definition at line 694 of file chan_sip.c.
Data Fields | |
| char | md5secret [256] |
| sip_auth * | next |
| sip_auth * | next |
| char | realm [AST_MAX_EXTENSION] |
| char | secret [256] |
| char | username [256] |
|
|
MD5Secret Definition at line 698 of file chan_sip.c. Referenced by _sip_show_device(), _sip_show_peer(), add_realm_authentication(), and build_reply_digest(). |
|
|
Next auth structure in list |
|
|
Next auth structure in list Definition at line 699 of file chan_sip.c. Referenced by _sip_show_device(), _sip_show_peer(), add_realm_authentication(), clear_realm_authentication(), and find_realm_authentication(). |
|
|
Realm in which these credentials are valid Definition at line 695 of file chan_sip.c. Referenced by _sip_show_device(), _sip_show_peer(), add_realm_authentication(), and find_realm_authentication(). |
|
|
Secret Definition at line 697 of file chan_sip.c. Referenced by _sip_show_device(), _sip_show_peer(), and build_reply_digest(). |
|
|
Username Definition at line 696 of file chan_sip.c. Referenced by _sip_show_device(), _sip_show_peer(), add_realm_authentication(), and build_reply_digest(). |