I am trying to install the Modified Prepaid App. I have installed PostgeSQL, created the tables, etc. Make Install runs ok. The when I try to launch asterisk (asterisk -vvvvvgc), it fails to run. I get the following errors, 1st error: [app_prepaid.so] => (Prepaid Application) == Parsing '/etc/asterisk/prepaid.conf': Found Jun 16 14:27:27 ERROR[-1085267840]: app_prepaid.c:127 check_connected: app_prepaid: cannot connect to database server localhost. Calls will not be logged == Registered application 'Prepaid' 2nd error: [app_datetime.so] => (Date and Time) Jun 16 14:27:28 WARNING[-1085267840]: pbx.c:2240 ast_register_application: Already have an application 'DateTime' Jun 16 14:27:28 WARNING[-1085267840]: loader.c:326 ast_load_resource: app_datetime.so: load_module failed, returning -1 == Unregistered application 'DateTime' Jun 16 14:27:28 WARNING[-1085267840]: loader.c:421 load_modules: Loading module app_datetime.so failed! I would highly appreciate any help. Thanks __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail
hi, Am Do, den 17.06.2004 schrieb oi geli um 1:13:> I am trying to install the Modified Prepaid App. I > have installed PostgeSQL, created the tables, etc. > Make Install runs ok. The when I try to launch > asterisk (asterisk -vvvvvgc), it fails to run. I get > the following errors, > > 1st error: > > [app_prepaid.so] => (Prepaid Application) > == Parsing '/etc/asterisk/prepaid.conf': Found > Jun 16 14:27:27 ERROR[-1085267840]: app_prepaid.c:127 > check_connected: app_prepaid: cannot connect to > database server localhost. Calls will not be logged > == Registered application 'Prepaid'this simple means that the prepaid application can't connect to your postgres database. How does your prepaid.conf looks like ? - Have you also added the prepaid/asterisk user to your db ? best regards Wolfgang