Tim,<br><br>We need some information, specifically we need you to turn on debugging at the console and give us the log from start of call to the very end. Go to the CLI and press F8 (or type &quot;console loglevel debug&quot;) and then initiate the call. Capture everything from the CLI from start to finish, then drop it in a pb at <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a>. Send us back the pastebin number and we&#39;ll try and diagnose it.<br>
<br>-MC<br><br><div class="gmail_quote">On Thu, Jun 18, 2009 at 8:54 PM, Tim B <span dir="ltr">&lt;<a href="mailto:timb0311@hotmail.com">timb0311@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
Trying to do a local test for faxing.  Keep getting an error.  Can someone tell me how to correct this?<br>
 <br>
Tim<br><br> <br><br>default dialplan:<br><br>&lt;extension name=&quot;test_rxfax_stream&quot;&gt;<br><br>&lt;condition field=&quot;destination_number&quot; expression=&quot;^8000$&quot;&gt;<br><br>&lt;action application=&quot;answer&quot; /&gt;<br>
<br>&lt;action application=&quot;playback&quot; data=&quot;silence_stream://2000&quot;/&gt;<br><br>&lt;action application=&quot;set&quot; data=&quot;last_fax=${caller_id_number}-${strftime(%Y%m%d%H%M%S)}&quot;/&gt;<br><br>
&lt;action application=&quot;rxfax&quot; data=&quot;storage/fax/8000/inbox/${last_fax}.tif&quot;/&gt;<br><br>&lt;action application=&quot;hangup&quot;/&gt;<br><br>&lt;/condition&gt;<br><br>&lt;/extension&gt;<br><br> <br><br>
//inbound from remote box works fine<br><br>- connect asterisk box and fs box, then fax from asterisk to fs... OK<br><br>- also fax from fs to asterisk.... OK<br><br> <br><br>// local fax on fs .... FAILS!!<br><br>// my originate command:<br>
<br>originate <a href="mailto:sofia/internal/8000@192.168.10.35" target="_blank">sofia/internal/8000 at 192.168.10.35</a> &amp;txfax(storage/fax/test.tif)<br><br> <br><br>// error as follows:<br><br>2009-06-17 09:54:44.256749 [INFO] mod_dialplan_xml.c:252 Processing FreeSWITCH-&gt;8000 in context public<br>
2009-06-17 09:54:44.256749 [ERR] sofia.c:4169 Cannot Blind Transfer 1 Legged calls<br>2009-06-17 09:54:44.256749 [NOTICE] sofia.c:3770 Hangup sofia/internal/8000 at 192.168.10.35 [CS_CONSUME_MEDIA] [NO_USER_RESPONSE]<br><div class="hm">
<br><br><hr>Insert movie times and more without leaving HotmailŪ. <a href="http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd_062009" target="_blank">See how.</a></div></div>
<br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>