[asterisk-users] Realtime static with Asterisk 1.6.1.6

Carlos Chavez cursor at telecomabmex.com
Tue Sep 8 11:24:33 CDT 2009


	I just upgraded from 1.6.0.14 to 1.6.1.6 and now my realtime static
configuration for extensions.conf will not load.  All other realtime
configs work (SIP, IAX2, Voicemail).  I cannot find any reference or
documentation about the structure of the realtime static database for
1.6.1.x but I have used the same table structure since 1.4.x.

CREATE TABLE `ast_config` (
  `id` int(11) NOT NULL auto_increment,
  `cat_metric` int(11) NOT NULL default '0',
  `var_metric` int(11) NOT NULL default '0',
  `commented` int(11) NOT NULL default '0',
  `filename` varchar(128) collate utf8_unicode_ci NOT NULL,
  `category` varchar(128) collate utf8_unicode_ci NOT NULL default
'default',
  `var_name` varchar(128) collate utf8_unicode_ci NOT NULL,
  `var_val` varchar(200) collate utf8_unicode_ci NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `filename_comment` (`filename`,`commented`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

	Does anyone know where I can find the table structure for 1.6.1?

-- 
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090908/0709e53f/attachment.pgp 


More information about the asterisk-users mailing list