Module: kamailio Branch: master Commit: c5bd15567e56c4798aa15e670550e313bb0bf7c4 URL: https://github.com/kamailio/kamailio/commit/c5bd15567e56c4798aa15e670550e313...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@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/c5bd15567e56c4798aa15e670550e313... Patch: https://github.com/kamailio/kamailio/commit/c5bd15567e56c4798aa15e670550e313...
---
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>