search for: use_sip_mysql_friends

Displaying 5 results from an estimated 5 matches for "use_sip_mysql_friends".

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 could masquarade as that use...
2004 Nov 26
4
Where did USE_MYSQL_FRINDS go ? What to use ?
11-10-2004 there was a subject: Re: Where did USE_SIP_MYSQL_FRIENDS go?: on asterisk.user list. >All db specific code has been removed from the code in favor of the >currently-in-development "RealTime" method of configuration from >database. >You are most likely not using the 1.0 stable branch. >You need to use the new RealTime conf...
2005 May 12
0
Making Asterisk run on Mysql backend
...nfigured 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(40) NOT NULL default '...
2005 Jan 01
1
Problems to use asterisk with mysql /odbc
...abase 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 '', Context varcha...
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