Hello, I am just getting started with res_config and ODBC. I have MySQL all setup and am filling it with my data. Everything seems very straight forward. One thing catches me so far: 1) How are register lines in sip.conf and iax.conf represented? i.e. register=> username:password@fwd.pulver.com/700 insert into ast_config (filename,category,var_name,var_val) values('sip.conf','register','username:password','fwd.pulver.com/700); Is that a good guess? 2) Ditto extensions.conf and other files that make more use of the => format. Thanks! -- Kristian Kielhofner
www.bkw.org/load.txt thank pfn for that one. bkw> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Kristian Kielhofner > Sent: Friday, October 22, 2004 4:03 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] res_config > > Hello, > > I am just getting started with res_config and ODBC. I have MySQL all > setup and am filling it with my data. Everything seems very straight > forward. One thing catches me so far: > > 1) How are register lines in sip.conf and iax.conf represented? > i.e. register=> username:password@fwd.pulver.com/700 > > insert into ast_config (filename,category,var_name,var_val) > values('sip.conf','register','username:password','fwd.pulver.com/700); > > Is that a good guess? > > 2) Ditto extensions.conf and other files that make more use of the => > format. > > Thanks! > > -- > Kristian Kielhofner > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Dear all, I downloaded * CVS HEAD and found that it, by default, supports res_config. How can I disable this feature and use static files instead. Thanks. Ben _________________________________________________________________ ?????????????? MSN Messenger: http://messenger.msn.com/cn
Kristian Kielhofner wrote:> I am just getting started with res_config and ODBC. I have MySQL all > setup and am filling it with my data.I've been trying to get started with this as well. So far I've managed to get * to connect to MySQL and can query the tables with the realtime commends. I can't, however, for the life of me figure out how to get VM configurations to work. Does anyone have a working example of extconfig.conf and a dump of their VM table that I could peek at? I'll gladly update the wiki once I get this figured out. Thanks, Trev