Module: sip-router Branch: master Commit: 5dacff0515a4ce347fd77d8049bab426d527a8ff URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5dacff05...
Author: Marius Bucur <marius@dsl-core.(none)> Committer: Marius Bucur <marius@dsl-core.(none)> Date: Thu Aug 5 10:48:23 2010 +0200
added missing database files for dbtext and berkley
---
utils/kamctl/db_berkeley/kamailio/matrix | 10 ++++++++++ utils/kamctl/dbtext/kamailio/matrix | 1 + 2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/utils/kamctl/db_berkeley/kamailio/matrix b/utils/kamctl/db_berkeley/kamailio/matrix new file mode 100644 index 0000000..a2e07b3 --- /dev/null +++ b/utils/kamctl/db_berkeley/kamailio/matrix @@ -0,0 +1,10 @@ +METADATA_COLUMNS +first(int) second(int) res(int) +METADATA_KEY + +METADATA_READONLY +0 +METADATA_LOGFLAGS +0 +METADATA_DEFAULTS +NIL|NIL|NIL diff --git a/utils/kamctl/dbtext/kamailio/matrix b/utils/kamctl/dbtext/kamailio/matrix new file mode 100644 index 0000000..5f86e10 --- /dev/null +++ b/utils/kamctl/dbtext/kamailio/matrix @@ -0,0 +1 @@ +first(int) second(int) res(int)