Module: kamailio
Branch: master
Commit: fc358c8dabc227e86e4299d54ef6d3d29a46b096
URL:
https://github.com/kamailio/kamailio/commit/fc358c8dabc227e86e4299d54ef6d3d…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)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/fc358c8dabc227e86e4299d54ef6d3d…
Patch:
https://github.com/kamailio/kamailio/commit/fc358c8dabc227e86e4299d54ef6d3d…
---
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>