Displaying 1 result from an estimated 1 matches for "chois1".
Did you mean:
choise
2005 Jan 01
1
Problems to use asterisk with mysql /odbc
...in-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 '',
Context varchar(40) NULL default '',
Username varchar(40) default '',...