[Freeswitch-users] ACL question and js error

Frank Carmickle frank at carmickle.com
Sun Feb 7 06:59:07 PST 2010


On Sun, Feb 07, Matthew Law wrote:
> After some more experiments I have a working replacement for the asterisk
> box we were using before, which is great.
> 
> I had problems getting incoming calls to work. Changing the entry in
> acl.conf.xml from:
> 
> <list name="domains" default="deny">
>    <node type="allow" domain="$${domain}"/>
> </list>
> 
> to:
> 
> <list name="domains" default="allow">
>    <node type="allow" domain="$${domain}"/>
> </list>
> 
> and reloading xml works but this gets reverted every time FS starts up. 
> I've scanned the wiki docs and can't see anything pertaining to that. 
> Why/where is this happening and how do I make it the default?  Actually,
> the question should probably be is it sensible to do that? - the box is
> out on the internet and I really only want to take incoming calls from
> voiptalk.org, but I can't find a list of IPs on their site which I could
> create an acl from...

This is what gateway definitions are for in sofia.

> 
> Second question: I have tried this example for an answer machine (mainly
> because it looked the shortest and simplest of the examples listed):
> 
> http://wiki.freeswitch.org/wiki/Examples_answermachine

Is voicemail not what your looking for?

I understand the frustration of trying to get things working first run.  I found reading rereading and rereading the wiki to be most helpful.  You start to get a sense for how things work.  There are usually 100 ways to accomplish the same task in fs.  Over time you'll start to figure which ones work best for your setup.  You should jump in the weekly conf call.  Lots of people there can give you a hand.

--FC




More information about the FreeSWITCH-users mailing list