Yes I've checked . these pakeche I have instaled.But it does not work.echo "************************************libxml2"
rpm -qa|grep libxml2
echo "************************************libtiff"
rpm -qa|grep libtiff
echo "************************************libtiff-devel"
rpm -qa|grep libtiff-devel
echo "************************************httpd"
rpm -qa|grep httpd
echo "************************************mysql"
rpm -qa|grep mysql
echo "************************************mysql -devel"
rpm -qa|grep mysql-devel
echo "************************************mysql -server"
rpm -qa|grep mysql-server
echo "************************************php"
rpm -qa|grep php
echo "************************************php -mysql"
rpm -qa|grep php-mysql
echo "************************************openssl"
rpm -qa|grep openssl
echo "************************************openssl -devel"
&am p;nb sp;rpm -qa|grep openssl-devel
echo "************************************kernel -source"
rpm -qa|grep kernel-source
echo "************************************perl"
rpm -qa|grep perl
echo "************************************perl -CPAN"
rpm -qa|grep perl-CPAN
echo "************************************cvs"
rpm -qa|grep cvs
echo "************************************bison"
rpm -qa|grep bison
echo "************************************ncurses -devel"
rpm -qa|grep ncurses-devel
echo "************************************audiofile -devel"
rpm -qa|grep audiofile-devel
echo "-------------------------------------------------------------"
Roman Zhovtulya <[EMAIL PROTECTED]> wrote:You've got to check if you have all the required mysql libraries installed (mysql client and mysql-devel)_______________________________________________-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of asterisk asterisk
Sent: Donnerstag, 3. M�rz 2005 10:13
To: [email protected]
Subject: [Asterisk-Users] Asterisk realtime ,asterisk extensions not load form db.Hello !
I try to run asterisk with real time config from database.
I use AMP to configure .
Everythig it ok , I can set new sip and iax extensions, I can see them on mysql db , as well is amp .
But these extension I cannt use in asterisk .
I have seen some new conf file
;sip_additional.conf
;iax_additional.conf
;extensions_additional.conf
;meetme_additional.conf.If I reload asterisk these extensions are not load .
I have these tabele in mysql ,sip, iax, extensions.
my extconfig.conf file
[settings]
;uncomment to load queues.conf via the db engine.
;queues.conf => odbc
;<conf filename> => <driver>,<databasename>[,table_name]voicemail.conf => mysql,asterisk,voicemail_table ; it is good
sip.conf => mysql,asterisk,sip_table
iax => mysql,asterisk,iax
extensions.conf => mysql,asterisk,extensions
How can I set asterisk to load config form database ?
Is there anyone who have the same problem ?
Thans for help !
Roby.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web _______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
