[sr-dev] git:master: kamctl dbtext template - several fields can be NULL ( they are not required for processing)

Olle E. Johansson oej at edvina.net
Mon Dec 8 11:04:52 CET 2014


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 <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
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) 




More information about the sr-dev mailing list