[Freeswitch-users] Best way to fully open inbound calls
Michael Jerris
mike at jerris.com
Mon Jan 16 22:19:29 MSK 2017
Set a profile to not auth, like the external profile is by default. Set the dial plan context in that profile appropriately to the destinations it should be able to reach.
> On Jan 16, 2017, at 2:15 PM, Oleg Stolyar <olegstolyar at gmail.com> wrote:
>
> Hi guys,
>
> I need to allow all calls on a profile to go through regardless of where they came from. One way to do it is to create my own ACL list like this:
>
> <list name="open" default="allow">
> <node type="allow" cidr="192.168.42.42/32 <http://192.168.42.42/32>"/> //Note that it does not work without at least one node in the list even if the list's default is "allow"
> </list>
>
> and then use that in my sip profile:
> <param name="apply-inbound-acl" value="open"/>
>
> This works but is there a more standard way to do it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170116/5b2d81d1/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list