<p>Sorry I totally missed database schema</p>

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

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/pull/794#issuecomment-184594413">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOcianL5Eb8hcEAiwHaP0ukQU5oD8Bqks5pkuJ2gaJpZM4HacYg.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/pull/794#issuecomment-184594413"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>