[Serusers] SER registration to a SIP Service
Aster
asterone at gmail.com
Wed Mar 30 09:57:47 CEST 2005
Here is the info from Marian about uac_auth usage
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();
}
}
Aster
On Tue, 29 Mar 2005 20:29:39 +0100, Iqbal <iqbal at gigo.co.uk> wrote:
> havent tried it, but uac module will do what you want
>
> Narcis GRATIANU wrote:
>
> >Hello !
> >
> >My company currently uses SER to handle all internationl calls.
> >Recently, we switched to another SIP VOIP service provider, that
> >requires from us to authenticate using an username and password in order
> >to send the calls to him. What configuration do i need to do in the
> >sip.cfg file for that ? His sip address is: sip.voipcom.ro, username is
> >"user" and password is "pass" (without the ").
> >
> >Thank you !
> >
> >_______________________________________________
> >Serusers mailing list
> >serusers at lists.iptel.org
> >http://lists.iptel.org/mailman/listinfo/serusers
> >
> >.
> >
> >
> >
>
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
More information about the sr-users
mailing list