summaryrefslogtreecommitdiffstats
path: root/main/kamailio/kamailio-4.0-backslash.patch
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2013-06-21 16:24:24 -0400
committerJeff Bilyk <jbilyk@gmail.com>2013-06-21 16:24:24 -0400
commitb62134eb5ddc6ae780dc5ad1bc2e6b3743699233 (patch)
tree18557b34a20dfb1437f6ddda24fb1dcc7a596f64 /main/kamailio/kamailio-4.0-backslash.patch
parentf78e9dea47b7c130cb417d9826c984d8664f01ec (diff)
downloadaports-b62134eb5ddc6ae780dc5ad1bc2e6b3743699233.tar.bz2
aports-b62134eb5ddc6ae780dc5ad1bc2e6b3743699233.tar.xz
main/kamailio: package bump to 4.0.2
Diffstat (limited to 'main/kamailio/kamailio-4.0-backslash.patch')
-rw-r--r--main/kamailio/kamailio-4.0-backslash.patch49
1 files changed, 49 insertions, 0 deletions
diff --git a/main/kamailio/kamailio-4.0-backslash.patch b/main/kamailio/kamailio-4.0-backslash.patch
new file mode 100644
index 000000000..c64478d5f
--- /dev/null
+++ b/main/kamailio/kamailio-4.0-backslash.patch
@@ -0,0 +1,49 @@
+--- a/utils/kamctl/kamdbctl.base
++++ b/utils/kamctl/kamdbctl.base
+@@ -33,17 +33,17 @@ INSTALL_DBUID_TABLES=${INSTALL_DBUID_TABLES:-ask}
+
+ # Used by dbtext and db_berkeley to define tables to be created, used by
+ # postgres to do the grants
+-STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases domain domain_attrs
+- grp uri speed_dial lcr_gw lcr_rule lcr_rule_target pdt subscriber
+- location location_attrs re_grp trusted address missed_calls
++STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases domain domain_attrs \
++ 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}
+-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
++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}
+-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 \
+ uid_global_attrs uid_uri uid_uri_attrs uid_user_attrs}
+
+ # SQL definitions
+@@ -73,16 +73,16 @@ GREP=${GREP:-grep}
+ SED=${SED:-sed}
+
+ # define what modules should be installed
+-STANDARD_MODULES=${STANDARD_MODULES:-standard acc lcr domain group
+- 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}
+
+ PRESENCE_MODULES=${PRESENCE_MODULES:-presence rls}
+
+-EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute
++EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute \
+ userblacklist htable purple uac pipelimit mtree sca}
+
+-DBUID_MODULES=${UID_MODULES:-uid_auth_db uid_avp_db uid_domain uid_gflags
++DBUID_MODULES=${UID_MODULES:-uid_auth_db uid_avp_db uid_domain uid_gflags \
+ uid_uri_db}
+
+ ############################################################