Hi List:

Can someone hlep to provide one or two examples to data entry for
sip.conf under the table structure?

CREATE TABLE `sip_conf` ( 
 `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) NOT NULL default '', 
 `category` varchar(128) NOT NULL default 'default', 
 `var_name` varchar(128) NOT NULL default '', 
 `var_val` varchar(128) NOT NULL default '', 
 PRIMARY KEY  (`id`), 
 KEY `filename_comment` (`filename`,`commented`) 
) TYPE=MyISAM; 

Thanks,

Tielin
_______________________________________________
--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