Module: sip-router
Branch: carstenbock/ims
Commit: 09a96e1e82ca215b6ae713ea9a5765070ee8ac5f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=09a96e1…
Author: Carsten Bock <carsten(a)bock.info>
Committer: Carsten Bock <carsten(a)bock.info>
Date: Wed Mar 30 15:49:37 2011 +0200
- Update XML for creating database schemas (thanks to Henning Westerholt for notifying
me)
---
lib/srdb1/schema/location.xml | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/schema/location.xml b/lib/srdb1/schema/location.xml
index 1411899..d961a35 100644
--- a/lib/srdb1/schema/location.xml
+++ b/lib/srdb1/schema/location.xml
@@ -9,7 +9,7 @@
<table id="location"
xmlns:db="http://docbook.org/ns/docbook">
<name>location</name>
- <version>1004</version>
+ <version>1005</version>
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
<description>
<db:para>Persistent user location information for the usrloc module. More
information can be found at: &KAMAILIO_MOD_DOC;usrloc.html
@@ -153,6 +153,15 @@
<description>Flags that indicate the SIP Methods this contact will
accept.</description>
</column>
+ <column>
+ <name>reg_avps</name>
+ <type>string</type>
+ <size>255</size>
+ <null/>
+ <default><null/></default>
+ <description>Socket used to connect to Kamailio. For example:
UDP:IP:PORT</description>
+ </column>
+
<index>
<name>account_contact_idx</name>
<colref linkend="username"/>