From 2edf696f858825a57f4b2ea5c2515f27050a7b47 Mon Sep 17 00:00:00 2001 From: karl anderson Date: Sun, 7 Sep 2014 16:23:45 -0400 Subject: [PATCH] 3.17: remove the erroneous comment on MY_AMQP_URL_TERTIARY and add missing dbtext files --- kamailio/dbtext/presentity | 1 + kamailio/dbtext/version | 2 ++ kamailio/dbtext/watchers | 1 + kamailio/default.cfg | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 kamailio/dbtext/presentity create mode 100644 kamailio/dbtext/watchers diff --git a/kamailio/dbtext/presentity b/kamailio/dbtext/presentity new file mode 100644 index 0000000..a2eec51 --- /dev/null +++ b/kamailio/dbtext/presentity @@ -0,0 +1 @@ +id(int,auto) username(string) domain(string) event(string) etag(string) expires(int) received_time(int) body(string) sender(string) diff --git a/kamailio/dbtext/version b/kamailio/dbtext/version index b10a8ab..a7109eb 100644 --- a/kamailio/dbtext/version +++ b/kamailio/dbtext/version @@ -2,3 +2,5 @@ table_name(string) table_version(int) address:6 trusted:5 pua:7 +presentity:3 +watchers:3 diff --git a/kamailio/dbtext/watchers b/kamailio/dbtext/watchers new file mode 100644 index 0000000..8ff760a --- /dev/null +++ b/kamailio/dbtext/watchers @@ -0,0 +1 @@ +id(int,auto) presentity_uri(string) watcher_username(string) watcher_domain(string) event(string) status(int) reason(string,null) inserted_time(int) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index aabe9c0..13d2686 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -157,7 +157,7 @@ modparam("db_kazoo", "amqp_connection", "MY_AMQP_URL") modparam("db_kazoo", "amqp_connection", "MY_AMQP_URL_SECONDARY") #!endif #!ifdef MY_AMQP_URL_TERTIARY -#modparam("db_kazoo", "amqp_connection", "MY_AMQP_URL_TERTIARY") +modparam("db_kazoo", "amqp_connection", "MY_AMQP_URL_TERTIARY") #!endif #!ifdef MY_AMQP_MAX_CHANNELS modparam("db_kazoo", "amqp_max_channels", MY_AMQP_MAX_CHANNELS)