Hi Aster,
The basic frame for having client authentication is SER is:
Set the users and passwords: modparam("uac","credential","user1:domainX:pwd1") modparam("uac","credential","user2:domainY:pwd2")
Before relaying the request set a failure route: t_on_failure(2); t_relay();
Set failure route to perform client authentication:
failure_route[1] { if (t_check_status("401|407")) { uac_auth(); append_branch(); t_relay(); } }
Best regards, Marian
Aster wrote:
---------- Forwarded message ---------- From: Aster asterone@gmail.com Date: Fri, 25 Mar 2005 15:49:14 -0500 Subject: Re: [Serusers] terminating to nufone or other providers To: Iqbal iqbal@gigo.co.uk
Could some one please provide with example of its usage in ser.cfg? The doc has some good information but i am still new to this and try to find who to use uac_auth() function.
TIA
On Thu, 24 Mar 2005 13:35:00 +0000, Iqbal iqbal@gigo.co.uk wrote:
Hi
If this is possible in UAC, can I somehow combine this with lcr, to pick different providers based on prefix...I havent tried UAC, I suppose its not compatabile with 0.9
Iqbal
Juha Heinanen wrote:
Barry Murphy writes:
rewritehostport("user:pass@voip.nufone.net:5060"); ??
try using the new uac module in cvs head.
-- juha