[Freeswitch-users] Inbound DID trunk without authentication

Paul Cupis paul at cupis.co.uk
Thu Nov 29 13:32:19 MSK 2012


On Thu, Nov 29, 2012 at 09:36:25AM +0100, Gregor Nanger wrote:
>    in acl.conf.xml i add:
> 
>    <list name="testdid" default="deny">
>    <node type="allow" cidr="xxx.xxx.xxx.xxx/32"/>
>    </list>

>    What I see in console I keep getting rejected by ACL "domains"
> 
>    If I understand correctly if IP of inbound call is in ACL then call is
>    transfered to public dialplan?
> 
>    I need this gateway only for inbound calls.

Try adding:

   <node type="allow" cidr="xxx.xxx.xxx.xxx/32"/>

into the existing stanza in acl.conf.xml which starts with:

   <list name="domains" ...

as this is the ACL which your SIP profile seems to be using to authenticate
incoming calls.

Regards,




Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list