Thu Apr 28 2011 16:57:21

Asterisk developer's documentation


osp_provider Struct Reference

Collaboration diagram for osp_provider:

Data Fields

enum osp_authpolicy authpolicy
char cacerts [OSP_MAX_CERTS][OSP_NORSTR_SIZE]
unsigned int cacount
char * defaultprotocol
OSPTPROVHANDLE handle
char localcert [OSP_NORSTR_SIZE]
int maxconnections
char name [OSP_NORSTR_SIZE]
struct osp_providernext
char privatekey [OSP_NORSTR_SIZE]
int retrydelay
int retrylimit
char source [OSP_NORSTR_SIZE]
unsigned int spcount
char srvpoints [OSP_MAX_SRVS][OSP_NORSTR_SIZE]
int timeout

Detailed Description

Definition at line 125 of file app_osplookup.c.


Field Documentation

char cacerts[OSP_MAX_CERTS][OSP_NORSTR_SIZE]

Definition at line 130 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

unsigned int cacount

Definition at line 129 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

OSPTPROVHANDLE handle
char localcert[OSP_NORSTR_SIZE]

Definition at line 128 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

Definition at line 133 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

char name[OSP_NORSTR_SIZE]
char privatekey[OSP_NORSTR_SIZE]

Definition at line 127 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

Definition at line 134 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

Definition at line 135 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

char source[OSP_NORSTR_SIZE]
unsigned int spcount

Definition at line 131 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

char srvpoints[OSP_MAX_SRVS][OSP_NORSTR_SIZE]

Definition at line 132 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

int timeout

Definition at line 136 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().


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