[OpenSIPS-Devel] [opensips] MOD DIALPLAN v2.1.2: New Dialplan Features (#794)

Parantido De Rica notifications at github.com
Tue Feb 16 10:25:10 CET 2016


Sorry I totally missed database schema

CREATE TABLE IF NOT EXISTS `dialplan` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `dpid` int(11) unsigned DEFAULT NULL,
  `pr` int(11) NOT NULL,
  `match_op` int(11) NOT NULL,
  `match_exp` char(64) NOT NULL,
  `match_flags` int(11) DEFAULT NULL,
  `match_len` int(11) NOT NULL,
  `subst_exp` char(64) NOT NULL,
  `repl_exp` char(32) NOT NULL,
  `disabled` int(11) NOT NULL DEFAULT '0',
  `attrs` char(32) DEFAULT NULL,
  `timerec` varchar(255) NOT NULL DEFAULT '',
  `match_var` char(32) DEFAULT NULL,
  `continue_search` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
);

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/794#issuecomment-184594413
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160216/9bab829f/attachment.htm>


More information about the Devel mailing list