search for: use_mysql_friends

Displaying 6 results from an estimated 6 matches for "use_mysql_friends".

2004 Jan 23
2
Latest cvs * compile error anyone?
I downloaded asterisk and was trying to compile fresh, It end up in error, Any help appreciated. cvs checkout asterisk cd asterisk make clean make END UP with following error, (Previously I was able to compile without any errors. After a make clean stopped compiling.) gcc -shared -Xlinker -x -o chan_iax2.so chan_iax2.o iax2-parser.o -lmysqlclient -lz /usr/bin/ld: cannot find -lmysqlclient
2004 May 31
2
Users in MySQL
I've just compilied th latest CVS of * with USE_MYSQL_FRIENDS enabled ("1"). During startup * tells me that it connects to the db, so this should be fine. Nevertheless I don't see any users from the db when I run "sip show users" or "iax2 show users" although I configured some. It is also not possible to call them. Any hin...
2004 Sep 30
1
sipfriends in MySQL question/request
Greetings, Is there a way to tie a specific sip username to a IP address when authenticating against mysql sipfriends table? (USE_MYSQL_FRIENDS=1 USE_SIP_MYSQL_FRIENDS=1 in channels/Makefile) The reason is that I'm using Wellgate FXSes that have second/third/fourth FXS ports bugged when I use a password, but work ok when there is no password. Linking the username to a specific ip could be some kind of security measure so noone coul...
2005 May 12
0
Making Asterisk run on Mysql backend
...I have configured my asterisk to run on Mysql backend. But the Asterisk was unable to pick the peer details from the database. This is how I configured the Asterisk to run with mysql on the backend. Edit /usr/src/asterisk/channels/Makefile, change it to enable the MYSQL_FRIENDS USE_MYSQL_FRIENDS=1 USE_SIP_MYSQL_FRIENDS=1 cd /usr/src/asterisk make clean make make install Created the database with the following structure: CREATE TABLE `sipfriends` ( `name` varchar(40) NOT NULL default '', `username` varchar(40) default '', `secret` varchar(4...
2005 Jan 01
1
Problems to use asterisk with mysql /odbc
.... i thingk a sql-database is a good way to log these actions. i don.t find debugging-options to output invalid login-passwords. Ok, i have made the following: debian is my OS. mysql is installed and working. i has compiled astersk as follows: Modefying: /usr/src/asterisk-1.0.3/channels/Makefile USE_MYSQL_FRIENDS=1 USE_SIP_MYSQL_FRIENDS=1 make, and: make install are correctly. i have probed many choises: chois1: i has create a database sipfriends: mysqladmin create sipfriends the database: CREATE TABLE Sipfriends ( Name varchar(40) NULL default '', Secret varchar(40) NULL default '...
2004 Oct 06
2
Issue with the channel drivers
Hi, No one seems to have any issue with the following posting. Can any one suggest how to install/configure channel drivers to work. Basically I am trying to send the SIP calls to GNUGK but Asterisk reports the error "No channel driver found". >>> I was trying to compile the oh323 channel driver but unable to compile the openh323_1_13_5 (which is the only required version as