Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


osp_provider Struct Reference

Data Fields

enum osp_authpolicy authpolicy
 
char cacerts [OSP_MAX_CERTS][OSP_SIZE_NORSTR]
 
unsigned int canum
 
const char * defprotocol
 
OSPTPROVHANDLE handle
 
char localcert [OSP_SIZE_NORSTR]
 
unsigned int maxconnect
 
char name [OSP_SIZE_NORSTR]
 
struct osp_providernext
 
char privatekey [OSP_SIZE_NORSTR]
 
unsigned int retrydelay
 
unsigned int retrylimit
 
char source [OSP_SIZE_NORSTR]
 
unsigned int spnum
 
char spoints [OSP_MAX_SPOINTS][OSP_SIZE_NORSTR]
 
enum osp_srvtype srvtype
 
unsigned int timeout
 
enum osp_workmode workmode
 

Detailed Description

Definition at line 521 of file app_osplookup.c.

Field Documentation

enum osp_authpolicy authpolicy

Definition at line 535 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), osp_auth(), and osp_create_provider().

Definition at line 527 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

unsigned int canum

Definition at line 526 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

const char* defprotocol
OSPTPROVHANDLE handle
char localcert[OSP_SIZE_NORSTR]

Definition at line 525 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

unsigned int maxconnect

Definition at line 530 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

char privatekey[OSP_SIZE_NORSTR]

Definition at line 524 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

unsigned int retrydelay

Definition at line 531 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

unsigned int retrylimit

Definition at line 532 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

unsigned int spnum

Definition at line 528 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

Definition at line 529 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

enum osp_srvtype srvtype

Definition at line 538 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), osp_create_provider(), and osp_lookup().

unsigned int timeout

Definition at line 533 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

enum osp_workmode workmode

Definition at line 537 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), osp_create_provider(), and osp_lookup().


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