[asterisk-users] Need some examples for configuring Asterisk underRealtime static

Dovid B asteriskusers at dovid.net
Wed Dec 6 03:16:49 MST 2006


----- Original Message ----- 
From: "Tielin Xu" <TIELXU01 at noa.nintendo.com>
To: <asterisk-users at lists.digium.com>
Sent: Wednesday, December 06, 2006 1:49 AM
Subject: [asterisk-users] Need some examples for configuring Asterisk 
underRealtime static


> 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

Do want to add an account via mysql or hard code it in sip.conf ? After 
making asterisk you can do make samples. This will create sample file. The 
setup for the db is pretty much the same for sip.conf (the same data is 
required). 




More information about the asterisk-users mailing list