diff options
Diffstat (limited to 'main/kamailio/0003-kamdbctl-backslash.patch')
-rw-r--r-- | main/kamailio/0003-kamdbctl-backslash.patch | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/main/kamailio/0003-kamdbctl-backslash.patch b/main/kamailio/0003-kamdbctl-backslash.patch index 085b22b216..e87b6206cf 100644 --- a/main/kamailio/0003-kamdbctl-backslash.patch +++ b/main/kamailio/0003-kamdbctl-backslash.patch @@ -1,5 +1,5 @@ diff --git a/utils/kamctl/kamdbctl.base b/utils/kamctl/kamdbctl.base -index bb74810..20780ef 100644 +index 3daf457..b60413c 100644 --- a/utils/kamctl/kamdbctl.base +++ b/utils/kamctl/kamdbctl.base @@ -33,18 +33,18 @@ INSTALL_DBUID_TABLES=${INSTALL_DBUID_TABLES:-ask} @@ -14,17 +14,16 @@ index bb74810..20780ef 100644 + grp uri speed_dial lcr_gw lcr_rule lcr_rule_target pdt subscriber \ + location location_attrs re_grp trusted address missed_calls \ + usr_preferences aliases silo dialog dialog_vars dispatcher dialplan \ - acc_cdrs} + acc_cdrs topos_d topos_t} -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 +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} +-PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap ++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 +DBUID_TABLES=${UID_TABLES:-uid_credentials uid_domain uid_domain_attrs \ @@ -39,7 +38,7 @@ index bb74810..20780ef 100644 - permissions registrar usrloc msilo alias_db uri_db speeddial +STANDARD_MODULES=${STANDARD_MODULES:-standard acc lcr domain group \ + permissions registrar usrloc msilo alias_db uri_db speeddial \ - avpops auth_db pdt dialog dispatcher dialplan} + avpops auth_db pdt dialog dispatcher dialplan topos} PRESENCE_MODULES=${PRESENCE_MODULES:-presence rls} |