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

Juha Heinanen jh at tutpro.com
Thu Feb 16 09:27:08 CET 2017


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

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

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

---

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

---

Diff:  https://github.com/kamailio/kamailio/commit/fc358c8dabc227e86e4299d54ef6d3d29a46b096.diff
Patch: https://github.com/kamailio/kamailio/commit/fc358c8dabc227e86e4299d54ef6d3d29a46b096.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