<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Ok so after many attempts of trial and error I narrowed it down to acls.&nbsp; So when trying to orginate a call to the local FS extension it was getting blocked.<BR>
&nbsp;<BR>
Adding the following allow with my freeswitch IP&nbsp;to the domains list allowed the originate to take place.<BR>
&nbsp;<BR>
acl.conf.xml:<BR><FONT color=#0000ff size=2><FONT color=#0000ff size=2>
&lt;</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>list</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>name</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>domains</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>default</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>deny</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>node</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>type</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>allow</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>cidr</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>192.168.10.35/32</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>node</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>type</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>allow</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2> </FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>domain</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>=</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>$${domain}</FONT></FONT><FONT color=#000000 size=2>"</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>/&gt; <BR>
&lt;/</FONT></FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>list</FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>&gt;</FONT></FONT><BR>
<FONT color=#0000ff size=2><FONT color=#0000ff size=2></FONT></FONT>&nbsp;<BR>
<FONT color=#0000ff size=2><FONT color=#0000ff size=2></FONT></FONT>&nbsp;<BR>
<FONT color=#0000ff size=2><FONT color=#0000ff size=2>So now this statement works for local fax testing:</FONT></FONT><BR>
<FONT color=#0000ff size=2><FONT color=#0000ff size=2></FONT></FONT>&nbsp;<BR>
<FONT color=#0000ff size=2><FONT color=#0000ff size=2>originate <A href="mailto:sofia/default/8000@192.168.10.35">sofia/default/8000@192.168.10.35</A> &amp;txfax(storage/fax/test.tif)</FONT></FONT><BR>
<FONT color=#0000ff size=2><FONT color=#0000ff size=2></FONT></FONT>&nbsp;<BR>
<FONT color=#0000ff size=2><FONT color=#0000ff size=2></FONT></FONT>&nbsp;<BR>
<FONT color=#0000ff size=2><FONT color=#0000ff size=2>Now my question is, is this the proper or best way to configure this?</FONT></FONT><BR>
<FONT color=#0000ff></FONT>&nbsp;<BR>
<FONT color=#0000ff></FONT>&nbsp;<BR>
<FONT color=#0000ff>Tim</FONT><BR>
&nbsp;<BR>
&nbsp;<BR>
&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Fri, 19 Jun 2009 10:00:35 -0500<BR>&gt; From: Michael Collins &lt;msc@freeswitch.org&gt;<BR>&gt; Subject: [Freeswitch-users] Update - Transmit fax locally for test<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; Message-ID:<BR>&gt; &lt;87f2f3b90906190800u5d9436cbu2bd594bc8d09503@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="windows-1252"<BR>&gt; <BR>&gt; Tim,<BR>&gt; <BR>&gt; Look at lines 47 and 48 of the pastebin. I think something goofy is<BR>&gt; happening there. What is 8000@x.x.x.x in your system? Is that the receive<BR>&gt; fax extension?<BR>&gt; -MC<BR>&gt; <BR>&gt; ---------- Forwarded message ----------<BR>&gt; From: Tim B &lt;timb0311@hotmail.com&gt;<BR>&gt; Date: Fri, Jun 19, 2009 at 7:39 AM<BR>&gt; Subject: Re: [Freeswitch-users] Freeswitch-users Digest, Vol 36, Issue 188<BR>&gt; To: freeswitch-users@lists.freeswitch.org<BR>&gt; <BR>&gt; <BR>&gt; here is the log...<BR>&gt; http://pastebin.freeswitch.org/9440<BR>&gt; <BR>&gt; haha, yeah i see it now... duh. pulled an all nighter, too many things<BR>&gt; going on. must have overlooked it.<BR>&gt; &gt;<BR>&gt; &gt; When I connect to pastebin.freeswitch.org I get a helpful notice saying<BR>&gt; &gt; the login and password is pastebin/freeswitch<BR>&gt; &gt;<BR>&gt; <BR>&gt; been trying to break myself into freeswitch on top of my original workload.<BR>&gt; thanks for the help.<BR>&gt; <BR><BR><br /><hr />Bing™  brings you maps, menus, and reviews organized in one place. <a href='http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=TEXT_MLOGEN_Core_tagline_local_1x1' target='_new'>Try it now.</a></body>
</html>