[Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
Hey guys,

I'm currently testing FS inside a LAN. FreeSWITCH is running on
192.168.0.101 and my softphone is on 192.168.0.100.

I can register and make calls just fine, but I want to deny everything in
order to learn how the ACL works.

I have this on the internal profile:





And this is how my acl.conf.xml looks, it's all set to deny:


  


  
  
  



  
  
  



  
  



  



  
  


  


But I'm still allowed to register with the 1000 user and make calls, to the
conference extension, etc... I can't understand this, if it's all to deny
and the cidr is set to 192.168.0.0/24 on the "domains" context, which is
what hte profile uses, shouldn't the registration/call be denied. I have
tried many conbinations but whenever I change something it wont make any
difference.

Please help me.

Thanks,

Diego
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
If I make any changes on the acl.conf.xml, it doesn't take any effect.

Why is that? What am I doing wrong?

Diego

On Tue, Apr 21, 2009 at 5:29 AM, Diego Viola  wrote:

> More info:
>
>   
> 
> 
>
> So any ideas?
>
>
> On Tue, Apr 21, 2009 at 5:08 AM, Diego Viola wrote:
>
>> Hey guys,
>>
>> I'm currently testing FS inside a LAN. FreeSWITCH is running on
>> 192.168.0.101 and my softphone is on 192.168.0.100.
>>
>> I can register and make calls just fine, but I want to deny everything in
>> order to learn how the ACL works.
>>
>> I have this on the internal profile:
>>
>> 
>> 
>> 
>>
>> And this is how my acl.conf.xml looks, it's all set to deny:
>>
>> 
>>   
>>
>> 
>>   
>>   
>>   
>> 
>>
>> 
>>   
>>   
>>   
>> 
>>
>> 
>>   
>>   
>> 
>>
>> 
>>   
>> 
>> 
>> 
>>   
>>   
>> 
>>
>>   
>> 
>>
>> But I'm still allowed to register with the 1000 user and make calls, to
>> the conference extension, etc... I can't understand this, if it's all to
>> deny and the cidr is set to 192.168.0.0/24 on the "domains" context,
>> which is what hte profile uses, shouldn't the registration/call be denied. I
>> have tried many conbinations but whenever I change something it wont make
>> any difference.
>>
>> Please help me.
>>
>> Thanks,
>>
>> Diego
>>
>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
freeswi...@internal> acl
false


On Tue, Apr 21, 2009 at 5:08 AM, Diego Viola  wrote:

> Hey guys,
>
> I'm currently testing FS inside a LAN. FreeSWITCH is running on
> 192.168.0.101 and my softphone is on 192.168.0.100.
>
> I can register and make calls just fine, but I want to deny everything in
> order to learn how the ACL works.
>
> I have this on the internal profile:
>
> 
> 
> 
>
> And this is how my acl.conf.xml looks, it's all set to deny:
>
> 
>   
>
> 
>   
>   
>   
> 
>
> 
>   
>   
>   
> 
>
> 
>   
>   
> 
>
> 
>   
> 
> 
> 
>   
>   
> 
>
>   
> 
>
> But I'm still allowed to register with the 1000 user and make calls, to the
> conference extension, etc... I can't understand this, if it's all to deny
> and the cidr is set to 192.168.0.0/24 on the "domains" context, which is
> what hte profile uses, shouldn't the registration/call be denied. I have
> tried many conbinations but whenever I change something it wont make any
> difference.
>
> Please help me.
>
> Thanks,
>
> Diego
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
Ok I just remade the config and now it's working as it should, it's not
letting me register.

2009-04-21 07:06:03 [WARNING] sofia_reg.c:1283
sofia_reg_handle_sip_i_register() IP 192.168.0.100 Rejected by acl "domains"

However, I have this:



And this:







And I can still call the conference (3030) without being registered. Why is
this?

Thanks.


On Tue, Apr 21, 2009 at 6:43 AM, Diego Viola  wrote:

> freeswi...@internal> acl
> false
>
>
> On Tue, Apr 21, 2009 at 5:08 AM, Diego Viola wrote:
>
>> Hey guys,
>>
>> I'm currently testing FS inside a LAN. FreeSWITCH is running on
>> 192.168.0.101 and my softphone is on 192.168.0.100.
>>
>> I can register and make calls just fine, but I want to deny everything in
>> order to learn how the ACL works.
>>
>> I have this on the internal profile:
>>
>> 
>> 
>> 
>>
>> And this is how my acl.conf.xml looks, it's all set to deny:
>>
>> 
>>   
>>
>> 
>>   
>>   
>>   
>> 
>>
>> 
>>   
>>   
>>   
>> 
>>
>> 
>>   
>>   
>> 
>>
>> 
>>   
>> 
>> 
>> 
>>   
>>   
>> 
>>
>>   
>> 
>>
>> But I'm still allowed to register with the 1000 user and make calls, to
>> the conference extension, etc... I can't understand this, if it's all to
>> deny and the cidr is set to 192.168.0.0/24 on the "domains" context,
>> which is what hte profile uses, shouldn't the registration/call be denied. I
>> have tried many conbinations but whenever I change something it wont make
>> any difference.
>>
>> Please help me.
>>
>> Thanks,
>>
>> Diego
>>
>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
Oh it was because I had auth-calls set to true, now I turned it false and it
works as I expect!

Silly me, thanks everyone anyway =D

Diego

On Tue, Apr 21, 2009 at 7:08 AM, Diego Viola  wrote:

> Ok I just remade the config and now it's working as it should, it's not
> letting me register.
>
> 2009-04-21 07:06:03 [WARNING] sofia_reg.c:1283
> sofia_reg_handle_sip_i_register() IP 192.168.0.100 Rejected by acl "domains"
>
> However, I have this:
>
> 
>
> And this:
>
> 
> 
> 
> 
> 
>
> And I can still call the conference (3030) without being registered. Why is
> this?
>
> Thanks.
>
>
>
> On Tue, Apr 21, 2009 at 6:43 AM, Diego Viola wrote:
>
>> freeswi...@internal> acl
>> false
>>
>>
>> On Tue, Apr 21, 2009 at 5:08 AM, Diego Viola wrote:
>>
>>> Hey guys,
>>>
>>> I'm currently testing FS inside a LAN. FreeSWITCH is running on
>>> 192.168.0.101 and my softphone is on 192.168.0.100.
>>>
>>> I can register and make calls just fine, but I want to deny everything in
>>> order to learn how the ACL works.
>>>
>>> I have this on the internal profile:
>>>
>>> 
>>> 
>>> 
>>>
>>> And this is how my acl.conf.xml looks, it's all set to deny:
>>>
>>> 
>>>   
>>>
>>> 
>>>   
>>>   
>>>   
>>> 
>>>
>>> 
>>>   
>>>   
>>>   
>>> 
>>>
>>> 
>>>   
>>>   
>>> 
>>>
>>> 
>>>   
>>> 
>>> 
>>> 
>>>   
>>>   
>>> 
>>>
>>>   
>>> 
>>>
>>> But I'm still allowed to register with the 1000 user and make calls, to
>>> the conference extension, etc... I can't understand this, if it's all to
>>> deny and the cidr is set to 192.168.0.0/24 on the "domains" context,
>>> which is what hte profile uses, shouldn't the registration/call be denied. I
>>> have tried many conbinations but whenever I change something it wont make
>>> any difference.
>>>
>>> Please help me.
>>>
>>> Thanks,
>>>
>>> Diego
>>>
>>
>>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
More info:

  



So any ideas?

On Tue, Apr 21, 2009 at 5:08 AM, Diego Viola  wrote:

> Hey guys,
>
> I'm currently testing FS inside a LAN. FreeSWITCH is running on
> 192.168.0.101 and my softphone is on 192.168.0.100.
>
> I can register and make calls just fine, but I want to deny everything in
> order to learn how the ACL works.
>
> I have this on the internal profile:
>
> 
> 
> 
>
> And this is how my acl.conf.xml looks, it's all set to deny:
>
> 
>   
>
> 
>   
>   
>   
> 
>
> 
>   
>   
>   
> 
>
> 
>   
>   
> 
>
> 
>   
> 
> 
> 
>   
>   
> 
>
>   
> 
>
> But I'm still allowed to register with the 1000 user and make calls, to the
> conference extension, etc... I can't understand this, if it's all to deny
> and the cidr is set to 192.168.0.0/24 on the "domains" context, which is
> what hte profile uses, shouldn't the registration/call be denied. I have
> tried many conbinations but whenever I change something it wont make any
> difference.
>
> Please help me.
>
> Thanks,
>
> Diego
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Brian West

Do you want to allow these IP ranges?

/b

On Apr 21, 2009, at 6:08 AM, Diego Viola wrote:






Brian West
br...@freeswitch.org

-- Meet us at ClueCon!  http://www.cluecon.com




___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
Nope, I just wanted to allow 1 ip, 192.168.0.100.

Diego

On Tue, Apr 21, 2009 at 9:27 AM, Brian West  wrote:

> Do you want to allow these IP ranges?
> /b
>
> On Apr 21, 2009, at 6:08 AM, Diego Viola wrote:
>
> 
> 
>
>
> Brian West
> br...@freeswitch.org
>
> -- Meet us at ClueCon!  http://www.cluecon.com
>
>
>
>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Michael Collins
On Tue, Apr 21, 2009 at 1:15 PM, Diego Viola  wrote:

> Nope, I just wanted to allow 1 ip, 192.168.0.100.


Then why have a deny for this address? Don't you want something like this?

-MC


>
>
> Diego
>
> On Tue, Apr 21, 2009 at 9:27 AM, Brian West  wrote:
>
>> Do you want to allow these IP ranges?
>> /b
>>
>> On Apr 21, 2009, at 6:08 AM, Diego Viola wrote:
>>
>> 
>> 
>>
>>
>>   Brian West
>> br...@freeswitch.org
>>
>> -- Meet us at ClueCon!  http://www.cluecon.com
>>
>>
>>
>>
>>
>> ___
>> Freeswitch-users mailing list
>> Freeswitch-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
I was just trying to deny everything, and I got confused at what the
"default" in the  made, but I got it now.

So I have  and that alone denies the
registration, which is what I want, but I can still make calls.

And I have this: 

Shouldn't the "domains" which is defaulted to "deny" block the inbound
calls?

Thanks, I hope this doesn't make anyone nervous, just trying to learn :)

Regards,

Diego



On Tue, Apr 21, 2009 at 5:34 PM, Michael Collins  wrote:

>
>
> On Tue, Apr 21, 2009 at 1:15 PM, Diego Viola wrote:
>
>> Nope, I just wanted to allow 1 ip, 192.168.0.100.
>
>
> Then why have a deny for this address? Don't you want something like this?
> 
> -MC
>
>
>>
>>
>> Diego
>>
>> On Tue, Apr 21, 2009 at 9:27 AM, Brian West  wrote:
>>
>>> Do you want to allow these IP ranges?
>>> /b
>>>
>>> On Apr 21, 2009, at 6:08 AM, Diego Viola wrote:
>>>
>>> 
>>> 
>>>
>>>
>>>   Brian West
>>> br...@freeswitch.org
>>>
>>> -- Meet us at ClueCon!  http://www.cluecon.com
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> Freeswitch-users mailing list
>>> Freeswitch-users@lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> ___
>> Freeswitch-users mailing list
>> Freeswitch-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
This alone should be able to block inbound calls right?:

internal.xml:



acl.conf.xml:


  


vars.xml:

  



On Tue, Apr 21, 2009 at 8:04 PM, Diego Viola  wrote:

> I was just trying to deny everything, and I got confused at what the
> "default" in the  made, but I got it now.
>
> So I have  and that alone denies
> the registration, which is what I want, but I can still make calls.
>
> And I have this: 
>
> Shouldn't the "domains" which is defaulted to "deny" block the inbound
> calls?
>
> Thanks, I hope this doesn't make anyone nervous, just trying to learn :)
>
> Regards,
>
> Diego
>
>
>
>
> On Tue, Apr 21, 2009 at 5:34 PM, Michael Collins wrote:
>
>>
>>
>> On Tue, Apr 21, 2009 at 1:15 PM, Diego Viola wrote:
>>
>>> Nope, I just wanted to allow 1 ip, 192.168.0.100.
>>
>>
>> Then why have a deny for this address? Don't you want something like this?
>> 
>>  -MC
>>
>>
>>>
>>>
>>> Diego
>>>
>>> On Tue, Apr 21, 2009 at 9:27 AM, Brian West wrote:
>>>
 Do you want to allow these IP ranges?
 /b

 On Apr 21, 2009, at 6:08 AM, Diego Viola wrote:

 
 


   Brian West
 br...@freeswitch.org

 -- Meet us at ClueCon!  http://www.cluecon.com





 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:
 http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


>>>
>>> ___
>>> Freeswitch-users mailing list
>>> Freeswitch-users@lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> ___
>> Freeswitch-users mailing list
>> Freeswitch-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
If I turn internal_auth_calls to false it blocks... but why I can't do it
with internal_auth_calls=true?

On Tue, Apr 21, 2009 at 8:45 PM, Diego Viola  wrote:

> This alone should be able to block inbound calls right?:
>
> internal.xml:
>
> 
>
> acl.conf.xml:
>
> 
>   
> 
>
> vars.xml:
>
>   
>
>
>
> On Tue, Apr 21, 2009 at 8:04 PM, Diego Viola wrote:
>
>> I was just trying to deny everything, and I got confused at what the
>> "default" in the  made, but I got it now.
>>
>> So I have  and that alone denies
>> the registration, which is what I want, but I can still make calls.
>>
>> And I have this: 
>>
>> Shouldn't the "domains" which is defaulted to "deny" block the inbound
>> calls?
>>
>> Thanks, I hope this doesn't make anyone nervous, just trying to learn :)
>>
>> Regards,
>>
>> Diego
>>
>>
>>
>>
>> On Tue, Apr 21, 2009 at 5:34 PM, Michael Collins wrote:
>>
>>>
>>>
>>> On Tue, Apr 21, 2009 at 1:15 PM, Diego Viola wrote:
>>>
 Nope, I just wanted to allow 1 ip, 192.168.0.100.
>>>
>>>
>>> Then why have a deny for this address? Don't you want something like
>>> this?
>>> 
>>>  -MC
>>>
>>>


 Diego

 On Tue, Apr 21, 2009 at 9:27 AM, Brian West wrote:

> Do you want to allow these IP ranges?
> /b
>
> On Apr 21, 2009, at 6:08 AM, Diego Viola wrote:
>
> 
> 
>
>
>   Brian West
> br...@freeswitch.org
>
> -- Meet us at ClueCon!  http://www.cluecon.com
>
>
>
>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:
> http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>

 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:
 http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


>>>
>>> ___
>>> Freeswitch-users mailing list
>>> Freeswitch-users@lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
I'm trying to block inbound calls with internal_auth_calls=true.

On Tue, Apr 21, 2009 at 8:46 PM, Diego Viola  wrote:

> If I turn internal_auth_calls to false it blocks... but why I can't do it
> with internal_auth_calls=true?
>
>
> On Tue, Apr 21, 2009 at 8:45 PM, Diego Viola wrote:
>
>> This alone should be able to block inbound calls right?:
>>
>> internal.xml:
>>
>> 
>>
>> acl.conf.xml:
>>
>> 
>>   
>> 
>>
>> vars.xml:
>>
>>   
>>
>>
>>
>> On Tue, Apr 21, 2009 at 8:04 PM, Diego Viola wrote:
>>
>>> I was just trying to deny everything, and I got confused at what the
>>> "default" in the  made, but I got it now.
>>>
>>> So I have  and that alone denies
>>> the registration, which is what I want, but I can still make calls.
>>>
>>> And I have this: 
>>>
>>> Shouldn't the "domains" which is defaulted to "deny" block the inbound
>>> calls?
>>>
>>> Thanks, I hope this doesn't make anyone nervous, just trying to learn :)
>>>
>>> Regards,
>>>
>>> Diego
>>>
>>>
>>>
>>>
>>> On Tue, Apr 21, 2009 at 5:34 PM, Michael Collins wrote:
>>>


 On Tue, Apr 21, 2009 at 1:15 PM, Diego Viola wrote:

> Nope, I just wanted to allow 1 ip, 192.168.0.100.


 Then why have a deny for this address? Don't you want something like
 this?
 
  -MC


>
>
> Diego
>
> On Tue, Apr 21, 2009 at 9:27 AM, Brian West wrote:
>
>> Do you want to allow these IP ranges?
>> /b
>>
>> On Apr 21, 2009, at 6:08 AM, Diego Viola wrote:
>>
>> 
>> 
>>
>>
>>   Brian West
>> br...@freeswitch.org
>>
>> -- Meet us at ClueCon!  http://www.cluecon.com
>>
>>
>>
>>
>>
>> ___
>> Freeswitch-users mailing list
>> Freeswitch-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:
>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:
> http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>

 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:
 http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


>>>
>>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
I got it, thanks people :D

On Tue, Apr 21, 2009 at 8:57 PM, Diego Viola  wrote:

> I'm trying to block inbound calls with internal_auth_calls=true.
>
>
> On Tue, Apr 21, 2009 at 8:46 PM, Diego Viola wrote:
>
>> If I turn internal_auth_calls to false it blocks... but why I can't do it
>> with internal_auth_calls=true?
>>
>>
>> On Tue, Apr 21, 2009 at 8:45 PM, Diego Viola wrote:
>>
>>> This alone should be able to block inbound calls right?:
>>>
>>> internal.xml:
>>>
>>> 
>>>
>>> acl.conf.xml:
>>>
>>> 
>>>   
>>> 
>>>
>>> vars.xml:
>>>
>>>   
>>>
>>>
>>>
>>> On Tue, Apr 21, 2009 at 8:04 PM, Diego Viola wrote:
>>>
 I was just trying to deny everything, and I got confused at what the
 "default" in the  made, but I got it now.

 So I have  and that alone denies
 the registration, which is what I want, but I can still make calls.

 And I have this: 

 Shouldn't the "domains" which is defaulted to "deny" block the inbound
 calls?

 Thanks, I hope this doesn't make anyone nervous, just trying to learn :)

 Regards,

 Diego




 On Tue, Apr 21, 2009 at 5:34 PM, Michael Collins 
 wrote:

>
>
> On Tue, Apr 21, 2009 at 1:15 PM, Diego Viola wrote:
>
>> Nope, I just wanted to allow 1 ip, 192.168.0.100.
>
>
> Then why have a deny for this address? Don't you want something like
> this?
> 
>  -MC
>
>
>>
>>
>> Diego
>>
>> On Tue, Apr 21, 2009 at 9:27 AM, Brian West wrote:
>>
>>> Do you want to allow these IP ranges?
>>> /b
>>>
>>> On Apr 21, 2009, at 6:08 AM, Diego Viola wrote:
>>>
>>> 
>>> 
>>>
>>>
>>>   Brian West
>>> br...@freeswitch.org
>>>
>>> -- Meet us at ClueCon!  http://www.cluecon.com
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> Freeswitch-users mailing list
>>> Freeswitch-users@lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:
>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> ___
>> Freeswitch-users mailing list
>> Freeswitch-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:
>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:
> http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>

>>>
>>
>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Brian West

Diego,
	I highly recommend you seek professional help... You seem to be  
talking to yourself A LOT! :P  just kidding... good you understand it  
now!


/b

On Apr 21, 2009, at 8:44 PM, Diego Viola wrote:


I got it, thanks people :D


Brian West
br...@freeswitch.org

-- Meet us at ClueCon!  http://www.cluecon.com




___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
Thanks Brian.

Couldn't have made it without your help.

Regards,

Diego

On Tue, Apr 21, 2009 at 9:55 PM, Brian West  wrote:
> Diego,
> I highly recommend you seek professional help... You seem to be talking to
> yourself A LOT! :P  just kidding... good you understand it now!
> /b
> On Apr 21, 2009, at 8:44 PM, Diego Viola wrote:
>
> I got it, thanks people :D
>
> Brian West
> br...@freeswitch.org
> -- Meet us at ClueCon!  http://www.cluecon.com
>
>
>
>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Jason White
Diego Viola  wrote:
> I got it, thanks people :D

Could you now add it to the documentation?


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread Diego Viola
Sure.

On Tue, Apr 21, 2009 at 10:37 PM, Jason White  wrote:
> Diego Viola  wrote:
>> I got it, thanks people :D
>
> Could you now add it to the documentation?
>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] ACL not working

2009-04-21 Thread mszlazak

 Thank you!


 


 

-Original Message-
From: Diego Viola 
To: freeswitch-users@lists.freeswitch.org
Sent: Tue, 21 Apr 2009 7:42 pm
Subject: Re: [Freeswitch-users] ACL not working










Sure.

On Tue, Apr 21, 2009 at 10:37 PM, Jason White  wrote:
> Diego Viola  wrote:
>> I got it, thanks people :D
>
> Could you now add it to the documentation?
>
>
> ___
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



 

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org