Module: sip-router Branch: master Commit: adefda18e1c82f9eaf3c83b9a9c39ee89f4025bf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=adefda18...
Author: Timo Reimann sr@foo-lounge.de Committer: Timo Reimann sr@foo-lounge.de Date: Fri Mar 2 23:55:22 2012 +0100
srdb1: Update XML schema for dialog table.
- Increase caller and callee CSeq number field length from 7 to 20. - Bump dialog version from 6 to 7. - Regenerate database scripts.
---
lib/srdb1/schema/dialog.xml | 6 +++--- utils/kamctl/db_berkeley/kamailio/version | 2 +- utils/kamctl/dbtext/kamailio/version | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/srdb1/schema/dialog.xml b/lib/srdb1/schema/dialog.xml index e8a5527..19bf242 100644 --- a/lib/srdb1/schema/dialog.xml +++ b/lib/srdb1/schema/dialog.xml @@ -9,7 +9,7 @@
<table id="dialog" xmlns:db="http://docbook.org/ns/docbook"> <name>dialog</name> - <version>6</version> + <version>7</version> <type db="mysql">&MYSQL_TABLE_TYPE;</type> <description> db:paraPersistent dialog information for the dialog module. More @@ -87,14 +87,14 @@ <column> <name>caller_cseq</name> <type>string</type> - <size>7</size> + <size>20</size> <description>Last Cseq number on the caller side.</description> </column>
<column> <name>callee_cseq</name> <type>string</type> - <size>7</size> + <size>20</size> <description>Last Cseq number on the caller side.</description> </column>
diff --git a/utils/kamctl/db_berkeley/kamailio/version b/utils/kamctl/db_berkeley/kamailio/version index 51069f2..56123ba 100644 --- a/utils/kamctl/db_berkeley/kamailio/version +++ b/utils/kamctl/db_berkeley/kamailio/version @@ -27,7 +27,7 @@ cpl|1 dbaliases| dbaliases|1 dialog| -dialog|6 +dialog|7 dialog_vars| dialog_vars|1 dialplan| diff --git a/utils/kamctl/dbtext/kamailio/version b/utils/kamctl/dbtext/kamailio/version index 0535359..39d6982 100644 --- a/utils/kamctl/dbtext/kamailio/version +++ b/utils/kamctl/dbtext/kamailio/version @@ -8,7 +8,7 @@ carrierfailureroute:2 carrierroute:3 cpl:1 dbaliases:1 -dialog:6 +dialog:7 dialog_vars:1 dialplan:1 dispatcher:4