aboutsummaryrefslogtreecommitdiffstats
path: root/main/kamailio/kamailio-4.2-backslash.patch
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2014-10-22 01:29:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-22 07:13:14 +0000
commit88cba112c09bacb642ffe7e454782c050292a5e3 (patch)
treefd98c3f53539aa7c775644f87c31c05b1b2712d6 /main/kamailio/kamailio-4.2-backslash.patch
parente076167e5af3cafa29d0fadc0f3d5decf601e395 (diff)
downloadaports-88cba112c09bacb642ffe7e454782c050292a5e3.tar.bz2
aports-88cba112c09bacb642ffe7e454782c050292a5e3.tar.xz
kamailio - version bump to 4.2.0
new in sub-packages: kamailio: rtpproxy-ng renamed to rtpengine kamailio-extras: tsilo jsonrpc-s kamailio-uuid: new (uuid module) kamailio-ev: new (evapi module)
Diffstat (limited to 'main/kamailio/kamailio-4.2-backslash.patch')
-rw-r--r--main/kamailio/kamailio-4.2-backslash.patch55
1 files changed, 55 insertions, 0 deletions
diff --git a/main/kamailio/kamailio-4.2-backslash.patch b/main/kamailio/kamailio-4.2-backslash.patch
new file mode 100644
index 0000000000..52d04efc2b
--- /dev/null
+++ b/main/kamailio/kamailio-4.2-backslash.patch
@@ -0,0 +1,55 @@
+diff --git a/utils/kamctl/kamdbctl.base b/utils/kamctl/kamdbctl.base
+index b4ed9ad..9552e91 100644
+--- a/utils/kamctl/kamdbctl.base
++++ b/utils/kamctl/kamdbctl.base
+@@ -33,18 +33,18 @@ 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
+- usr_preferences aliases silo dialog dialog_vars dispatcher dialplan
++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 \
+ acc_cdrs}
+-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 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 \
+ uid_global_attrs uid_uri uid_uri_attrs uid_user_attrs}
+
+ # SQL definitions
+@@ -74,17 +74,17 @@ 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
+- userblacklist htable purple uac pipelimit mtree sca mohqueue
++EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute \
++ userblacklist htable purple uac pipelimit mtree sca mohqueue \
+ rtpproxy}
+
+-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}
+
+ ############################################################