SYMBOL INDEX (1051 symbols across 90 files) FILE: dsiprouter/dsip-net-cfg.py function hasFloatingIp (line 35) | def hasFloatingIp(): function getAnchorGateway (line 43) | def getAnchorGateway(): function getAnchorIpAddr (line 48) | def getAnchorIpAddr(): function ipAddrToIface (line 53) | def ipAddrToIface(ip_addr): function getDefRoutes (line 66) | def getDefRoutes(): function isIpDefRoute (line 80) | def isIpDefRoute(check_ip): FILE: gui/database/__init__.py class Gateways (line 45) | class Gateways(object): method __init__ (line 55) | def __init__(self, name, address, strip, prefix, type=0, gwgroup=None,... method buildAttrs (line 71) | def buildAttrs(gwid=0, type=0, msteams_domain='', signalling='proxy', ... method attrsToDict (line 75) | def attrsToDict(self): class GatewayGroups (line 101) | class GatewayGroups(object): class FILTER (line 109) | class FILTER(Enum): method __init__ (line 115) | def __init__(self, name, gwlist=[], type=settings.FLT_CARRIER, dlg_tim... class Address (line 124) | class Address(object): method __init__ (line 132) | def __init__(self, name, ip_addr, mask, type, gwgroup=None, port=0): class InboundMapping (line 146) | class InboundMapping(object): method __init__ (line 154) | def __init__(self, groupid, prefix, gwlist, description=''): class OutboundRoutes (line 165) | class OutboundRoutes(object): method __init__ (line 171) | def __init__(self, groupid, prefix, timerec, priority, routeid, gwlist... class CustomRouting (line 183) | class CustomRouting(object): method __init__ (line 188) | def __init__(self, locality, ppm, description): class dSIPLCR (line 196) | class dSIPLCR(object): method __init__ (line 205) | def __init__(self, pattern, from_prefix, dr_groupid, cost=0.00): class dSIPMultiDomainMapping (line 214) | class dSIPMultiDomainMapping(object): class FLAGS (line 220) | class FLAGS(Enum): method __init__ (line 228) | def __init__(self, pbx_id, db_host, db_username, db_password, domain_l... class dSIPDomainMapping (line 241) | class dSIPDomainMapping(object): class FLAGS (line 247) | class FLAGS(Enum): method __init__ (line 260) | def __init__(self, pbx_id, domain_id, attr_list, type=0, enabled=1): class Subscribers (line 270) | class Subscribers(object): method __init__ (line 276) | def __init__(self, username, password, domain, gwid, email_address=None): class dSIPLeases (line 288) | class dSIPLeases(object): method __init__ (line 294) | def __init__(self, gwid, sid, ttl): class dSIPMaintModes (line 303) | class dSIPMaintModes(object): method __init__ (line 309) | def __init__(self, ipaddr, gwid, status=1): class dSIPCallSettings (line 318) | class dSIPCallSettings(object): method __init__ (line 323) | def __init__(self, gwgroupid, limit=None, timeout=None): class dSIPNotification (line 331) | class dSIPNotification(object): class FLAGS (line 337) | class FLAGS(Enum): method __init__ (line 343) | def __init__(self, gwgroupid, type, method, value): class dSIPHardFwd (line 353) | class dSIPHardFwd(object): method __init__ (line 358) | def __init__(self, dr_ruleid, did, dr_groupid): class dSIPCDRInfo (line 366) | class dSIPCDRInfo(object): method __init__ (line 371) | def __init__(self, gwgroupid, email, send_interval): class dSIPFailFwd (line 380) | class dSIPFailFwd(object): method __init__ (line 385) | def __init__(self, dr_ruleid, did, dr_groupid): class dSIPCertificates (line 393) | class dSIPCertificates(object): method __init__ (line 398) | def __init__(self, domain, type, email, cert, key): class dSIPDNIDEnrichment (line 408) | class dSIPDNIDEnrichment(object): method __init__ (line 413) | def __init__(self, dnid, country_code='', routing_number='', rule_name... class UAC (line 424) | class UAC(object): class FLAGS (line 430) | class FLAGS(Enum): method __init__ (line 438) | def __init__(self, uuid, username="", password="", realm="", auth_user... function uacMapperEventHandler (line 454) | def uacMapperEventHandler(mapper, connection, target): class Domain (line 461) | class Domain(object): method __init__ (line 467) | def __init__(self, domain, did=None, last_modified=datetime.utcnow()): method __validateDomain (line 475) | def __validateDomain(self, key, domain): class DomainAttrs (line 481) | class DomainAttrs(object): class FLAGS (line 487) | class FLAGS(Enum): method __init__ (line 491) | def __init__(self, did, name="pbx_ip", type=2, value=None, last_modifi... class Dispatcher (line 502) | class Dispatcher(object): method __init__ (line 525) | def __init__(self, setid, destination, flags=None, priority=None, attr... method buildAttrs (line 538) | def buildAttrs(rweight=0, signalling='proxy', media='proxy'): method buildDescription (line 543) | def buildDescription(name=None, gwid=None): method attrsToDict (line 551) | def attrsToDict(self): class dSIPUser (line 566) | class dSIPUser(object): method __init__ (line 571) | def __init__(self, firstname, lastname, username, password, roles, dom... class DsipGwgroup2LB (line 585) | class DsipGwgroup2LB(object): class DsipSettings (line 588) | class DsipSettings(OrderedDict): function createDBURI (line 596) | def createDBURI(db_driver=None, db_type=None, db_user=None, db_pass=None... function createValidEngine (line 644) | def createValidEngine(uri_list): function startSession (line 690) | def startSession(): function createSessionObjects (line 705) | def createSessionObjects(): class DummySession (line 798) | class DummySession(): method __contains__ (line 806) | def __contains__(self, *args, **kwargs): method __iter__ (line 809) | def __iter__(self, *args, **kwargs): method add (line 812) | def add(self, *args, **kwargs): method add_all (line 815) | def add_all(self, *args, **kwargs): method begin (line 818) | def begin(self, *args, **kwargs): method begin_nested (line 821) | def begin_nested(self, *args, **kwargs): method close (line 824) | def close(self, *args, **kwargs): method commit (line 827) | def commit(self, *args, **kwargs): method connection (line 830) | def connection(self, *args, **kwargs): method delete (line 833) | def delete(self, *args, **kwargs): method execute (line 836) | def execute(self, *args, **kwargs): method expire (line 839) | def expire(self, *args, **kwargs): method expire_all (line 842) | def expire_all(self, *args, **kwargs): method expunge (line 845) | def expunge(self, *args, **kwargs): method expunge_all (line 848) | def expunge_all(self, *args, **kwargs): method flush (line 851) | def flush(self, *args, **kwargs): method get_bind (line 854) | def get_bind(self, *args, **kwargs): method is_modified (line 857) | def is_modified(self, *args, **kwargs): method bulk_save_objects (line 860) | def bulk_save_objects(self, *args, **kwargs): method bulk_insert_mappings (line 863) | def bulk_insert_mappings(self, *args, **kwargs): method bulk_update_mappings (line 866) | def bulk_update_mappings(self, *args, **kwargs): method merge (line 869) | def merge(self, *args, **kwargs): method query (line 872) | def query(self, *args, **kwargs): method refresh (line 875) | def refresh(self, *args, **kwargs): method rollback (line 878) | def rollback(self, *args, **kwargs): method scalar (line 881) | def scalar(self, *args, **kwargs): method remove (line 884) | def remove(self, *args, **kwargs): method configure (line 887) | def configure(self, *args, **kwargs): method query_property (line 890) | def query_property(self, *args, **kwargs): function settingsToTableFormat (line 894) | def settingsToTableFormat(settings, updates=None): function settingsTableToDict (line 988) | def settingsTableToDict(table_values, updates=None): function updateDsipSettingsTable (line 998) | def updateDsipSettingsTable(fields): function getDsipSettingsTableAsDict (line 1031) | def getDsipSettingsTableAsDict(dsip_id, updates=None): FILE: gui/dsiprouter.py function before_first_request (line 94) | def before_first_request(): function before_request (line 101) | def before_request(): function api_before_request (line 114) | def api_before_request(): function index (line 122) | def index(): function displayError (line 143) | def displayError(): function backupandrestore (line 151) | def backupandrestore(): function certificates (line 172) | def certificates(): function favicon (line 194) | def favicon(): function login (line 200) | def login(): function logout (line 254) | def logout(): function addUpdateCarrierGroups (line 277) | def addUpdateCarrierGroups(): function deleteCarrierGroups (line 290) | def deleteCarrierGroups(): function deleteCarriers (line 363) | def deleteCarriers(): function displayEndpointGroups (line 457) | def displayEndpointGroups(): function displayNumberEnrichment (line 483) | def displayNumberEnrichment(): function displayCDRS (line 507) | def displayCDRS(): function displayLicenseManager (line 541) | def displayLicenseManager(): function addUpdateEndpointGroups (line 566) | def addUpdateEndpointGroups(): function deletePBX (line 636) | def deletePBX(): function displayInboundMapping (line 710) | def displayInboundMapping(): function addUpdateInboundMapping (line 788) | def addUpdateInboundMapping(): function deleteInboundMapping (line 1213) | def deleteInboundMapping(): function processInboundMappingImport (line 1293) | def processInboundMappingImport(filename, override_gwgroupid, db): function importInboundMapping (line 1373) | def importInboundMapping(): function displayTeleBlock (line 1429) | def displayTeleBlock(): function addUpdateTeleBlock (line 1460) | def addUpdateTeleBlock(): function displayTransNexus (line 1497) | def displayTransNexus(msg=None): function addUpdateTransNexus (line 1536) | def addUpdateTransNexus(): function displayOutboundRoutes (line 1593) | def displayOutboundRoutes(): function addUpateOutboundRoutes (line 1661) | def addUpateOutboundRoutes(): function deleteOutboundRoute (line 1829) | def deleteOutboundRoute(): function displayStirShaken (line 1886) | def displayStirShaken(msg=None): function addUpdateStirShaken (line 1934) | def addUpdateStirShaken(): function displayUpgrade (line 2000) | def displayUpgrade(msg=None): function runUpgrade (line 2045) | def runUpgrade(cmd, env): function startUpgrade (line 2068) | def startUpgrade(): function formatSSE (line 2101) | def formatSSE(data: str, event: str = None) -> str: function readLogChunk (line 2111) | def readLogChunk(log_file): function checkUpgradeStatus (line 2137) | def checkUpgradeStatus(): function getUpgradeStatus (line 2146) | def getUpgradeStatus(): function getUpgradeLog (line 2169) | def getUpgradeLog(): function yesOrNoFilter (line 2206) | def yesOrNoFilter(list, field): function noneFilter (line 2213) | def noneFilter(list): function attrFilter (line 2220) | def attrFilter(s, attr, delims=(',', ':')): function domainTypeFilter (line 2231) | def domainTypeFilter(list): function imgFilter (line 2246) | def imgFilter(name): function injectGlobals (line 2257) | def injectGlobals(): function syncSettings (line 2312) | def syncSettings(new_fields={}, update_net=False): function sigHandler (line 2368) | def sigHandler(signum=None, frame=None): function replaceAppLoggers (line 2399) | def replaceAppLoggers(log_handler): function intializeGlobalSettings (line 2423) | def intializeGlobalSettings(): function intializeGlobalState (line 2440) | def intializeGlobalState(): function intializeAuthModules (line 2472) | def intializeAuthModules(): function guiLicenseCheck (line 2486) | def guiLicenseCheck(tag): function initApp (line 2491) | def initApp(flask_app): function teardown (line 2580) | def teardown(): function main (line 2614) | def main(): FILE: gui/dsiprouter_ut.py class TestUnit (line 4) | class TestUnit(unittest.TestCase): method setUp (line 6) | def setUp(self): method test_add_static_domain (line 9) | def test_add_static_domain(self): method test_getDomains (line 12) | def test_getDomains(self): FILE: gui/modules/api/api.sql type `dsip_endpoint_lease` (line 2) | CREATE TABLE `dsip_endpoint_lease` ( type `dsip_user` (line 13) | CREATE TABLE `dsip_user` ( FILE: gui/modules/api/api_functions.py function createApiResponse (line 19) | def createApiResponse(error=None, msg=None, kamreload=None, dsipreload=N... function showApiError (line 60) | def showApiError(ex, payload=None): function api_security (line 90) | def api_security(func): FILE: gui/modules/api/api_routes.py function getKamailioStats (line 41) | def getKamailioStats(): function handleReloadKamailio (line 64) | def handleReloadKamailio(): function handleReloadDsiprouter (line 83) | def handleReloadDsiprouter(): function getEndpointLease (line 136) | def getEndpointLease(): function revokeEndpointLease (line 219) | def revokeEndpointLease(leaseid): function updateEndpoint (line 261) | def updateEndpoint(id): function handleInboundMapping (line 312) | def handleInboundMapping(): function handleNotificationRequest (line 571) | def handleNotificationRequest(): function deleteEndpointGroup (line 658) | def deleteEndpointGroup(gwgroupid): function getEndpointGroup (line 752) | def getEndpointGroup(gwgroupid): function listEndpointGroups (line 877) | def listEndpointGroups(): function updateEndpointGroups (line 919) | def updateEndpointGroups(gwgroupid=None): function addEndpointGroups (line 1564) | def addEndpointGroups(data=None, endpointGroupType=None, domain=None): function getNumberEnrichment (line 1906) | def getNumberEnrichment(rule_id=None): function addNumberEnrichment (line 1983) | def addNumberEnrichment(request_payload=None): function updateNumberEnrichment (line 2096) | def updateNumberEnrichment(rule_id=None, request_payload=None): function deleteNumberEnrichment (line 2229) | def deleteNumberEnrichment(rule_id, request_payload=None): function fetchNumberEnrichment (line 2327) | def fetchNumberEnrichment(request_payload=None): function generateCDRS (line 2532) | def generateCDRS( function getGatewayGroupCDRS (line 2780) | def getGatewayGroupCDRS(gwgroupid=None): function getGatewayCDRS (line 2839) | def getGatewayCDRS(gwid=None): function createBackup (line 2896) | def createBackup(): function restoreBackup (line 2929) | def restoreBackup(): function generatePassword (line 2979) | def generatePassword(): function getOptionMessageStatus (line 3000) | def getOptionMessageStatus(domain): function testConnectivity (line 3059) | def testConnectivity(domain): function getCertificates (line 3109) | def getCertificates(domain=None): function createCertificate (line 3155) | def createCertificate(): function deleteCertificates (line 3267) | def deleteCertificates(domain=None): function uploadCertificates (line 3308) | def uploadCertificates(domain=None): FILE: gui/modules/api/auth/functions.py function addDSIPUser (line 11) | def addDSIPUser(data=None): FILE: gui/modules/api/auth/ldap/interface.py function initialize (line 16) | def initialize(): function teardown (line 36) | def teardown(): function authenticate (line 46) | def authenticate(username, password): FILE: gui/modules/api/auth/routes.py function login (line 26) | def login(): function createUser (line 92) | def createUser(): function listUsers (line 138) | def listUsers(): function getUser (line 176) | def getUser(id=None): function updateUser (line 223) | def updateUser(id=None): function deleteUser (line 284) | def deleteUser(id=None): FILE: gui/modules/api/carriergroups/functions.py function displayCarrierGroups (line 16) | def displayCarrierGroups(gwgroup=None): function addUpdateCarrierGroups (line 83) | def addUpdateCarrierGroups(data=None): function displayCarriers (line 239) | def displayCarriers(gwid=None, gwgroup=None, newgwid=None): function addUpdateCarriers (line 348) | def addUpdateCarriers(data=None): FILE: gui/modules/api/carriergroups/plugin/twilio/interface.py function getPluginMetaData (line 11) | def getPluginMetaData(): function init (line 17) | def init(account_sid,auth_token): function createTrunk (line 39) | def createTrunk(client,trunk_name,dsip_ip_address,twilio_domain_name=def... function createIPAccessControlList (line 55) | def createIPAccessControlList(client,trunk_name,dsip_ip_address): function main (line 72) | def main(): FILE: gui/modules/api/carriergroups/routes.py function listCarrierGroups (line 25) | def listCarrierGroups(): function getPluginMetaData (line 97) | def getPluginMetaData(plugin_name): function addCarrierGroups (line 151) | def addCarrierGroups(id=None): FILE: gui/modules/api/cron_functions.py function cleanupLeases (line 5) | def cleanupLeases(): FILE: gui/modules/api/kamailio/errors.py class KamailioError (line 1) | class KamailioError(Exception): method __init__ (line 6) | def __init__(self, *args, **kwargs): class NoDispatcherSets (line 10) | class NoDispatcherSets(KamailioError): method __init__ (line 15) | def __init__(self, *args, **kwargs): FILE: gui/modules/api/kamailio/functions.py function sendJsonRpcCmd (line 15) | def sendJsonRpcCmd(host, method, params=(), timeout=settings.KAM_JSONRPC... function reloadKamailio (line 82) | def reloadKamailio(): FILE: gui/modules/api/licensemanager/classes.py function wcApiPropagateHttpError (line 10) | def wcApiPropagateHttpError(method): class WoocommerceError (line 21) | class WoocommerceError(requests.HTTPError): method __init__ (line 22) | def __init__(self, *args, **kwargs): method __str__ (line 24) | def __str__(self): class WoocommerceLicense (line 28) | class WoocommerceLicense(object): method __init__ (line 42) | def __init__(self, license_key=None, key_combo=None, decrypt=False): method __eq__ (line 104) | def __eq__(self, obj): method __ne__ (line 108) | def __ne__(self, obj): method __iter__ (line 112) | def __iter__(self): method asDict (line 117) | def asDict(self): method machine_match (line 128) | def machine_match(self): method tags (line 132) | def tags(self): method expires (line 136) | def expires(self): method active (line 145) | def active(self): method license_key (line 149) | def license_key(self): method valid (line 153) | def valid(self): method id (line 157) | def id(self): method sync (line 161) | def sync(self): method activate (line 191) | def activate(self): method deactivate (line 212) | def deactivate(self): method hash (line 232) | def hash(self, salt=None): method encrypt (line 237) | def encrypt(self): FILE: gui/modules/api/licensemanager/cli.py function main (line 19) | def main(): function cmdRetrieve (line 43) | def cmdRetrieve(args): function cmdList (line 79) | def cmdList(args): function cmdActivate (line 101) | def cmdActivate(args): function cmdImport (line 127) | def cmdImport(args): function cmdDeactivate (line 160) | def cmdDeactivate(args): function cmdClear (line 196) | def cmdClear(args): function cmdCheck (line 226) | def cmdCheck(args): function unknownCmd (line 257) | def unknownCmd(): function isDsiprouterRunning (line 261) | def isDsiprouterRunning(): function handleFatalException (line 264) | def handleFatalException(ex_type, ex_value, ex_tb): FILE: gui/modules/api/licensemanager/functions.py function __getLicense (line 15) | def __getLicense(license): function quickLoadLicenses (line 18) | def quickLoadLicenses(keystore): function licenseDictToStateDict (line 23) | def licenseDictToStateDict(keystore): function syncLicensesToGlobalState (line 35) | def syncLicensesToGlobalState(): function getLicenseStatusFromStateDict (line 38) | def getLicenseStatusFromStateDict(license_state, tag): function searchLicenses (line 70) | def searchLicenses(license_key=None, key_combo=None, decrypt=False, lice... function getLicenseStatus (line 149) | def getLicenseStatus(license_key=None, license_tag=None, state_dict=None): function addToLicenseStore (line 188) | def addToLicenseStore(license, state_dict=None): function removeFromLicenseStore (line 199) | def removeFromLicenseStore(license, state_dict=None): FILE: gui/modules/api/licensemanager/routes.py function showWoocommerceError (line 36) | def showWoocommerceError(ex): function validateRequestArgs (line 47) | def validateRequestArgs(data, allowed_args=dict(), required_args=set(), ... function validateLicense (line 91) | def validateLicense(): function retrieveLicense (line 163) | def retrieveLicense(): function listLicenses (line 232) | def listLicenses(): function activateLicense (line 277) | def activateLicense(): function deactivateLicense (line 351) | def deactivateLicense(): FILE: gui/modules/api/mediaserver/plugin/fusion/interface.py class cos_dialplan (line 10) | class cos_dialplan(): method __init__ (line 15) | def __init__(self): method add (line 18) | def add(self,data): class cos (line 32) | class cos(): method __init__ (line 39) | def __init__(self, domain,data=None): method create (line 99) | def create(self, name): class mediaserver (line 139) | class mediaserver(): method __init__ (line 150) | def __init__(self, config): method testConnection (line 158) | def testConnection(self): method getConnection (line 162) | def getConnection(self): method closeConnection (line 172) | def closeConnection(self): class domain (line 175) | class domain(): method toJSON (line 183) | def toJSON(self): class domains (line 188) | class domains(): method __init__ (line 194) | def __init__(self, mediaserver): method create (line 198) | def create(self,data): method read (line 228) | def read(self,domain_id=None): method update (line 256) | def update(self,data): method delete (line 277) | def delete(self,domain_id): method getExtensions (line 296) | def getExtensions(): class extension (line 304) | class extension(): method __init__ (line 319) | def __init__(self): method toJSON (line 322) | def toJSON(self): class extensions (line 326) | class extensions(): method __init__ (line 335) | def __init__(self, mediaserver, domain ,extension=None): method create (line 342) | def create(self,data): method read (line 372) | def read(self, extension_id=None): method update (line 401) | def update(self,data): method getExtensionID (line 439) | def getExtensionID(self,extension): method delete (line 452) | def delete(self,extension): FILE: gui/modules/api/mediaserver/routes.py class config (line 15) | class config(): method __init__ (line 29) | def __init__(self,config_id): method getPlugin (line 78) | def getPlugin(self): class FLAGS (line 84) | class FLAGS(): function getDomains (line 96) | def getDomains(config_id=None,domain_id=None): function postDomains (line 169) | def postDomains(): function putDomains (line 231) | def putDomains(): function deleteDomains (line 285) | def deleteDomains(): function postExtensions (line 342) | def postExtensions(): function putExtensions (line 417) | def putExtensions(): function getExtensions (line 480) | def getExtensions(config_id=None,domain_id=None,extension_id=None): function deleteExtensions (line 549) | def deleteExtensions(): FILE: gui/modules/api/sample_api.py function getEntity (line 11) | def getEntity(): FILE: gui/modules/cdr/cdrs.sql type `acc` (line 25) | CREATE TABLE `acc` ( type `cdrs` (line 56) | CREATE TABLE `cdrs` ( FILE: gui/modules/cdr/cron_functions.py function sendCdrReport (line 6) | def sendCdrReport(gwgroupid): FILE: gui/modules/certificates/certificates.sql type `dsip_certificates` (line 2) | CREATE TABLE IF NOT EXISTS `dsip_certificates` ( FILE: gui/modules/custom_routing/custom_routing.sql type `dr_custom_rules` (line 25) | CREATE TABLE `dr_custom_rules` ( type `locale_lookup` (line 42) | CREATE TABLE `locale_lookup` ( FILE: gui/modules/dnid_enrichment/dnid_enrichment.sql type dsip_dnid_enrich_lnp (line 4) | CREATE TABLE dsip_dnid_enrich_lnp ( type dsip_dnid_lnp_mapping (line 19) | CREATE VIEW dsip_dnid_lnp_mapping AS FILE: gui/modules/domain/domain_mapping.sql type `dsip_multidomain_mapping` (line 26) | CREATE TABLE `dsip_multidomain_mapping` ( type `dsip_domain_mapping` (line 51) | CREATE TABLE `dsip_domain_mapping` ( FILE: gui/modules/domain/domain_routes.py function gatewayIdToIP (line 23) | def gatewayIdToIP(pbx_id, db): function addDomain (line 29) | def addDomain(domain, authtype, pbxs, notes, db): function configureMSTeams (line 163) | def configureMSTeams(id): function displayDomains (line 215) | def displayDomains(): function addUpdateDomain (line 294) | def addUpdateDomain(): function deleteDomain (line 363) | def deleteDomain(): FILE: gui/modules/flowroute/__init__.py class Numbers (line 6) | class Numbers(): method __init__ (line 11) | def __init__(self): method __del__ (line 15) | def __del__(self): method getNumbers (line 19) | def getNumbers(self, starts_with=None, contains=None, ends_with=None, ... FILE: gui/modules/frauddetection/fraud.py function removeTechPrefix (line 37) | def removeTechPrefix(col): FILE: gui/modules/fusionpbx/fusionpbx_sync_functions.py function get_sources (line 13) | def get_sources(db): function drop_fusionpbx_domains (line 40) | def drop_fusionpbx_domains(source, dest): function sync_db (line 83) | def sync_db(source, dest): function reloadkam (line 215) | def reloadkam(): function update_nginx (line 223) | def update_nginx(sources): function sync_needed (line 319) | def sync_needed(source, dest): function run_sync (line 413) | def run_sync(settings): FILE: gui/modules/upgrade/__init__.py class UpdateUtils (line 6) | class UpdateUtils(): method get_repo_version_list (line 8) | def get_repo_version_list(): method get_latest_version (line 19) | def get_latest_version(): FILE: gui/shared.py function isCertValid (line 15) | def isCertValid(hostname, externalip, port=5061): function objToDict (line 38) | def objToDict(obj): function rowToDict (line 55) | def rowToDict(row): function strFieldsToDict (line 77) | def strFieldsToDict(fields_str, delims=(',', ':')): function dictToStrFields (line 82) | def dictToStrFields(fields_dict, delims=(',', ':')): function updateConfig (line 87) | def updateConfig(config_obj, field_dict, hot_reload=False): function stripDictVals (line 115) | def stripDictVals(d): function getCustomRoutes (line 123) | def getCustomRoutes(): function monthdelta (line 141) | def monthdelta(dt, delta): function supportsColor (line 150) | def supportsColor(stream): class IO (line 163) | class IO(): method printerr (line 168) | def printerr(message): method printinfo (line 172) | def printinfo(message): method printwarn (line 176) | def printwarn(message): method printdbg (line 180) | def printdbg(message): method printbold (line 184) | def printbold(message): method logcrit (line 188) | def logcrit(message): method logerr (line 192) | def logerr(message): method loginfo (line 196) | def loginfo(message): method logwarn (line 200) | def logwarn(message): method logdbg (line 204) | def logdbg(message): method lognolvl (line 208) | def lognolvl(message): method printerr (line 213) | def printerr(message): method printinfo (line 217) | def printinfo(message): method printwarn (line 221) | def printwarn(message): method printdbg (line 225) | def printdbg(message): method printbold (line 229) | def printbold(message): method logcrit (line 233) | def logcrit(message): method logerr (line 237) | def logerr(message): method loginfo (line 241) | def loginfo(message): method logwarn (line 245) | def logwarn(message): method logdbg (line 249) | def logdbg(message): method lognolvl (line 253) | def lognolvl(message): function debugException (line 256) | def debugException(ex=None, log_ex=True, print_ex=True, showstack=True): function debugEndpoint (line 298) | def debugEndpoint(log_out=True, print_out=True, **kwargs): function allowed_file (line 371) | def allowed_file(filename, ALLOWED_EXTENSIONS={'csv', 'txt', 'pdf', 'png... function showError (line 374) | def showError(type="", code=None, msg=None): function redirectCustom (line 378) | def redirectCustom(location, *render_args, code=302, response_cb=None, f... function getRequestData (line 463) | def getRequestData(): class StatusCodes (line 496) | class StatusCodes(): FILE: gui/static/js/backupandrestore.js function changeLoadingState (line 24) | function changeLoadingState(isLoading) { function downloadResponse (line 33) | function downloadResponse(response, filename) { function getFormattedDateTime (line 49) | function getFormattedDateTime() { FILE: gui/static/js/bootstrap-toggle.js function Plugin (line 143) | function Plugin(option) { FILE: gui/static/js/bootstrap.js function transitionEnd (line 34) | function transitionEnd() { function removeElement (line 126) | function removeElement() { function Plugin (line 142) | function Plugin(option) { function Plugin (line 251) | function Plugin(option) { function Plugin (line 475) | function Plugin(option) { function getTargetFromTrigger (line 695) | function getTargetFromTrigger($trigger) { function Plugin (line 707) | function Plugin(option) { function getParent (line 774) | function getParent($this) { function clearMenus (line 787) | function clearMenus(e) { function Plugin (line 880) | function Plugin(option) { function Plugin (line 1208) | function Plugin(option, _relatedTarget) { function complete (line 1574) | function complete() { function Plugin (line 1750) | function Plugin(option) { function Plugin (line 1859) | function Plugin(option) { function ScrollSpy (line 1902) | function ScrollSpy(element, options) { function Plugin (line 2022) | function Plugin(option) { function next (line 2131) | function next() { function Plugin (line 2177) | function Plugin(option) { function Plugin (line 2334) | function Plugin(option) { FILE: gui/static/js/carriergroups.js function validatePluginData (line 31) | function validatePluginData(fields) { function addCarrierGroup (line 62) | function addCarrierGroup(action) { function updateCarrierGroup (line 172) | function updateCarrierGroup() { function setCarrierGroupHandlers (line 213) | function setCarrierGroupHandlers() { function setCarrierHandlers (line 412) | function setCarrierHandlers() { function setFormHandler (line 497) | function setFormHandler(selector, successCallback) { FILE: gui/static/js/cdrs.js function changeLoadingState (line 22) | function changeLoadingState(isLoading) { function getFilteredCdrIds (line 31) | function getFilteredCdrIds() { function loadCDRDataTable (line 42) | function loadCDRDataTable(gwgroupid) { FILE: gui/static/js/certificates.js function clear (line 25) | function clear(modal_selector) { function addEntity (line 47) | function addEntity(action) { function addUploaded (line 85) | function addUploaded (requestPayload,action) { function addGenerated (line 135) | function addGenerated(requestPayload,action) { function deleteEntity (line 195) | function deleteEntity() { FILE: gui/static/js/dashboard.js function getKamailioStats (line 4) | function getKamailioStats(elem) { FILE: gui/static/js/datatables.js function _fnHungarianMap (line 1667) | function _fnHungarianMap ( o ) function _fnCamelToHungarian (line 1705) | function _fnCamelToHungarian ( src, user, force ) function _fnLanguageCompat (line 1744) | function _fnLanguageCompat( lang ) function _fnCompatOpts (line 1806) | function _fnCompatOpts ( init ) function _fnCompatCols (line 1847) | function _fnCompatCols ( init ) function _fnBrowserDetect (line 1867) | function _fnBrowserDetect( settings ) function _fnReduce (line 1947) | function _fnReduce ( that, fn, init, start, end, inc ) function _fnAddColumn (line 1981) | function _fnAddColumn( oSettings, nTh ) function _fnColumnOptions (line 2013) | function _fnColumnOptions( oSettings, iCol, oOptions ) function _fnAdjustColumnSizing (line 2144) | function _fnAdjustColumnSizing ( settings ) function _fnVisibleToColumnIndex (line 2176) | function _fnVisibleToColumnIndex( oSettings, iMatch ) function _fnColumnIndexToVisible (line 2194) | function _fnColumnIndexToVisible( oSettings, iMatch ) function _fnVisbleColumns (line 2209) | function _fnVisbleColumns( oSettings ) function _fnGetColumns (line 2232) | function _fnGetColumns( oSettings, sParam ) function _fnColumnTypes (line 2251) | function _fnColumnTypes ( settings ) function _fnApplyColumnDefs (line 2322) | function _fnApplyColumnDefs( oSettings, aoColDefs, aoCols, fn ) function _fnAddData (line 2402) | function _fnAddData ( oSettings, aDataIn, nTr, anTds ) function _fnAddTr (line 2452) | function _fnAddTr( settings, trs ) function _fnNodeToDataIndex (line 2475) | function _fnNodeToDataIndex( oSettings, n ) function _fnNodeToColumnIndex (line 2489) | function _fnNodeToColumnIndex( oSettings, iRow, n ) function _fnGetCellData (line 2504) | function _fnGetCellData( settings, rowIdx, colIdx, type ) function _fnSetCellData (line 2552) | function _fnSetCellData( settings, rowIdx, colIdx, val ) function _fnSplitObjNotation (line 2574) | function _fnSplitObjNotation( str ) function _fnGetObjectDataFn (line 2589) | function _fnGetObjectDataFn( mSource ) function _fnSetObjectDataFn (line 2714) | function _fnSetObjectDataFn( mSource ) function _fnGetDataMaster (line 2833) | function _fnGetDataMaster ( settings ) function _fnClearTable (line 2844) | function _fnClearTable( settings ) function _fnDeleteIndex (line 2860) | function _fnDeleteIndex( a, iTarget, splice ) function _fnInvalidate (line 2899) | function _fnInvalidate( settings, rowIdx, src, colIdx ) function _fnGetRowElements (line 2977) | function _fnGetRowElements( settings, row, colIdx, d ) function _fnCreateTr (line 3086) | function _fnCreateTr ( oSettings, iRow, nTrIn, anTds ) function _fnRowAttributes (line 3171) | function _fnRowAttributes( settings, row ) function _fnBuildHead (line 3211) | function _fnBuildHead( oSettings ) function _fnDrawHead (line 3297) | function _fnDrawHead( oSettings, aoSource, bIncludeHidden ) function _fnDraw (line 3395) | function _fnDraw( oSettings ) function _fnReDraw (line 3536) | function _fnReDraw( settings, holdPosition ) function _fnAddOptionsHtml (line 3574) | function _fnAddOptionsHtml ( oSettings ) function _fnDetectHeader (line 3730) | function _fnDetectHeader ( aLayout, nThead ) function _fnGetUniqueThs (line 3805) | function _fnGetUniqueThs ( oSettings, nHeader, aLayout ) function _fnBuildAjax (line 3842) | function _fnBuildAjax( oSettings, data, fn ) function _fnAjaxUpdate (line 3975) | function _fnAjaxUpdate( settings ) function _fnAjaxParameters (line 4006) | function _fnAjaxParameters( settings ) function _fnAjaxUpdateDraw (line 4114) | function _fnAjaxUpdateDraw ( settings, json ) function _fnAjaxDataSrc (line 4164) | function _fnAjaxDataSrc ( oSettings, json ) function _fnFeatureHtmlFilter (line 4187) | function _fnFeatureHtmlFilter ( settings ) function _fnFilterComplete (line 4283) | function _fnFilterComplete ( oSettings, oInput, iForce ) function _fnFilterCustom (line 4336) | function _fnFilterCustom( settings ) function _fnFilterColumn (line 4373) | function _fnFilterColumn ( settings, searchStr, colIdx, regex, smart, ca... function _fnFilter (line 4406) | function _fnFilter( settings, input, force, regex, smart, caseInsensitive ) function _fnFilterCreateSearch (line 4462) | function _fnFilterCreateSearch( search, regex, smart, caseInsensitive ) function _fnFilterData (line 4504) | function _fnFilterData ( settings ) function _fnSearchToCamel (line 4577) | function _fnSearchToCamel ( obj ) function _fnSearchToHung (line 4596) | function _fnSearchToHung ( obj ) function _fnFeatureHtmlInfo (line 4612) | function _fnFeatureHtmlInfo ( settings ) function _fnUpdateInfo (line 4646) | function _fnUpdateInfo ( settings ) function _fnInfoMacros (line 4684) | function _fnInfoMacros ( settings, str ) function _fnInitialise (line 4711) | function _fnInitialise ( settings ) function _fnInitComplete (line 4795) | function _fnInitComplete ( settings, json ) function _fnLengthChange (line 4810) | function _fnLengthChange ( settings, val ) function _fnFeatureHtmlLength (line 4828) | function _fnFeatureHtmlLength ( settings ) function _fnFeatureHtmlPaginate (line 4894) | function _fnFeatureHtmlPaginate ( settings ) function _fnPageChange (line 4955) | function _fnPageChange ( settings, action, redraw ) function _fnFeatureHtmlProcessing (line 5028) | function _fnFeatureHtmlProcessing ( settings ) function _fnProcessingDisplay (line 5045) | function _fnProcessingDisplay ( settings, show ) function _fnFeatureHtmlTable (line 5060) | function _fnFeatureHtmlTable ( settings ) function _fnScrollDraw (line 5218) | function _fnScrollDraw ( settings ) function _fnApplyToChildren (line 5501) | function _fnApplyToChildren( fn, an1, an2 ) function _fnCalculateColumnWidths (line 5540) | function _fnCalculateColumnWidths ( oSettings ) function _fnConvertToWidth (line 5778) | function _fnConvertToWidth ( width, parent ) function _fnGetWidestNode (line 5802) | function _fnGetWidestNode( settings, colIdx ) function _fnGetMaxLenString (line 5823) | function _fnGetMaxLenString( settings, colIdx ) function _fnStringToCss (line 5848) | function _fnStringToCss( s ) function _fnSortFlatten (line 5868) | function _fnSortFlatten ( settings ) function _fnSort (line 5940) | function _fnSort ( oSettings ) function _fnSortAria (line 6066) | function _fnSortAria ( settings ) function _fnSortListener (line 6121) | function _fnSortListener ( settings, colIdx, append, callback ) function _fnSortAttachListener (line 6205) | function _fnSortAttachListener ( settings, attachTo, colIdx, callback ) function _fnSortingClasses (line 6243) | function _fnSortingClasses( settings ) function _fnSortData (line 6276) | function _fnSortData( settings, idx ) function _fnSaveState (line 6319) | function _fnSaveState ( settings ) function _fnLoadState (line 6355) | function _fnLoadState ( settings, oInit, callback ) function _fnSettingsFromNode (line 6457) | function _fnSettingsFromNode ( table ) function _fnLog (line 6476) | function _fnLog( settings, level, msg, tn ) function _fnMap (line 6519) | function _fnMap( ret, src, name, mappedName ) function _fnExtend (line 6561) | function _fnExtend( out, extender, breakRefs ) function _fnBindAction (line 6597) | function _fnBindAction( n, oData, fn ) function _fnCallbackReg (line 6626) | function _fnCallbackReg( oSettings, sStore, fn, sName ) function _fnCallbackFire (line 6652) | function _fnCallbackFire( settings, callbackArr, eventName, args ) function _fnLengthOverflow (line 6674) | function _fnLengthOverflow ( settings ) function _fnRenderer (line 6699) | function _fnRenderer( settings, type ) function _fnDataSource (line 6728) | function _fnDataSource ( settings ) function _numbers (line 14506) | function _numbers ( page, pages ) { function _addNumericSort (line 14811) | function _addNumericSort ( decimalPlace ) { function _fnExternApiFunc (line 15066) | function _fnExternApiFunc (fn) FILE: gui/static/js/domains.js function processDomainType (line 4) | function processDomainType(value) { function validateDomainFormFields (line 24) | function validateDomainFormFields(fields) { function updateModals (line 44) | function updateModals() { FILE: gui/static/js/endpointgroups.js function generateEndpointObject (line 63) | function generateEndpointObject(row) { function generateEndpointMarkup (line 82) | function generateEndpointMarkup(endpoint = null) { function generateEndpointTable (line 109) | function generateEndpointTable(selector) { function addEndpointGroup (line 134) | function addEndpointGroup(action) { function updateEndpointGroup (line 275) | function updateEndpointGroup() { function clearEndpointGroupModal (line 279) | function clearEndpointGroupModal(modal_selector) { function displayEndpointGroup (line 345) | function displayEndpointGroup(gwgroup_data) { function deleteEndpointGroup (line 419) | function deleteEndpointGroup() { FILE: gui/static/js/highlight/highlight.pack.js function n (line 2) | function n(e){return e.replace(/&/g,"&").replace(/t;t++... function g (line 2) | function g(e,t){t=t||I.languages||x(y);var r={r:0,value:n(e)},a=r;return... function p (line 2) | function p(e){return I.tabReplace||I.useBR?e.replace(M,function(e,n){ret... function h (line 2) | function h(e,n,t){var r=n?L[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)... function d (line 2) | function d(e){var n,t,r,o,l,s=i(e);a(s)||(I.useBR?(n=document.createElem... function b (line 2) | function b(e){I=o(I,e)} function v (line 2) | function v(){if(!v.called){v.called=!0;var e=document.querySelectorAll("... function m (line 2) | function m(){addEventListener("DOMContentLoaded",v,!1),addEventListener(... function N (line 2) | function N(n,t){var r=y[n]=t(e);r.aliases&&r.aliases.forEach(function(e)... function R (line 2) | function R(){return x(y)} function w (line 2) | function w(e){return e=(e||"").toLowerCase(),y[e]||y[L[e]]} FILE: gui/static/js/inboundmapping.js function searchDIDs (line 22) | function searchDIDs(search) { function comboboxInit (line 39) | function comboboxInit(parent_selector) { FILE: gui/static/js/jquery.js function DOMEval (line 97) | function DOMEval( code, doc, node ) { function toType (line 115) | function toType( obj ) { function isArrayLike (line 483) | function isArrayLike( obj ) { function Sizzle (line 715) | function Sizzle( selector, context, results, seed ) { function createCache (line 854) | function createCache() { function markFunction (line 872) | function markFunction( fn ) { function assert (line 881) | function assert( fn ) { function addHandle (line 903) | function addHandle( attrs, handler ) { function siblingCheck (line 918) | function siblingCheck( a, b ) { function createInputPseudo (line 944) | function createInputPseudo( type ) { function createButtonPseudo (line 955) | function createButtonPseudo( type ) { function createDisabledPseudo (line 966) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1022) | function createPositionalPseudo( fn ) { function testContext (line 1045) | function testContext( context ) { function setFilters (line 2127) | function setFilters() {} function toSelector (line 2198) | function toSelector( tokens ) { function addCombinator (line 2208) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2272) | function elementMatcher( matchers ) { function multipleContexts (line 2286) | function multipleContexts( selector, contexts, results ) { function condense (line 2295) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2316) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2409) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2467) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 2803) | function nodeName( elem, name ) { function winnow (line 2813) | function winnow( elements, qualifier, not ) { function sibling (line 3108) | function sibling( cur, dir ) { function createOptions (line 3195) | function createOptions( options ) { function Identity (line 3420) | function Identity( v ) { function Thrower (line 3423) | function Thrower( ex ) { function adoptValue (line 3427) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3520) | function resolve( depth, deferred, handler, special ) { function completed (line 3885) | function completed() { function fcamelCase (line 3980) | function fcamelCase( all, letter ) { function camelCase (line 3987) | function camelCase( string ) { function Data (line 4004) | function Data() { function getData (line 4173) | function getData( data ) { function dataAttr (line 4198) | function dataAttr( elem, key, data ) { function adjustCSS (line 4511) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4578) | function getDefaultDisplay( elem ) { function showHide (line 4601) | function showHide( elements, show ) { function getAll (line 4702) | function getAll( context, tag ) { function setGlobalEval (line 4727) | function setGlobalEval( elems, refElements ) { function buildFragment (line 4743) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4866) | function returnTrue() { function returnFalse (line 4870) | function returnFalse() { function safeActiveElement (line 4876) | function safeActiveElement() { function on (line 4882) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5610) | function manipulationTarget( elem, content ) { function disableScript (line 5621) | function disableScript( elem ) { function restoreScript (line 5625) | function restoreScript( elem ) { function cloneCopyEvent (line 5635) | function cloneCopyEvent( src, dest ) { function fixInput (line 5670) | function fixInput( src, dest ) { function domManip (line 5683) | function domManip( collection, args, callback, ignored ) { function remove (line 5773) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6066) | function computeStyleTests() { function roundPixelMeasures (line 6108) | function roundPixelMeasures( measure ) { function curCSS (line 6153) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6206) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6243) | function vendorPropName( name ) { function finalPropName (line 6264) | function finalPropName( name ) { function setPositiveNumber (line 6272) | function setPositiveNumber( elem, value, subtract ) { function boxModelAdjustment (line 6284) | function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, ... function getWidthOrHeight (line 6349) | function getWidthOrHeight( elem, dimension, extra ) { function Tween (line 6682) | function Tween( elem, options, prop, end, easing ) { function schedule (line 6805) | function schedule() { function createFxNow (line 6818) | function createFxNow() { function genFx (line 6826) | function genFx( type, includeWidth ) { function createTween (line 6846) | function createTween( value, prop, animation ) { function defaultPrefilter (line 6860) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7032) | function propFilter( props, specialEasing ) { function Animation (line 7069) | function Animation( elem, properties, options ) { function stripAndCollapse (line 7784) | function stripAndCollapse( value ) { function getClass (line 7790) | function getClass( elem ) { function classesToArray (line 7794) | function classesToArray( value ) { function buildParams (line 8416) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 8566) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8600) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8629) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8649) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8707) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9220) | function done( status, nativeStatusText, responses, headers ) { FILE: gui/static/js/jquery.tabledit.js function ajax (line 388) | function ajax(action) FILE: gui/static/js/license_manager.js function activateLicense (line 25) | function activateLicense() { function deactivateLicense (line 64) | function deactivateLicense() { function updateDeleteModal (line 101) | function updateDeleteModal(self=null) { function togglePasswordHidden (line 124) | function togglePasswordHidden(self=null) { function createDeleteButton (line 153) | function createDeleteButton() { function createLicenseKeyField (line 162) | function createLicenseKeyField(data, type, row, meta) { function createReadonlyInputField (line 172) | function createReadonlyInputField(data, type, row, meta) { function createReadonlyTextArea (line 179) | function createReadonlyTextArea(data, type, row, meta) { function dtDrawCallback (line 186) | function dtDrawCallback(settings) { function hideModal (line 192) | function hideModal(selector) { FILE: gui/static/js/msteams.js function updateConnectivtyStatus (line 5) | function updateConnectivtyStatus(msg) { function openNav (line 61) | function openNav() { function closeNav (line 66) | function closeNav() { function runTests (line 70) | function runTests() { FILE: gui/static/js/stirshaken.js function updateToggle (line 7) | function updateToggle() { FILE: gui/static/js/transnexus.js function updateToggle (line 4) | function updateToggle(toggle_node, settings_node) { FILE: gui/static/js/upgrade.js function displayUpgradeLog (line 13) | function displayUpgradeLog() { function streamLog (line 19) | function streamLog() { function dumpLog (line 29) | function dumpLog() { function monitorUpgrade (line 39) | function monitorUpgrade() { FILE: gui/static/js/util.js function hasEventListener (line 190) | function hasEventListener(selector, event) { FILE: gui/static/js/validator.js function getValue (line 15) | function getValue($el) { function getValidatorSpecificError (line 159) | function getValidatorSpecificError(key) { function getValidityStateError (line 163) | function getValidityStateError() { function getGenericError (line 174) | function getGenericError() { function getErrorMessage (line 178) | function getErrorMessage(key) { function fieldErrors (line 270) | function fieldErrors() { function fieldIncomplete (line 278) | function fieldIncomplete() { function Plugin (line 357) | function Plugin(option) { FILE: gui/sysloginit.py function initSyslogLogger (line 6) | def initSyslogLogger(): FILE: gui/templates/includes/overrides.js function requestErrorHandler (line 30) | function requestErrorHandler(status, error_msg, error_type="http") { FILE: gui/util/conversions.py function expand_prefix (line 9) | def expand_prefix(prefix, suffix_check=None): function expand_prefixs (line 64) | def expand_prefixs(prefixs): FILE: gui/util/cron.py function getTaggedCronjob (line 7) | def getTaggedCronjob(tag): function addTaggedCronjob (line 24) | def addTaggedCronjob(tag, interval, cmd): function updateTaggedCronjob (line 61) | def updateTaggedCronjob(tag, interval='', cmd='', new_tag=''): function deleteTaggedCronjob (line 109) | def deleteTaggedCronjob(tag): function cronIntervalToDescription (line 136) | def cronIntervalToDescription(interval): FILE: gui/util/file_handling.py function isValidFile (line 13) | def isValidFile(filename, filetype='any'): function saveUpload (line 37) | def saveUpload(file, savedir, filetype): function change_permissions_recursive (line 72) | def change_permissions_recursive(path, mode): function change_owner (line 79) | def change_owner(path,user,group): FILE: gui/util/ipc.py function createSharedMemoryDict (line 15) | def createSharedMemoryDict(val, name): function getSharedMemoryDict (line 28) | def getSharedMemoryDict(name): function sendSyncSettingsSignal (line 39) | def sendSyncSettingsSignal(pid_file=settings.DSIP_PID_FILE, load_shared_... FILE: gui/util/kamtls.py function createCustomTLSConfig (line 20) | def createCustomTLSConfig(domain, ip, port, server_name_mode): function getCustomTLSConfigs (line 66) | def getCustomTLSConfigs(domain_filter=None): function addCustomTLSConfig (line 127) | def addCustomTLSConfig(domain, ip='', port=5061, server_name_mode=KAM_TL... function updateCustomTLSConfig (line 161) | def updateCustomTLSConfig(domain, ip=None, port=None, server_name_mode=N... function deleteCustomTLSConfig (line 199) | def deleteCustomTLSConfig(domain): FILE: gui/util/letsencrypt.py function new_csr (line 44) | def new_csr(domain_name, pkey_pem=None): function select_http01_chall (line 54) | def select_http01_chall(orderr): function challenge_server (line 64) | def challenge_server(http_01_resources): function perform_http01 (line 79) | def perform_http01(client_acme, challb, orderr): function generateCertificate (line 98) | def generateCertificate(domain, notification_email, directory_url=DIRECT... function deleteCertificate (line 158) | def deleteCertificate(domain, directory_url=DIRECTORY_URL_PROD, cert_dir... FILE: gui/util/networking.py function ipv4Test (line 30) | def ipv4Test(address): function ipv6Test (line 44) | def ipv6Test(address): function isValidIP (line 52) | def isValidIP(address, ip_ver=''): function getInternalIP (line 64) | def getInternalIP(ip_ver=''): function getExternalIP (line 94) | def getExternalIP(ip_ver=''): function hostToIP (line 149) | def hostToIP(host, ip_ver=''): function ipToHost (line 176) | def ipToHost(ip, exclude_dsip_aliases=True): function encodeSipUser (line 196) | def encodeSipUser(user): function decodeSipUser (line 199) | def decodeSipUser(user): function parseSipUri (line 202) | def parseSipUri(uri): function parseGenericUri (line 249) | def parseGenericUri(uri): function safeUriToHost (line 297) | def safeUriToHost(uri, default_port=None): function safeStripPort (line 338) | def safeStripPort(address): function safeFormatSipUri (line 364) | def safeFormatSipUri(uri, default_proto='sip', default_user='', default_... function getRoutingTableIPv4 (line 408) | def getRoutingTableIPv4(): function getRoutingTableIPv6 (line 438) | def getRoutingTableIPv6(): function ipToInt (line 470) | def ipToInt(ip_str): function ipToStr (line 489) | def ipToStr(ip_int): function netMaskToPrefixLen (line 508) | def netMaskToPrefixLen(mask): function prefixLenToNetMask (line 526) | def prefixLenToNetMask(prefixlen): function getInternalCIDR (line 545) | def getInternalCIDR(ip_ver=''): FILE: gui/util/notifications.py function sendEmail (line 17) | def sendEmail(recipients, text_body, html_body=None, subject=settings.MA... FILE: gui/util/parse_json.py function CreateEncoder (line 11) | def CreateEncoder(revisit_self=False, fields_to_expand=(), fields_to_rem... FILE: gui/util/persistence.py function getPersistentState (line 7) | def getPersistentState(): function setPersistentState (line 14) | def setPersistentState(state): function updatePersistentState (line 18) | def updatePersistentState(updates): FILE: gui/util/pyasync.py class ThreadingIter (line 8) | class ThreadingIter(): method __init__ (line 14) | def __init__(self, iter): method __iter__ (line 18) | def __iter__(self): method next (line 21) | def next(self): function thread (line 26) | def thread(func): function process (line 39) | def process(func): function daemonize (line 53) | def daemonize(cmd, timeout=300): function mpexec (line 88) | def mpexec(func, args=None, kwargs=None, workers=None, callback=None): function mtexec (line 124) | def mtexec(func, args=None, kwargs=None, workers=None, callback=None): FILE: gui/util/security.py function urandomChars (line 23) | def urandomChars(length=32): class Credentials (line 37) | class Credentials(): method hashCreds (line 51) | def hashCreds(creds, salt=None, dklen=None): method setCreds (line 93) | def setCreds(dsip_creds=b'', api_creds=b'', kam_creds=b'', mail_creds=... class AES_CTR (line 162) | class AES_CTR(): method genKey (line 176) | def genKey(keyfile=settings.DSIP_PRIV_KEY): method encrypt (line 182) | def encrypt(byte_string, key_file=settings.DSIP_PRIV_KEY): method decrypt (line 196) | def decrypt(byte_string, key_file=settings.DSIP_PRIV_KEY, decode=True): class APIToken (line 212) | class APIToken: method __init__ (line 215) | def __init__(self, request): method isValid (line 223) | def isValid(self): class CryptoLibInfo (line 244) | class CryptoLibInfo(): method getOpenSSLVer (line 250) | def getOpenSSLVer(): method getSupportedSSLProtocols (line 260) | def getSupportedSSLProtocols(): class KeyCertPair (line 280) | class KeyCertPair(): method __init__ (line 290) | def __init__(self, files): method readFile (line 325) | def readFile(file): method convertPKCS7CertToX509List (line 339) | def convertPKCS7CertToX509List(pkcs7_cert): method convertKeyBuffToPkey (line 372) | def convertKeyBuffToPkey(buff): method convertCertBuffToX509List (line 406) | def convertCertBuffToX509List(buff): method getCertSubjectPrintable (line 456) | def getCertSubjectPrintable(cert): method validateKeyCertPair (line 459) | def validateKeyCertPair(self): method dumpPkey (line 480) | def dumpPkey(self, encoding=OpenSSL.crypto.FILETYPE_PEM): method dumpCerts (line 483) | def dumpCerts(self, encoding=OpenSSL.crypto.FILETYPE_PEM): FILE: gui/util/time_funcs.py function convert_ts (line 9) | def convert_ts(ts, millis=False, is_utc=False): function utcnow (line 55) | def utcnow(format="ts"): FILE: kamailio/defaults/dsip_call_settings.sql type `dsip_call_settings` (line 4) | CREATE TABLE `dsip_call_settings` ( type `dsip_call_settings_h` (line 16) | CREATE VIEW `dsip_call_settings_h` AS FILE: kamailio/defaults/dsip_cdrinfo.sql type `dsip_cdrinfo` (line 4) | CREATE TABLE `dsip_cdrinfo` ( FILE: kamailio/defaults/dsip_forwarding.sql type dsip_hardfwd (line 5) | CREATE TABLE dsip_hardfwd ( type dsip_failfwd (line 20) | CREATE TABLE dsip_failfwd ( type dsip_prefix_mapping (line 35) | CREATE VIEW dsip_prefix_mapping AS FILE: kamailio/defaults/dsip_gw2gwgroup.sql type dsip_gw2gwgroup (line 4) | CREATE TABLE dsip_gw2gwgroup ( FILE: kamailio/defaults/dsip_gwgroup2lb.sql type dsip_gwgroup2lb (line 2) | CREATE TABLE dsip_gwgroup2lb ( FILE: kamailio/defaults/dsip_lcr.sql type `dsip_lcr` (line 4) | CREATE TABLE `dsip_lcr` ( FILE: kamailio/defaults/dsip_maintmode.sql type `dsip_maintmode` (line 4) | CREATE TABLE `dsip_maintmode` ( FILE: kamailio/defaults/dsip_notification.sql type `dsip_notification` (line 4) | CREATE TABLE `dsip_notification` ( FILE: kamailio/defaults/dsip_settings.sql type dsip_settings (line 11) | CREATE TABLE dsip_settings FILE: kamailio/modules/dsiprouter/mod_dsiprouter.c function mod_init (line 85) | static int mod_init(void) { function mod_child_init (line 94) | static int mod_child_init(int rank) { function mod_destroy (line 98) | static void mod_destroy(void) { function fixup_get_params (line 102) | static int fixup_get_params(void **param, int param_no) { function fixup_get_params_free (line 110) | static int fixup_get_params_free(void **param, int param_no) { function mod_health_check (line 118) | static int mod_health_check() { function rpc_health_check (line 122) | static void rpc_health_check(rpc_t *rpc, void *ctx) { FILE: kamailio/modules/dsiprouter/mod_funcs.c function RSA (line 155) | RSA *createRSA(unsigned char *key, int public) { function verifyRSA (line 189) | int verifyRSA(const unsigned char *msg, size_t msglen, unsigned char *si... function validate_license (line 221) | int validate_license(char *license_file, char *signature_file, char *uui... function main (line 284) | int main() { FILE: resources/git/check_syntax.py function haveValidSyntax (line 56) | def haveValidSyntax(test_files, syntax='c-src'): function printSummary (line 111) | def printSummary(): function printErrorBlock (line 122) | def printErrorBlock(header, test_results): function printErrorInfo (line 133) | def printErrorInfo(): function printResultsAndExit (line 148) | def printResultsAndExit(): FILE: resources/mysql/asterisk-realtime-config.sql type `bit_ast_config` (line 11) | CREATE TABLE `bit_ast_config` ( type `bit_sip_buddies` (line 28) | CREATE TABLE `bit_sip_buddies` ( type `sipfriends` (line 83) | CREATE TABLE IF NOT EXISTS `sipfriends` ( type bit_iax_buddies (line 181) | CREATE TABLE bit_iax_buddies ( type bit_iax_buddies_username_idx (line 209) | CREATE UNIQUE INDEX bit_iax_buddies_username_idx ON bit_iax_buddies(user... type h323_peer (line 217) | CREATE TABLE h323_peer( type `bit_voicemail` (line 243) | CREATE TABLE `bit_voicemail` ( type queue_table (line 298) | CREATE TABLE queue_table ( type `bit_extensions_table` (line 341) | CREATE TABLE `bit_extensions_table` ( type `bit_meetme` (line 360) | CREATE TABLE `bit_meetme` ( type `sccpdevices` (line 372) | CREATE TABLE `sccpdevices` ( type `sccplines` (line 390) | CREATE TABLE `sccplines` ( type `extensions` (line 425) | CREATE TABLE `extensions` ( type `voicemail` (line 437) | CREATE TABLE `voicemail` ( type `sip` (line 465) | CREATE TABLE `sip` ( type `pins` (line 509) | CREATE TABLE `pins` ( FILE: resources/upgrade/v0.75/pre_import_data.sql type `dsip_calllimit` (line 1) | CREATE TABLE `dsip_calllimit` ( FILE: resources/upgrade/v0.78/dsip-fwd-new.sql type dsip_prefix_mapping (line 3) | CREATE VIEW dsip_prefix_mapping AS FILE: resources/upgrade/v0.78/dsip-fwd-old.sql type dsip_prefix_mapping (line 3) | CREATE VIEW dsip_prefix_mapping AS FILE: testing/sql/v0.522/kamailio.sql type `acc` (line 25) | CREATE TABLE `acc` ( type `acc_cdrs` (line 63) | CREATE TABLE `acc_cdrs` ( type `active_watchers` (line 89) | CREATE TABLE `active_watchers` ( type `address` (line 142) | CREATE TABLE `address` ( type `aliases` (line 170) | CREATE TABLE `aliases` ( type `carrier_name` (line 217) | CREATE TABLE `carrier_name` ( type `carrierfailureroute` (line 240) | CREATE TABLE `carrierfailureroute` ( type `carrierroute` (line 271) | CREATE TABLE `carrierroute` ( type `cdrs` (line 304) | CREATE TABLE `cdrs` ( type `cpl` (line 342) | CREATE TABLE `cpl` ( type `dbaliases` (line 369) | CREATE TABLE `dbaliases` ( type `dialog` (line 398) | CREATE TABLE `dialog` ( type `dialog_vars` (line 444) | CREATE TABLE `dialog_vars` ( type `dialplan` (line 471) | CREATE TABLE `dialplan` ( type `dispatcher` (line 501) | CREATE TABLE `dispatcher` ( type `domain` (line 529) | CREATE TABLE `domain` ( type `domain_attrs` (line 555) | CREATE TABLE `domain_attrs` ( type `domain_name` (line 583) | CREATE TABLE `domain_name` ( type `domainpolicy` (line 606) | CREATE TABLE `domainpolicy` ( type `dr_custom_rules` (line 635) | CREATE TABLE `dr_custom_rules` ( type `dr_gateways` (line 661) | CREATE TABLE `dr_gateways` ( type `dr_groups` (line 690) | CREATE TABLE `dr_groups` ( type `dr_gw_lists` (line 716) | CREATE TABLE `dr_gw_lists` ( type `dr_rules` (line 741) | CREATE TABLE `dr_rules` ( type `dsip_calllimit` (line 771) | CREATE TABLE `dsip_calllimit` ( type `dsip_domain_mapping` (line 798) | CREATE TABLE `dsip_domain_mapping` ( type `dsip_endpoint_lease` (line 825) | CREATE TABLE `dsip_endpoint_lease` ( type `dsip_lcr` (line 850) | CREATE TABLE `dsip_lcr` ( type `dsip_maintmode` (line 878) | CREATE TABLE `dsip_maintmode` ( type `dsip_multidomain_mapping` (line 904) | CREATE TABLE `dsip_multidomain_mapping` ( type `dsip_notification` (line 937) | CREATE TABLE `dsip_notification` ( type `globalblacklist` (line 963) | CREATE TABLE `globalblacklist` ( type `grp` (line 989) | CREATE TABLE `grp` ( type `htable` (line 1016) | CREATE TABLE `htable` ( type `imc_members` (line 1043) | CREATE TABLE `imc_members` ( type `imc_rooms` (line 1070) | CREATE TABLE `imc_rooms` ( type `lcr_gw` (line 1096) | CREATE TABLE `lcr_gw` ( type `lcr_rule` (line 1132) | CREATE TABLE `lcr_rule` ( type `lcr_rule_target` (line 1162) | CREATE TABLE `lcr_rule_target` ( type `locale_lookup` (line 1191) | CREATE TABLE `locale_lookup` ( type `location` (line 1216) | CREATE TABLE `location` ( type `location_attrs` (line 1264) | CREATE TABLE `location_attrs` ( type `missed_calls` (line 1295) | CREATE TABLE `missed_calls` ( type `mohqcalls` (line 1325) | CREATE TABLE `mohqcalls` ( type `mohqueues` (line 1354) | CREATE TABLE `mohqueues` ( type `mtree` (line 1383) | CREATE TABLE `mtree` ( type `mtrees` (line 1408) | CREATE TABLE `mtrees` ( type `pdt` (line 1434) | CREATE TABLE `pdt` ( type `pl_pipes` (line 1460) | CREATE TABLE `pl_pipes` ( type `presentity` (line 1485) | CREATE TABLE `presentity` ( type `pua` (line 1519) | CREATE TABLE `pua` ( type `purplemap` (line 1564) | CREATE TABLE `purplemap` ( type `re_grp` (line 1590) | CREATE TABLE `re_grp` ( type `rls_presentity` (line 1615) | CREATE TABLE `rls_presentity` ( type `rls_watchers` (line 1649) | CREATE TABLE `rls_watchers` ( type `rtpengine` (line 1698) | CREATE TABLE `rtpengine` ( type `rtpproxy` (line 1726) | CREATE TABLE `rtpproxy` ( type `sca_subscriptions` (line 1753) | CREATE TABLE `sca_subscriptions` ( type `silo` (line 1791) | CREATE TABLE `silo` ( type `sip_trace` (line 1826) | CREATE TABLE `sip_trace` ( type `speed_dial` (line 1864) | CREATE TABLE `speed_dial` ( type `subscriber` (line 1895) | CREATE TABLE `subscriber` ( type `topos_d` (line 1926) | CREATE TABLE `topos_d` ( type `topos_t` (line 1975) | CREATE TABLE `topos_t` ( type `trusted` (line 2025) | CREATE TABLE `trusted` ( type `uacreg` (line 2054) | CREATE TABLE `uacreg` ( type `uid_credentials` (line 2091) | CREATE TABLE `uid_credentials` ( type `uid_domain` (line 2125) | CREATE TABLE `uid_domain` ( type `uid_domain_attrs` (line 2152) | CREATE TABLE `uid_domain_attrs` ( type `uid_global_attrs` (line 2181) | CREATE TABLE `uid_global_attrs` ( type `uid_uri` (line 2208) | CREATE TABLE `uid_uri` ( type `uid_uri_attrs` (line 2237) | CREATE TABLE `uid_uri_attrs` ( type `uid_user_attrs` (line 2267) | CREATE TABLE `uid_user_attrs` ( type `uri` (line 2295) | CREATE TABLE `uri` ( type `userblacklist` (line 2322) | CREATE TABLE `userblacklist` ( type `usr_preferences` (line 2349) | CREATE TABLE `usr_preferences` ( type `version` (line 2380) | CREATE TABLE `version` ( type `watchers` (line 2404) | CREATE TABLE `watchers` ( type `xcap` (line 2434) | CREATE TABLE `xcap` ( FILE: testing/sql/v0.523+ent/kamailio.sql type `acc` (line 25) | CREATE TABLE `acc` ( type `acc_cdrs` (line 63) | CREATE TABLE `acc_cdrs` ( type `active_watchers` (line 89) | CREATE TABLE `active_watchers` ( type `address` (line 142) | CREATE TABLE `address` ( type `aliases` (line 170) | CREATE TABLE `aliases` ( type `carrier_name` (line 217) | CREATE TABLE `carrier_name` ( type `carrierfailureroute` (line 240) | CREATE TABLE `carrierfailureroute` ( type `carrierroute` (line 271) | CREATE TABLE `carrierroute` ( type `cdrs` (line 304) | CREATE TABLE `cdrs` ( type `cpl` (line 342) | CREATE TABLE `cpl` ( type `dbaliases` (line 369) | CREATE TABLE `dbaliases` ( type `dialog` (line 398) | CREATE TABLE `dialog` ( type `dialog_vars` (line 444) | CREATE TABLE `dialog_vars` ( type `dialplan` (line 471) | CREATE TABLE `dialplan` ( type `dispatcher` (line 501) | CREATE TABLE `dispatcher` ( type `domain` (line 529) | CREATE TABLE `domain` ( type `domain_attrs` (line 555) | CREATE TABLE `domain_attrs` ( type `domain_name` (line 583) | CREATE TABLE `domain_name` ( type `domainpolicy` (line 606) | CREATE TABLE `domainpolicy` ( type `dr_custom_rules` (line 635) | CREATE TABLE `dr_custom_rules` ( type `dr_gateways` (line 661) | CREATE TABLE `dr_gateways` ( type `dr_groups` (line 744) | CREATE TABLE `dr_groups` ( type `dr_gw_lists` (line 770) | CREATE TABLE `dr_gw_lists` ( type `dr_rules` (line 902) | CREATE TABLE `dr_rules` ( type `dsip_calllimit` (line 932) | CREATE TABLE `dsip_calllimit` ( type `dsip_domain_mapping` (line 959) | CREATE TABLE `dsip_domain_mapping` ( type `dsip_endpoint_lease` (line 986) | CREATE TABLE `dsip_endpoint_lease` ( type `dsip_failfwd` (line 1011) | CREATE TABLE `dsip_failfwd` ( type `dsip_gw2gwgroup` (line 1038) | CREATE TABLE `dsip_gw2gwgroup` ( type `dsip_hardfwd` (line 1064) | CREATE TABLE `dsip_hardfwd` ( type `dsip_lcr` (line 1091) | CREATE TABLE `dsip_lcr` ( type `dsip_maintmode` (line 1119) | CREATE TABLE `dsip_maintmode` ( type `dsip_multidomain_mapping` (line 1145) | CREATE TABLE `dsip_multidomain_mapping` ( type `dsip_notification` (line 1179) | CREATE TABLE `dsip_notification` ( type `dsip_settings` (line 1222) | CREATE TABLE `dsip_settings` ( type `globalblacklist` (line 1251) | CREATE TABLE `globalblacklist` ( type `grp` (line 1277) | CREATE TABLE `grp` ( type `htable` (line 1304) | CREATE TABLE `htable` ( type `imc_members` (line 1331) | CREATE TABLE `imc_members` ( type `imc_rooms` (line 1358) | CREATE TABLE `imc_rooms` ( type `lcr_gw` (line 1384) | CREATE TABLE `lcr_gw` ( type `lcr_rule` (line 1420) | CREATE TABLE `lcr_rule` ( type `lcr_rule_target` (line 1450) | CREATE TABLE `lcr_rule_target` ( type `locale_lookup` (line 1479) | CREATE TABLE `locale_lookup` ( type `location` (line 1504) | CREATE TABLE `location` ( type `location_attrs` (line 1552) | CREATE TABLE `location_attrs` ( type `missed_calls` (line 1583) | CREATE TABLE `missed_calls` ( type `mohqcalls` (line 1613) | CREATE TABLE `mohqcalls` ( type `mohqueues` (line 1642) | CREATE TABLE `mohqueues` ( type `mtree` (line 1671) | CREATE TABLE `mtree` ( type `mtrees` (line 1696) | CREATE TABLE `mtrees` ( type `pdt` (line 1722) | CREATE TABLE `pdt` ( type `pl_pipes` (line 1748) | CREATE TABLE `pl_pipes` ( type `presentity` (line 1773) | CREATE TABLE `presentity` ( type `pua` (line 1807) | CREATE TABLE `pua` ( type `purplemap` (line 1852) | CREATE TABLE `purplemap` ( type `re_grp` (line 1878) | CREATE TABLE `re_grp` ( type `rls_presentity` (line 1903) | CREATE TABLE `rls_presentity` ( type `rls_watchers` (line 1937) | CREATE TABLE `rls_watchers` ( type `rtpengine` (line 1986) | CREATE TABLE `rtpengine` ( type `rtpproxy` (line 2014) | CREATE TABLE `rtpproxy` ( type `sca_subscriptions` (line 2041) | CREATE TABLE `sca_subscriptions` ( type `silo` (line 2079) | CREATE TABLE `silo` ( type `sip_trace` (line 2114) | CREATE TABLE `sip_trace` ( type `speed_dial` (line 2152) | CREATE TABLE `speed_dial` ( type `subscriber` (line 2183) | CREATE TABLE `subscriber` ( type `topos_d` (line 2214) | CREATE TABLE `topos_d` ( type `topos_t` (line 2263) | CREATE TABLE `topos_t` ( type `trusted` (line 2313) | CREATE TABLE `trusted` ( type `uacreg` (line 2342) | CREATE TABLE `uacreg` ( type `uid_credentials` (line 2379) | CREATE TABLE `uid_credentials` ( type `uid_domain` (line 2413) | CREATE TABLE `uid_domain` ( type `uid_domain_attrs` (line 2440) | CREATE TABLE `uid_domain_attrs` ( type `uid_global_attrs` (line 2469) | CREATE TABLE `uid_global_attrs` ( type `uid_uri` (line 2496) | CREATE TABLE `uid_uri` ( type `uid_uri_attrs` (line 2525) | CREATE TABLE `uid_uri_attrs` ( type `uid_user_attrs` (line 2555) | CREATE TABLE `uid_user_attrs` ( type `uri` (line 2583) | CREATE TABLE `uri` ( type `userblacklist` (line 2610) | CREATE TABLE `userblacklist` ( type `usr_preferences` (line 2637) | CREATE TABLE `usr_preferences` ( type `version` (line 2668) | CREATE TABLE `version` ( type `watchers` (line 2692) | CREATE TABLE `watchers` ( type `xcap` (line 2722) | CREATE TABLE `xcap` ( FILE: testing/sql/v0.60+ent/kamailio.sql type `acc` (line 25) | CREATE TABLE `acc` ( type `acc_cdrs` (line 63) | CREATE TABLE `acc_cdrs` ( type `active_watchers` (line 89) | CREATE TABLE `active_watchers` ( type `address` (line 142) | CREATE TABLE `address` ( type `aliases` (line 170) | CREATE TABLE `aliases` ( type `carrier_name` (line 217) | CREATE TABLE `carrier_name` ( type `carrierfailureroute` (line 240) | CREATE TABLE `carrierfailureroute` ( type `carrierroute` (line 271) | CREATE TABLE `carrierroute` ( type `cdrs` (line 304) | CREATE TABLE `cdrs` ( type `cpl` (line 342) | CREATE TABLE `cpl` ( type `dbaliases` (line 369) | CREATE TABLE `dbaliases` ( type `dialog` (line 398) | CREATE TABLE `dialog` ( type `dialog_vars` (line 444) | CREATE TABLE `dialog_vars` ( type `dialplan` (line 471) | CREATE TABLE `dialplan` ( type `dispatcher` (line 501) | CREATE TABLE `dispatcher` ( type `domain` (line 529) | CREATE TABLE `domain` ( type `domain_attrs` (line 555) | CREATE TABLE `domain_attrs` ( type `domain_name` (line 583) | CREATE TABLE `domain_name` ( type `domainpolicy` (line 606) | CREATE TABLE `domainpolicy` ( type `dr_gateways` (line 635) | CREATE TABLE `dr_gateways` ( type `dr_groups` (line 664) | CREATE TABLE `dr_groups` ( type `dr_gw_lists` (line 690) | CREATE TABLE `dr_gw_lists` ( type `dr_rules` (line 819) | CREATE TABLE `dr_rules` ( type `dsip_calllimit` (line 849) | CREATE TABLE `dsip_calllimit` ( type `dsip_domain_mapping` (line 875) | CREATE TABLE `dsip_domain_mapping` ( type `dsip_endpoint_lease` (line 902) | CREATE TABLE `dsip_endpoint_lease` ( type `dsip_failfwd` (line 927) | CREATE TABLE `dsip_failfwd` ( type `dsip_gw2gwgroup` (line 953) | CREATE TABLE `dsip_gw2gwgroup` ( type `dsip_hardfwd` (line 979) | CREATE TABLE `dsip_hardfwd` ( type `dsip_lcr` (line 1005) | CREATE TABLE `dsip_lcr` ( type `dsip_maintmode` (line 1033) | CREATE TABLE `dsip_maintmode` ( type `dsip_multidomain_mapping` (line 1059) | CREATE TABLE `dsip_multidomain_mapping` ( type `dsip_notification` (line 1093) | CREATE TABLE `dsip_notification` ( type `dsip_settings` (line 1135) | CREATE TABLE `dsip_settings` ( type `globalblacklist` (line 1211) | CREATE TABLE `globalblacklist` ( type `grp` (line 1237) | CREATE TABLE `grp` ( type `htable` (line 1264) | CREATE TABLE `htable` ( type `imc_members` (line 1291) | CREATE TABLE `imc_members` ( type `imc_rooms` (line 1318) | CREATE TABLE `imc_rooms` ( type `lcr_gw` (line 1344) | CREATE TABLE `lcr_gw` ( type `lcr_rule` (line 1380) | CREATE TABLE `lcr_rule` ( type `lcr_rule_target` (line 1410) | CREATE TABLE `lcr_rule_target` ( type `locale_lookup` (line 1439) | CREATE TABLE `locale_lookup` ( type `location` (line 1464) | CREATE TABLE `location` ( type `location_attrs` (line 1512) | CREATE TABLE `location_attrs` ( type `missed_calls` (line 1543) | CREATE TABLE `missed_calls` ( type `mohqcalls` (line 1573) | CREATE TABLE `mohqcalls` ( type `mohqueues` (line 1602) | CREATE TABLE `mohqueues` ( type `mtree` (line 1631) | CREATE TABLE `mtree` ( type `mtrees` (line 1656) | CREATE TABLE `mtrees` ( type `pdt` (line 1682) | CREATE TABLE `pdt` ( type `pl_pipes` (line 1708) | CREATE TABLE `pl_pipes` ( type `presentity` (line 1733) | CREATE TABLE `presentity` ( type `pua` (line 1767) | CREATE TABLE `pua` ( type `purplemap` (line 1812) | CREATE TABLE `purplemap` ( type `re_grp` (line 1838) | CREATE TABLE `re_grp` ( type `rls_presentity` (line 1863) | CREATE TABLE `rls_presentity` ( type `rls_watchers` (line 1897) | CREATE TABLE `rls_watchers` ( type `rtpengine` (line 1946) | CREATE TABLE `rtpengine` ( type `rtpproxy` (line 1974) | CREATE TABLE `rtpproxy` ( type `sca_subscriptions` (line 2001) | CREATE TABLE `sca_subscriptions` ( type `silo` (line 2039) | CREATE TABLE `silo` ( type `sip_trace` (line 2074) | CREATE TABLE `sip_trace` ( type `speed_dial` (line 2112) | CREATE TABLE `speed_dial` ( type `subscriber` (line 2143) | CREATE TABLE `subscriber` ( type `topos_d` (line 2174) | CREATE TABLE `topos_d` ( type `topos_t` (line 2223) | CREATE TABLE `topos_t` ( type `trusted` (line 2273) | CREATE TABLE `trusted` ( type `uacreg` (line 2302) | CREATE TABLE `uacreg` ( type `uid_credentials` (line 2339) | CREATE TABLE `uid_credentials` ( type `uid_domain` (line 2373) | CREATE TABLE `uid_domain` ( type `uid_domain_attrs` (line 2400) | CREATE TABLE `uid_domain_attrs` ( type `uid_global_attrs` (line 2429) | CREATE TABLE `uid_global_attrs` ( type `uid_uri` (line 2456) | CREATE TABLE `uid_uri` ( type `uid_uri_attrs` (line 2485) | CREATE TABLE `uid_uri_attrs` ( type `uid_user_attrs` (line 2515) | CREATE TABLE `uid_user_attrs` ( type `uri` (line 2543) | CREATE TABLE `uri` ( type `userblacklist` (line 2570) | CREATE TABLE `userblacklist` ( type `usr_preferences` (line 2597) | CREATE TABLE `usr_preferences` ( type `version` (line 2628) | CREATE TABLE `version` ( type `watchers` (line 2652) | CREATE TABLE `watchers` ( type `xcap` (line 2682) | CREATE TABLE `xcap` (