[Freeswitch-users] (Found Fix) Transmit fax locally for test

Tim B timb0311 at hotmail.com
Fri Jun 19 20:06:10 PDT 2009


Ok so after many attempts of trial and error I narrowed it down to acls.  So when trying to orginate a call to the local FS extension it was getting blocked.

 

Adding the following allow with my freeswitch IP to the domains list allowed the originate to take place.

 

acl.conf.xml:

<list name="domains" default="deny">

     <node type="allow" cidr="192.168.10.35/32"/>

     <node type="allow" domain="$${domain}"/> 

</list>

 

 

So now this statement works for local fax testing:

 

originate sofia/default/8000 at 192.168.10.35 &txfax(storage/fax/test.tif)

 

 

Now my question is, is this the proper or best way to configure this?

 

 

Tim

 

 

> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 19 Jun 2009 10:00:35 -0500
> From: Michael Collins <msc at freeswitch.org>
> Subject: [Freeswitch-users] Update - Transmit fax locally for test
> To: freeswitch-users at lists.freeswitch.org
> Message-ID:
> <87f2f3b90906190800u5d9436cbu2bd594bc8d09503 at mail.gmail.com>
> Content-Type: text/plain; charset="windows-1252"
> 
> Tim,
> 
> Look at lines 47 and 48 of the pastebin. I think something goofy is
> happening there. What is 8000 at x.x.x.x in your system? Is that the receive
> fax extension?
> -MC
> 
> ---------- Forwarded message ----------
> From: Tim B <timb0311 at hotmail.com>
> Date: Fri, Jun 19, 2009 at 7:39 AM
> Subject: Re: [Freeswitch-users] Freeswitch-users Digest, Vol 36, Issue 188
> To: freeswitch-users at lists.freeswitch.org
> 
> 
> here is the log...
> http://pastebin.freeswitch.org/9440
> 
> haha, yeah i see it now... duh. pulled an all nighter, too many things
> going on. must have overlooked it.
> >
> > When I connect to pastebin.freeswitch.org I get a helpful notice saying
> > the login and password is pastebin/freeswitch
> >
> 
> been trying to break myself into freeswitch on top of my original workload.
> thanks for the help.
> 


_________________________________________________________________
Bing™  brings you maps, menus, and reviews organized in one place.   Try it now.
http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TEXT_MLOGEN_Core_tagline_local_1x1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090619/f05205dd/attachment-0002.html 


More information about the FreeSWITCH-users mailing list