Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
sip_auth Struct Reference

sip_auth: Credentials for authentication to other SIP services More...

#include <sip.h>

Collaboration diagram for sip_auth:
Collaboration graph
[legend]

Data Fields

char md5secret [256]
 
struct {
   struct sip_auth *   next
 
node
 
char realm [AST_MAX_EXTENSION]
 
char secret [256]
 
char username [256]
 

Detailed Description

sip_auth: Credentials for authentication to other SIP services

Definition at line 902 of file sip.h.

Field Documentation

◆ md5secret

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().

◆ next

struct sip_auth* next

Definition at line 903 of file sip.h.

◆ node

struct { ... } node

◆ realm

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().

◆ secret

char secret[256]

◆ username

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().


The documentation for this struct was generated from the following file: