i have do some touch tones registration system in asterisk . know i hae some problem i my extensions.conf ,,,because the script there cannot run yet so i hope some budy have codeing in check password plase give to me i can check that my code its right or wrong -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060307/a9f78f12/attachment.htm
pali ismail wrote:> i have do some touch tones registration system in asterisk . > > know i hae some problem i my extensions.conf ,,,because the script there > cannot run yet > > so i hope some budy have codeing in check password plase give to me > > i can check that my code its right or wrong:) You will need to show us the code. Is there any reason you are not simply using readdtmf or authenticate applications in the dialplan? -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://freevoip.gedameurope.com (Free Asterisk Voip Community) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
Hi guys, I want to setup a environment where asterisk load all information from a Postgresql database. So here goes my questions: 1) Is real time asterisk stable enough? 2) Where can I found documentation about using it with Postgresql? ( including meet me conferences) Thanks in advance. Fernando Lujan
8 mar 2006 kl. 17.07 skrev Fernando Lujan:> Hi guys, > > I want to setup a environment where asterisk load all information > from a Postgresql database. So here goes my questions: > > 1) Is real time asterisk stable enough? > 2) Where can I found documentation about using it with Postgresql? > ( including meet me conferences) >There is a realtime PostgreSQL driver for testing in the bug tracker, please test it! http://bugs.digium.com/view.php?id=5637 Regards, /Olle --- * Olle E. Johansson - oej@edvina.net * Asterisk Training http://edvina.net/training/
Sean Cook wrote:> I am using the odbc set up with postgres right now and it works fine. > > http://www.voip-info.org/wiki/view/Asterisk+RealTime+PostgreSQL > > has most of the info to get you running. As for meetme, I took the > app_cbmysql stuff for webmeetme and rewrote it for postgres. I am still > testing it, but it seems to work great right now... > > if dan is out there anywhere... I would like to help move the webmeetme > part of this to db independant and make it so it can run > register_globals off :)Thanks for your reply Sean. This is indeed what I need. I should have installed unixodbc before asterisk? Will asterisk automatically be compiled using it in the 1.2.5 version? Thanks in advance. Fernando Lujan
Yes you do need unixODBC before you compile asterisk. Once you have installed unixODBC , asterisk will compile and offer you the following modules: cdr_odbc.so res_config_odbc.so res_odbc.so res_odbc.conf and cdr_odbc.conf are the related config files... Sean On Thu, 2006-03-09 at 11:57 -0300, Fernando Lujan wrote:> using