----- Original Message -----
Sent: Sunday, March 26, 2006 12:30
AM
Subject: Fw: [Serusers] about the
accounting and prepaid problem
Dear All,
I am new in SER and B2BUA, and I
have a problem now
UA1----SER----B2BUA----Freeradius
|
|
UA2
if i use the configure in b2bua-cfg.xml
<Billing_Server>
<Address>radius.xxx.com</Address>
<Authentication_Port>1813</Authentication_Port>
<Accounting_Port>1813</Accounting_Port>
<Password>password</Password>
</Billing_Server>
it will show the log in the radius server, when UA1 called
to UA2
rad_recv: Access-Request packet from host
140.110.20.55:1024, id=0, length=68
Authentication-Request sent to a
non-authentication port from client b2bua:1024 - ID 0 :
IGNORED
so , i change the configure in b2bua-cfg.xml
<Billing_Server>
<Address>radius.xxx.com</Address>
<Authentication_Port>1812</Authentication_Port>
<Accounting_Port>1813</Accounting_Port>
<Password>password</Password>
</Billing_Server>
when UA1 called to UA2 , caller show the log "Number
does not exist Call rejected : 404 not found"
Can anyone help me?
John Hsu