[Serusers] Accept invite only for registered users

DDX66 ddx66 at yahoo.com
Wed Dec 1 13:25:55 CET 2004


do something like this (in ser.cfg): 

if (method=="INVITE") {
  if (!lookup(location)) {

      sl_send_reply(404,"Not authorized");
      break;

  }
}

--- sendman <sendman at gmail.com> wrote:

> Hi folks!
> 
> I have setup my ser.cfg to request
> www_authentication on INVITE
> messages, well, I'm not sure if this is the best
> solution for allow
> ONLY registered users to make calls on my proxy.
> 
> Does anybody knows the right way to do this
> configuration?
> 
> 
> Regards
> 
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
> 



	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail




More information about the sr-users mailing list