--- dialplaninjection/install.sql       2007-01-07 18:39:35.000000000 -0400
+++ fuser_dialplan.sql  2010-04-27 21:07:58.000000000 -0300
@@ -34,8 +34,6 @@
 -- Dumping data for table `dialplaninjection_commands_list`
 --

---INSERT IGNORE INTO `dialplaninjection_commands_list` (`id`, `description`, `command`) VALUES (1, 'NoOp', 'NoOp(Your Text Here) ;Your comment here'),
---(2, 'Shell Command', 'System(Your Command Here); your comment here');

 -- --------------------------------------------------------

@@ -47,7 +45,7 @@
   `id` int(11) NOT NULL auto_increment,
   `description` varchar(100) NOT NULL default '',
   `destination` varchar(250) NOT NULL default '',
-  `exten` varchar(10) default NULL,
+  `exten` varchar(15) default NULL,
   PRIMARY KEY  (`id`),
   UNIQUE KEY `description` (`description`),
   UNIQUE KEY `exten` (`exten`)

