[sr-dev] git:master:c5bd1556: lib: use domain_len for dialog socket in database scheme (no change in table definitions)

Henning Westerholt hw at skalatan.de
Tue Aug 27 22:01:54 CEST 2019


Module: kamailio
Branch: master
Commit: c5bd15567e56c4798aa15e670550e313bb0bf7c4
URL: https://github.com/kamailio/kamailio/commit/c5bd15567e56c4798aa15e670550e313bb0bf7c4

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-08-27T21:37:49+02:00

lib: use domain_len for dialog socket in database scheme (no change in table definitions)

---

Modified: src/lib/srdb1/schema/dialog.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/c5bd15567e56c4798aa15e670550e313bb0bf7c4.diff
Patch: https://github.com/kamailio/kamailio/commit/c5bd15567e56c4798aa15e670550e313bb0bf7c4.patch

---

diff --git a/src/lib/srdb1/schema/dialog.xml b/src/lib/srdb1/schema/dialog.xml
index 8ff717b364..272b60d17a 100644
--- a/src/lib/srdb1/schema/dialog.xml
+++ b/src/lib/srdb1/schema/dialog.xml
@@ -136,14 +136,14 @@
 	<column>
 		<name>caller_sock</name>
 		<type>string</type>
-		<size>64</size>
+		<size>&domain_len;</size>
 		<description>Local socket used to communicate with caller</description>
 	</column>
 
 	<column>
 		<name>callee_sock</name>
 		<type>string</type>
-		<size>64</size>
+		<size>&domain_len;</size>
 		<description>Local socket used to communicate with callee</description>
 	</column>
 




More information about the sr-dev mailing list