Re: B2BUA + RADIUS: Authenticate fail

2005-01-06 Thread Bruno Machado
Yes Dustin. The user has permission. At the tables, I have all the data necessary. Without the b2bua, the proxy SER run very well. It is the unique problem: b2bua need to access the Freeradius. I dont understand what can happening. I didnt find any errors Other suggestions are welcome. Many t

Re: B2BUA + RADIUS: Authenticate fail

2005-01-06 Thread Dustin Doris
Does the user you have defined in sql.conf have select permissions on the radius.* tables? ie: GRANT SELECT on radius.* to [EMAIL PROTECTED] identified by 'yourpass'; If so, then can you login to mysql with that user and run this query and copy/paste the actual query and results here. SELECT id

Re: B2BUA + RADIUS: Authenticate fail

2005-01-06 Thread Bruno Machado
Please my friends! Help me! I already configured the B2Bua and the proxy SER to work together, but I need to authenticate the b2bua on the FreeRadius. The errors: rlm_sql (sql): No matching entry in the database for request from user [16000] rlm_sql (sql): Released sql socket id: 2 modcall[auth

Re: B2BUA + RADIUS: Authenticate fail

2005-01-05 Thread Bruno Machado
Sorry friends The number that is showed at the tables is 16000! Forget the 16004. --- Chris Parker <[EMAIL PROTECTED]> escreveu: > > > On Jan 5, 2005, at 12:45 PM, Bruno Machado wrote: > > > Hi all > > > > Im trying to use the B2bua with Radius but some > > problems is happening here. When

Re: B2BUA + RADIUS: Authenticate fail

2005-01-05 Thread Bruno Machado
The first and the second queries return that small table: id UserName Attributeop Value 1 16000 User-Password== 123456 2 16000 Auth-Type:= Digest 3 16000 Session-Timeout == 10 The third query returns: id UserName Attribute Value

Re: B2BUA + RADIUS: Authenticate fail

2005-01-05 Thread Chris Parker
On Jan 5, 2005, at 12:45 PM, Bruno Machado wrote: Hi all Im trying to use the B2bua with Radius but some problems is happening here. When I send a "INVITE" from the SER to the B2bua, it try authenticate, but it doesnt work. The text below is the log of the Radius: radius_xlat: 'SELECT id,UserName

B2BUA + RADIUS: Authenticate fail

2005-01-05 Thread Bruno Machado
Hi all Im trying to use the B2bua with Radius but some problems is happening here. When I send a "INVITE" from the SER to the B2bua, it try authenticate, but it doesnt work. The text below is the log of the Radius: radius_xlat: 'SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE STRCMP(Us