Skip to content

Commit

Permalink
kamctl: added drouting tables to be created by kamdbctl
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 2, 2017
1 parent 8409d05 commit 85af6e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/kamctl/kamdbctl.base
Expand Up @@ -41,8 +41,9 @@ STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases domain domain_attrs
EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy
carrierroute carrier_name domain_name carrierfailureroute userblacklist
globalblacklist htable purplemap uacreg pl_pipes mtree mtrees
sca_subscriptions mohqcalls mohqueues rtpproxy}
PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap
sca_subscriptions mohqcalls mohqueues rtpproxy dr_gateways dr_rules
dr_gw_lists}
PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap
pua rls_presentity rls_watchers}
DBUID_TABLES=${UID_TABLES:-uid_credentials uid_domain uid_domain_attrs
uid_global_attrs uid_uri uid_uri_attrs uid_user_attrs}
Expand Down Expand Up @@ -75,7 +76,7 @@ STANDARD_MODULES=${STANDARD_MODULES:-standard acc lcr domain group
PRESENCE_MODULES=${PRESENCE_MODULES:-presence rls}

EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute
userblacklist htable purple uac pipelimit mtree sca mohqueue
drouting userblacklist htable purple uac pipelimit mtree sca mohqueue
rtpproxy}

DBUID_MODULES=${UID_MODULES:-uid_auth_db uid_avp_db uid_domain uid_gflags
Expand Down

0 comments on commit 85af6e0

Please sign in to comment.