[sr-dev] git:5.0:5a9716f9: lib/srdb1: increased size of dialplan table repl_exp field to 256 chars

Juha Heinanen jh at tutpro.com
Thu Feb 16 09:29:05 CET 2017


Module: kamailio
Branch: 5.0
Commit: 5a9716f9f4426375b0f99f499ade4d1785e0b600
URL: https://github.com/kamailio/kamailio/commit/5a9716f9f4426375b0f99f499ade4d1785e0b600

Author: Juha Heinanen <jh at tutpro.com>
Committer: Juha Heinanen <jh at tutpro.com>
Date: 2017-02-16T10:28:45+02:00

lib/srdb1: increased size of dialplan table repl_exp field to 256 chars

(cherry picked from commit fc358c8dabc227e86e4299d54ef6d3d29a46b096)

---

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

---

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

---

diff --git a/src/lib/srdb1/schema/dialplan.xml b/src/lib/srdb1/schema/dialplan.xml
index 22bab7b..085e359 100644
--- a/src/lib/srdb1/schema/dialplan.xml
+++ b/src/lib/srdb1/schema/dialplan.xml
@@ -71,7 +71,7 @@
     <column id="repl_exp">
         <name>repl_exp</name>
         <type>string</type>
-        <size>64</size>
+        <size>256</size>
         <description>Replacement expresion (sed like).</description>
     </column>
 




More information about the sr-dev mailing list