Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
osp_provider Struct Reference
Collaboration diagram for osp_provider:
Collaboration graph
[legend]

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 536 of file app_osplookup.c.

Field Documentation

◆ authpolicy

enum osp_authpolicy authpolicy

Definition at line 550 of file app_osplookup.c.

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

◆ cacerts

Definition at line 542 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ canum

unsigned int canum

Definition at line 541 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ defprotocol

const char* defprotocol

◆ handle

OSPTPROVHANDLE handle

◆ localcert

char localcert[OSP_SIZE_NORSTR]

Definition at line 540 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ maxconnect

unsigned int maxconnect

Definition at line 545 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ name

char name[OSP_SIZE_NORSTR]

◆ next

struct osp_provider* next

◆ privatekey

char privatekey[OSP_SIZE_NORSTR]

Definition at line 539 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ retrydelay

unsigned int retrydelay

Definition at line 546 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ retrylimit

unsigned int retrylimit

Definition at line 547 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ source

char source[OSP_SIZE_NORSTR]

◆ spnum

unsigned int spnum

Definition at line 543 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ spoints

Definition at line 544 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ srvtype

enum osp_srvtype srvtype

Definition at line 553 of file app_osplookup.c.

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

◆ timeout

unsigned int timeout

Definition at line 548 of file app_osplookup.c.

Referenced by handle_cli_osp_show(), and osp_create_provider().

◆ workmode

enum osp_workmode workmode

Definition at line 552 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: