Asterisk - The Open Source Telephony Project
18.5.0
|
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_provider * | next |
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 |
Definition at line 536 of file app_osplookup.c.
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().
char cacerts[OSP_MAX_CERTS][OSP_SIZE_NORSTR] |
Definition at line 542 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
unsigned int canum |
Definition at line 541 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
const char* defprotocol |
Definition at line 551 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_check_destination(), and osp_create_provider().
OSPTPROVHANDLE handle |
Definition at line 537 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_provider(), osp_create_transaction(), osp_unload(), and ospauth_exec().
char localcert[OSP_SIZE_NORSTR] |
Definition at line 540 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
unsigned int maxconnect |
Definition at line 545 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
char name[OSP_SIZE_NORSTR] |
Definition at line 538 of file app_osplookup.c.
Referenced by PathSegment::get_child(), handle_cli_osp_show(), Parameter::load(), SwaggerType::load(), Property::load(), osp_create_provider(), osp_create_transaction(), and osp_get_provider().
struct osp_provider* next |
Definition at line 554 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_provider(), osp_create_transaction(), osp_get_provider(), and osp_unload().
char privatekey[OSP_SIZE_NORSTR] |
Definition at line 539 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
unsigned int retrydelay |
Definition at line 546 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
unsigned int retrylimit |
Definition at line 547 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
char source[OSP_SIZE_NORSTR] |
Definition at line 549 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_provider(), osp_create_transaction(), osp_lookup(), and ospauth_exec().
unsigned int spnum |
Definition at line 543 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
char spoints[OSP_MAX_SPOINTS][OSP_SIZE_NORSTR] |
Definition at line 544 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
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().
unsigned int timeout |
Definition at line 548 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
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().