Hi Ron,

The messages are just "warnings". Sample files can be found in the source tree at: sip-server/modules/permissions/config

Perhaps placing entries into the "trusted" table will help solve your problem. I don't know if the trusted table supports wildcard matching of the IP address, if not, it might be a good enhancement.

Regards,
Norm

[EMAIL PROTECTED] wrote:
 Hi Hakan,
I have followed your example but openser is still doing SIP/2.0 407 Proxy Authentication Required. When I start openser I'm seeing these messages: 0(0) WARNING: File not found: /usr/local/etc/openser/permissions.allow
 0(0) Default allow file (/usr/local/etc/openser/permissions.allow) not found 
=> empty rule set
 0(0) WARNING: File not found: /usr/local/etc/openser/permissions.deny
 0(0) Default deny file (/usr/local/etc/openser/permissions.deny) not found => 
empty rule set
Do I need to specify the default permission files for this to work? thanks, Ron -----Original Message-----
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [email protected]
 Sent: Mon, 14 Aug 2006 8:22 AM
 Subject: Re: [Users] Module for Config files
Ser can something like ...src_ip != 195.xxx.xxx.128/25... (which is quite cheap). Probably OpenSer can do this, too. On 8/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi All, I am using the following if statement to allow certain calls from pre authorized IPs. if ( method == "INVITE" && src_ip != 195.xxx.xxx.xx && src_ip != 195.xxx.xxx.xx && src_ip != 195.xxx.xxx.xx && src_ip != 195.xxx.xxx.xx) { My issues is the number of IPs that need to be authorized this way is getting large and was wondering if there's a module that can be used to read config date from a config file ? regards, Ron Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection. _______________________________________________
 Users mailing list
 [email protected]
  http://openser.org/cgi-bin/mailman/listinfo/users
________________________________________________________________________
Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam 
and email virus protection.

------------------------------------------------------------------------

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users
------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.10.10/418 - Release Date: 8/14/2006


_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to