look at ../channels/Makefile try USE_MYSQL_FRIENDS=1
Harry ---------------------------------------------------- # # Asterisk -- A telephony toolkit for Linux. # # Makefile for Channel backends (dynamically loaded) # # Copyright (C) 1999, Mark Spencer # # Mark Spencer <[EMAIL PROTECTED]> # # Edited By Belgarath <> Aug 28 2004 # Added bare bones ultrasparc-linux support. # # This program is free software, distributed under the terms of # the GNU General Public License # OSARCH=$(shell uname -s) PROC=$(shell uname -m) USE_MYSQL_FRIENDS=0 USE_SIP_MYSQL_FRIENDS=0 ---------------------------------------------------- --- Tomica Crnek <[EMAIL PROTECTED]> a �crit : > > It says "To enable this, you need to edit the > Makefile in the channels directory of your source > tree and enable MYSQL_FRIENDS.", but there is no > MYSQL_FRIENDS in channels/Makefile any more. > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > On Behalf Of > > harry gaillac > > Sent: Monday, October 11, 2004 11:45 AM > > To: Glynn Condez > > Cc: [EMAIL PROTECTED] > > Subject: [Asterisk-Users] Re: SIP peers in MySQL > Database > > > > Hi, > > > > Look at: > > > http://www.voip-info.org/wiki-Asterisk+sip+mysql+peers > > > http://www.voip-info.org/wiki-Asterisk+configuration+from+database > > > > Is it working well? I don't know because of i'm > waiting a > > reply in order to use sql database for all sip > clients from > > small offices asterisk box with nat context. > > > > > > May I use autocreatepeer in all asterisk sip.conf > file with > > nat=yes in general option ??? > > > > [general] > > dbname= Name of database in your Mysql server > dbhost= > > Hostname of server dbuser= Username in MySQL > dbpass= Password > > for user in MySQL autocreatepeer=yes nat=yes .... > > ----------- ------------------ > > |Asterisk |-- |nat/firewall box | > > ----------- ------------------ > > | > > | > > ------------ ------------------ > > | Internet |-- |nat/firewall > box|--Asterisk > > > > ------------ ------------------ > + > > | SIP > peers > > in > > | mysql > > database > > ----------- ------------------ > > |Asterisk |-- |nat/firewall box | > > ----------- ------------------ > > > > Harry > > > > --- Glynn Condez <[EMAIL PROTECTED]> a �crit : > > > Hi Harry, > > > > > > how did you make sip peers on mysql database? is > it working well? > > > where can I find a documentation so I could > migrate my Asterisk sip > > > config to use Mysql also. > > > > > > Regards > > > > > > > > > > > > > > > > > > > > Vous manquez d'espace pour stocker vos mails ? > > Yahoo! Mail vous offre GRATUITEMENT 100 Mo ! > > Cr�ez votre Yahoo! Mail sur > http://fr.benefits.yahoo.com/ > > > > Le nouveau Yahoo! Messenger est arriv� ! D�couvrez > toutes les > > nouveaut�s pour dialoguer instantan�ment avec vos > amis. A > > t�l�charger gratuitement sur > http://fr.messenger.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 > > > _______________________________________________ > 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 > Vous manquez d�espace pour stocker vos mails ? Yahoo! Mail vous offre GRATUITEMENT 100 Mo ! Cr�ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Le nouveau Yahoo! Messenger est arriv� ! D�couvrez toutes les nouveaut�s pour dialoguer instantan�ment avec vos amis. A t�l�charger gratuitement sur http://fr.messenger.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
