[sr-dev] git:master:a222ad2f: lib: change uri_len from 128 to 255 for DB scheme (GH #2043)

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


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

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

lib: change uri_len from 128 to 255 for DB scheme (GH #2043)

---

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

---

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

---

diff --git a/src/lib/srdb1/schema/entities.xml b/src/lib/srdb1/schema/entities.xml
index 933777de2d..acd7028967 100644
--- a/src/lib/srdb1/schema/entities.xml
+++ b/src/lib/srdb1/schema/entities.xml
@@ -6,7 +6,7 @@
 <!ENTITY password_len "64">
 <!ENTITY ha1_len "128">
 <!ENTITY realm_len "64">
-<!ENTITY uri_len "128">
+<!ENTITY uri_len "255">
 <!ENTITY xcap_uri_len "255">
 <!ENTITY id_len "64">
 <!ENTITY table_id_len "10">




More information about the sr-dev mailing list