Displaying 7 results from an estimated 7 matches for "mysql_friends".
2004 Dec 27
2
MYSQL_FRIENDS
Hello *'s,
Hi, I've just tried to enable MYSQL Friends in CVS HEAD. But i cannot
find this option.On wiki i found this.
To enable this, you need to edit the Makefile in the channels directory
of your source tree and enable MYSQL_FRIENDS. This enables database
definition of both IAX2 and SIP friends. Make sure you have the MySQL
development kit (libraries) installed before compilation.But where is
MYSQL_FRIENDS option.I can't find it.I used Latest CVS.
2004 Jul 17
1
MYSQL_FRIENDS and IAX problem
Hi,
I had compiled support for MYSQL_FRIENDS and it works for SIP, but when use
tiwh IAX2 I have some problem,
I can register with a client, but when I try to make a call I got this
error:
Jul 17 12:52:03 NOTICE[229387]: chan_iax2.c:5183 socket_read: Rejected
connect attempt from <IP-ADRRESS>
When I google'ed this problem I can s...
2006 May 28
3
doubts about asterisk configuration from database
...t to complete asterisk configuration from database(MYSQL),now I come across some doubts:
1. http://voip-info.org/tiki-pagehistory.php?page=Asterisk+configuration+from+database&diff2=3
says that "Dynamic 'friends' (Asterisk v1.0.*) and the number of options supported by this 'MySQL_Friends' system is currently very limited",at the same time I find asterisk-1.2.* don't provide this functions,why? for other factors?
2. If I want to do it with asterisk 1.2.*, do I need to add only chan_sip.c and Makefile files in channels directory?
3.Is there any other way to complete a...
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 May 10
0
SIP seeding
Does anyone knows wether it's possible or not to do SIP seeding with
MYSQL_FRIENDS config (sip.conf is coded via a MySQL table) ?
2005 May 12
0
Making Asterisk run on Mysql backend
Hello there,
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 '',...
2005 Jan 05
5
Asterisk with MySQL
...2005 12:42 PM
Subject: [Asterisk-Dev] Asterisk with MySQL
>
> Hello
> I am trying to configure asterisk with MySQL for user authentication.
> According to dynamic friends "To enable this, you need to edit the
Makefile
> in the channels directory of your source tree and enable MYSQL_FRIENDS.
This
> enables database definition of both IAX2 and SIP friends. Make sure you
have
> the MySQL development kit (libraries) installed before compilation. "
> http://www.voip-info.org/wiki-Asterisk+sip+mysql+peers
>
> But in this make file, i did not find any disabled entry that...