Module: kamailio Branch: 5.0 Commit: 5a9716f9f4426375b0f99f499ade4d1785e0b600 URL: https://github.com/kamailio/kamailio/commit/5a9716f9f4426375b0f99f499ade4d1785e0b600
Author: Juha Heinanen <j...@tutpro.com> Committer: Juha Heinanen <j...@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> _______________________________________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev