#include "../../sr_module.h"
#include "../../mem/mem.h"
#include "../../config.h"
#include "../../radius.h"
#include "verify.h"

Go to the source code of this file.
Functions | |
| static int | mod_init (void) |
Variables | |
| MODULE_VERSION struct attr | attrs [A_MAX] |
| static cmd_export_t | cmds [] |
| struct module_exports | exports |
| static param_export_t | params [] |
| static char * | radius_config = DEFAULT_RADIUSCLIENT_CONF |
| void * | rh |
| struct val | vals [V_MAX] |
| int | verify_destination_service_type = -1 |
| int | verify_source_service_type = -1 |
Definition in file peering.c.
| static int mod_init | ( | void | ) | [static] |
Definition at line 109 of file peering.c.
References A_MAX, A_SERVICE_TYPE, A_SIP_AVP, A_SIP_CALL_ID, A_SIP_FROM_TAG, A_SIP_REQUEST_HASH, A_SIP_URI_USER, A_USER_NAME, attrs, INIT_AV, LM_ERR, val::n, attr::n, NULL, radius_config, rh, val::v, V_MAX, V_SIP_VERIFY_DESTINATION, V_SIP_VERIFY_SOURCE, vals, verify_destination_service_type, and verify_source_service_type.
cmd_export_t cmds[] [static] |
| struct module_exports exports |
param_export_t params[] [static] |
char* radius_config = DEFAULT_RADIUSCLIENT_CONF [static] |
| int verify_destination_service_type = -1 |
| int verify_source_service_type = -1 |
1.5.6