[sr-dev] git:master:5df2d12a: kamctl: added rtpengine table to be created by kamdbctl

Daniel-Constantin Mierla miconda at gmail.com
Fri Jun 2 20:04:45 CEST 2017


Module: kamailio
Branch: master
Commit: 5df2d12a409b84050221871d138478528e9fa058
URL: https://github.com/kamailio/kamailio/commit/5df2d12a409b84050221871d138478528e9fa058

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-06-02T20:03:57+02:00

kamctl: added rtpengine table to be created by kamdbctl

---

Modified: utils/kamctl/kamdbctl.base

---

Diff:  https://github.com/kamailio/kamailio/commit/5df2d12a409b84050221871d138478528e9fa058.diff
Patch: https://github.com/kamailio/kamailio/commit/5df2d12a409b84050221871d138478528e9fa058.patch

---

diff --git a/utils/kamctl/kamdbctl.base b/utils/kamctl/kamdbctl.base
index 5b34cba494..0e73371ab6 100644
--- a/utils/kamctl/kamdbctl.base
+++ b/utils/kamctl/kamdbctl.base
@@ -41,8 +41,8 @@ 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 dr_gateways dr_rules
-		dr_gw_lists}
+		sca_subscriptions mohqcalls mohqueues rtpproxy rtpengine
+		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
@@ -77,7 +77,7 @@ PRESENCE_MODULES=${PRESENCE_MODULES:-presence rls}
 
 EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute
 		drouting userblacklist htable purple uac pipelimit mtree sca mohqueue
-		rtpproxy}
+		rtpproxy rtpengine}
 
 DBUID_MODULES=${UID_MODULES:-uid_auth_db uid_avp_db uid_domain uid_gflags
 		uid_uri_db}




More information about the sr-dev mailing list