Module: sip-router Branch: master Commit: 9b6292dd20b344a94823e78e1b3f87a4fff584d8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b6292dd20b344a94823e78e1b3f87a4fff584d8
Author: Olle E. Johansson <[email protected]> Committer: Olle E. Johansson <[email protected]> Date: Mon Dec 8 11:04:02 2014 +0100 kamctl dbtext template - several fields can be NULL (they are not required for processing) --- utils/kamctl/dbtext/kamailio/dialplan | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/kamctl/dbtext/kamailio/dialplan b/utils/kamctl/dbtext/kamailio/dialplan index 34de677..e5640ee 100644 --- a/utils/kamctl/dbtext/kamailio/dialplan +++ b/utils/kamctl/dbtext/kamailio/dialplan @@ -1 +1 @@ -id(int,auto) dpid(int) pr(int) match_op(int) match_exp(string) match_len(int) subst_exp(string) repl_exp(string) attrs(string) +id(int,auto) dpid(int) pr(int) match_op(int) match_exp(string) match_len(int) subst_exp(string,null) repl_exp(string,null) attrs(string,null) _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
