diff --git a/lib/srdb1/schema/kamailio-rtpengine.xml b/lib/srdb1/schema/kamailio-rtpengine.xml new file mode 100644 index 00000000000..1958bec293b --- /dev/null +++ b/lib/srdb1/schema/kamailio-rtpengine.xml @@ -0,0 +1,12 @@ + + + %entities; +]> + + + RTPEngine + + diff --git a/lib/srdb1/schema/rtpengine.xml b/lib/srdb1/schema/rtpengine.xml new file mode 100644 index 00000000000..78a54c38c7e --- /dev/null +++ b/lib/srdb1/schema/rtpengine.xml @@ -0,0 +1,60 @@ + + +%entities; + +]> + + + rtpengine + 1 + &MYSQL_TABLE_TYPE; + + This table is used by the rtpengine module. It contains the sets of rtpengine instances used for proxying media between endpoints. More information about the rtpengine module can be found at: &KAMAILIO_MOD_DOC;rtpengine.html + + + + + setid + unsigned int + 10 + RTPEngine instance set ID + 0 + + + + + url + string + 64 + RTPEngine instance socket URL + + + + weight + unsigned int + 10 + RTPEngine instance weight + 1 + + + + + disabled + int + 1 + RTPEngine instance state + 0 + + + + + rtpengine_nodes + + + + + +
diff --git a/utils/kamctl/db_berkeley/kamailio/version b/utils/kamctl/db_berkeley/kamailio/version index 5796a95e463..0903a3730d7 100644 --- a/utils/kamctl/db_berkeley/kamailio/version +++ b/utils/kamctl/db_berkeley/kamailio/version @@ -102,6 +102,8 @@ rls_presentity| rls_presentity|1 rls_watchers| rls_watchers|3 +rtpengine| +rtpengine|1 rtpproxy| rtpproxy|1 sca_subscriptions| diff --git a/utils/kamctl/dbtext/kamailio/version b/utils/kamctl/dbtext/kamailio/version index adcfd00d450..cff21257c97 100644 --- a/utils/kamctl/dbtext/kamailio/version +++ b/utils/kamctl/dbtext/kamailio/version @@ -46,6 +46,7 @@ purplemap:1 re_grp:1 rls_presentity:1 rls_watchers:3 +rtpengine:1 rtpproxy:1 sca_subscriptions:1 silo:8 diff --git a/utils/kamctl/xhttp_pi/pi_framework.xml b/utils/kamctl/xhttp_pi/pi_framework.xml index 367fb9f6746..21676866344 100644 --- a/utils/kamctl/xhttp_pi/pi_framework.xml +++ b/utils/kamctl/xhttp_pi/pi_framework.xml @@ -669,6 +669,15 @@ from_domainDB1_STR updatedDB1_INT + + + rtpengine + mysql + setidDB1_INT + urlDB1_STR + weightDB1_INT + disabledDB1_INT + rtpproxy @@ -3531,6 +3540,29 @@ + + rtpengine + show + rtpengine + DB1_QUERY + + setid + url + weight + disabled + + + add + rtpengine + DB1_INSERT + + setid + url + weight + disabled + + + rtpproxy show