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)