Re: [Asterisk-Users] retrieve_?_from_mysql.pl files??

2003-10-21 Thread WipeOut
I know I am posting to myself all the time here but as i didnt find any info on this when I was looking it may help others.. I have just been playing with the retrieve_sip_from_mysql.pl.. Some notes.. You must create an entry with the keyword account and the value will be what you want between

Re: [Asterisk-Users] retrieve_?_from_mysql.pl files??

2003-10-21 Thread Steve Creel
You'll want to #include it. This leaves the burden of the [general] and any static configs on sip.conf but allows the script to blindly write out from the database to sip_additional.conf in sip.conf: #include sip_additional.conf Steve On Tue, 21 Oct 2003, WipeOut wrote: I know I am posting

Re: [Asterisk-Users] retrieve_?_from_mysql.pl files??

2003-10-21 Thread rnc Info Lists
Are you manually updating the mySQL tables or do you have a web app. to do that? Robert Steve Creel wrote: You'll want to #include it. This leaves the burden of the [general] and any static configs on sip.conf but allows the script to blindly write out from the database to sip_additional.conf

Re: [Asterisk-Users] retrieve_?_from_mysql.pl files??

2003-10-21 Thread Steve Creel
It's documented somewhere for extensions.conf, and I was delighted to see that it is a function of the config parser, so yes - it's available in the other files. On Tue, 21 Oct 2003, WipeOut wrote: Steve Creel wrote: You'll want to #include it. This leaves the burden of the [general] and any

Re: [Asterisk-Users] retrieve_?_from_mysql.pl files??

2003-10-21 Thread WipeOut
rnc Info Lists wrote: Are you manually updating the mySQL tables or do you have a web app. to do that? Robert I am manually updating the DB as I have just started playing with the files today.. but using phpmyadmin its really easy to do.. Later..

[Asterisk-Users] retrieve_?_from_mysql.pl files??

2003-10-20 Thread WipeOut
Hi, I was just taking a look at the source code and noticed two files.. retrieve_extensions_from_mysql.pl and retrieve_sip_conf_from_mysql.pl Its pretty obvious what these two files do, but info about them is a little scarce.. Is anyone using these scripts and could give me any details on

Re: [Asterisk-Users] retrieve_?_from_mysql.pl files??

2003-10-20 Thread Steve Creel
See: http://bugs.digium.com/bug_view_page.php?bug_id=343 What kind of details do you need? Steve On Mon, 20 Oct 2003, WipeOut wrote: Hi, I was just taking a look at the source code and noticed two files.. retrieve_extensions_from_mysql.pl and retrieve_sip_conf_from_mysql.pl Its pretty