Im not sure, but there is a "commented" column that could have 0(not commented) or 1(commented) as values.

Is this right?

P.S.: I got it from voip--info.org on the realtime Static page...

D e n i s   G a l v ã o
iSolve - Solve Is Our Business
Av. Candido de Abreu, 526 1610A
CEP: 80530-000 - Curitiba - PR
+55 41 3252-2977   r 101
http://www.isolve.com.br




On 22 de ago de 2006, at 11:20, Douglas Garstang wrote:

The unofficial docs on the voip wiki for the realtime extensions table structure is:

CREATE TABLE `extensions_table` (
 `id` int(11) NOT NULL auto_increment,
 `context` varchar(20) NOT NULL default '',
 `exten` varchar(20) NOT NULL default '',
 `priority` tinyint(4) NOT NULL default '0',
 `app` varchar(20) NOT NULL default '',
 `appdata` varchar(128) NOT NULL default '',
 PRIMARY KEY  (`context`,`exten`,`priority`),
 KEY `id` (`id`)
) TYPE=MyISAM;

Uhm... what abouts comments? What if I wanted to temporarily deactivate a couple of extensions? Without a comment flag, I'd have to completely remove those entries from the extensions table! That's not very friendly is it... Is there a better way?

Doug.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to