Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:03 2007

Asterisk developer's documentation :: Codename Pineapple


sip_auth Struct Reference

#include <sip3.h>

Collaboration diagram for sip_auth:

Collaboration graph
[legend]

Detailed Description

sip_auth: Credentials for authentication to other SIP services

Definition at line 694 of file chan_sip.c.

Data Fields

char md5secret [256]
sip_authnext
sip_authnext
char realm [AST_MAX_EXTENSION]
char secret [256]
char username [256]


Field Documentation

char md5secret
 

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

struct sip_auth* next
 

Next auth structure in list

Definition at line 795 of file sip3.h.

struct sip_auth* next
 

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

char realm
 

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

char secret
 

Secret

Definition at line 697 of file chan_sip.c.

Referenced by _sip_show_device(), _sip_show_peer(), and build_reply_digest().

char username
 

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


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen