Displaying 6 results from an estimated 6 matches for "load_res_config".
2005 Aug 18
2
Asterisk configuration from database with res_config
...ysql is working fine, I tested it. here is my odbc.ini from
/etc/
[MySQL-asterisk]
Description = MySQL Asterisk database
Trace = Off
TraceFile = stderr
Driver = MySQL
SERVER = localhost
USER = blaat
PASSWORD = blaat
PORT = 3306
DATABASE = asterisk
I used the load_res_config.pl to put the sip.conf into the database in
ast_config. Via phpMyadmin I can see the data in there correctly. When
booting or reloading Asterisk I don't see anything indicating it is
connecting to odbc. I tried removing the sip.conf from /etc/asterisk,
leaving an empty sip.conf, and only leavin...
2005 Feb 11
1
Still stuck trying to make Asterisk read MySQL
...rted glue to tell asterisk where to look:
; /etc/asterisk/res_config_odbc.conf
[settings]
table = ast_config
connection = mysql1
8) Rerouted Asterisk's config engine:
; /etc/asterisk/extconfig.conf
[settings]
;queues.conf => odbc
voicemail.conf => odbc
9) I modified the sample script load_res_config.pl and
ran it, it successfully updated my ast_config table,
stuffing in all the settings that I'm used to seeing
in voicemail.conf.
10) I restarted asterisk _again_.
I get the exact same message.
Feb 11 14:18:40 WARNING[18528]: app_voicemail.c:1539
leave_voicemail: No entry in voicemail config...
2004 Nov 29
0
res_odbc and configuration files
Hello all-
Playing around with res_odbc (thanks bkw) and have successfully gotten
sip.conf to run but am having difficulty with voicemail.conf and
extensions.conf. I used the load_res_config.pl script for each one and all
of the data seems to be in the DB but * doesn't seem to see anything after a
reload even though it is acknowledging a load of x.conf (where x is
extensions/voicemail) upon reload.
The same files work great in flatfile form. What am I missing here?
Running cv...
2005 Jan 14
0
troubles with getting odbc to load data
...ndications that there is a problem, but a "sip show users" shows no
users at all, just:
Connected to Asterisk 1.0.3 currently running on fido (pid = 30105)
fido*CLI> sip show users
Username Secret Accountcode Def.Context ACL NAT
fido*CLI>
I have used the load_res_config.pl tool to add my old (working sip.conf)
to mysql.
any idees as to where the problem might be or how to further debug it is
most welcome.
thank you
/Rasmus
2005 Jun 10
1
Convert extensions.conf INTO MySQL script
I swear I read somewhere on one of the MANY pages that there is a script out
there that can read the extensions.conf file and create the MySQL DB records
on the fly. Anyone know where I look for such a thing?
Sure speeds up migration!
Chris Coulthurst
chris@shuksan.com
2005 Aug 18
0
Asterisk configuration from database
...ysql is working fine, I tested it. here is my odbc.ini from
/etc/
[MySQL-asterisk]
Description = MySQL Asterisk database
Trace = Off
TraceFile = stderr
Driver = MySQL
SERVER = localhost
USER = blaat
PASSWORD = blaat
PORT = 3306
DATABASE = asterisk
I used the load_res_config.pl to put the sip.conf into the database in
ast_config. Via phpMyadmin I can see the data in there correctly. When
booting or reloading Asterisk I don't see anything indicating it is
connecting to odbc. I tried removing the sip.conf from /etc/asterisk,
leaving an empty sip.conf, and only leavin...