timb0311 at hotmail.com Guest
|
Posted: Fri Jun 19, 2009 10:10 pm Post subject: [Freeswitch-users] (Found Fix) Transmit fax locally for test |
|
|
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@192.168.10.35 ([email]sofia/default/8000@192.168.10.35[/email]) &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@freeswitch.org>> Subject: [Freeswitch-users] Update - Transmit fax locally for test> To: freeswitch-users@lists.freeswitch.org> Message-ID:> <87f2f3b90906190800u5d9436cbu2bd594bc8d09503@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@x.x.x.x in your system? Is that the receive> fax extension?> -MC> > ---------- Forwarded message ----------> From: Tim B <timb0311@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@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. |
|