<div dir="ltr">You still haven&#39;t really provided anything additional to go on, look at the logs, the signaling, it should be apparent what is going on, You&#39;ve also not told us what rev of FreeSWITCH you&#39;re running,</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 9, 2014 at 8:08 AM, Hermouet Erwan <span dir="ltr">&lt;<a href="mailto:ehermouet@bluetel.fr" target="_blank">ehermouet@bluetel.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-family:Verdana,Geneva,sans-serif">
<p>Ths for your reply</p>
<p>First:</p>
<p>We have freeswitch server on ubuntu 11. we use freeswitch as provider serveur for others sip serveur. So my other sip serveur are extension of freeswitch.</p>
<p>if one 1 my extension (other sip server) try to make outbound fax, it&#39;s not work.</p>
<p>if i send fax directly from FS server it&#39;s work.</p>
<p>the syntaxe is : originate {absolute_codec_string=PCMA,ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/xxON/xx</p>
<p> </p>
<p>So in my configuration public.xml i create this rule for my outbound fax:</p>
<p> </p>
<p>&lt;extension name=&quot;FAX&quot; &gt;<br>&lt;condition field=&quot;network_addr&quot; expression=&quot;^(xxx)$&quot;&gt; <br>&lt;/condition&gt;<br>&lt;condition field=&quot;destination_number&quot; expression=&quot;^(xxx)$&quot; &gt;<span class=""><br>&lt;action application=&quot;set&quot; data=&quot;sip_h_X-accountcode=$${accountcode}&quot; /&gt;<br>&lt;action application=&quot;set&quot; data=&quot;sip_h_X-Tag=&quot; /&gt;<br>&lt;regex field=&quot;caller_id_number&quot; expression=&quot;^1001$&quot;/&gt; <br>&lt;action application=&quot;set&quot; data=&quot;call_direction=outbound&quot; /&gt;<br>&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot; /&gt;<br>&lt;action application=&quot;set&quot; data=&quot;effective_caller_id_name=$${outbound_caller_id_name}&quot; /&gt;<br>&lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=$${outbound_caller_id_number}&quot; /&gt;<br>&lt;action application=&quot;set&quot; data=&quot;inherit_codec=true&quot; /&gt;<br>&lt;action application=&quot;set&quot; data=&quot;accountcode=44000&quot;/&gt;<br></span>&lt;action application=&quot;set&quot; data=&quot;proxy_media=true&quot;/&gt;<br>&lt;action application=&quot;set&quot; data=&quot;bypass_media=false&quot;/&gt;<br>&lt;action application=&quot;bridge&quot; data=&quot;{absolute_codec_string=PCMA,ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/xxx/xxxx&quot; /&gt;<br>&lt;/condition&gt;<br>&lt;/extension&gt;</p>
<p> </p>
<p>But it&#39;s not work, my fax is not send.</p>
<p>I search config which can permit to my extension sip server to send fax between FS.</p>
<p> </p>
<p>Tks</p>
<p> </p>
<p> </p>
<p>Le 2014-09-09 14:52, Michael Jerris a écrit :</p>
<blockquote type="cite" style="padding-left:5px;border-left:#1010ff 2px solid;margin-left:5px"><div><div class="h5">Its such a vague question without a real description of the problem, so no one has a solution because they do not understand what your problem is.
<div><br>
<div>
<div>On Sep 9, 2014, at 1:41 AM, Hermouet Erwan &lt;<a href="mailto:ehermouet@bluetel.fr" target="_blank">ehermouet@bluetel.fr</a>&gt; wrote:</div>
<br>
<blockquote type="cite" style="padding-left:5px;border-left:#1010ff 2px solid;margin-left:5px">
<div style="font-family:Verdana,Geneva,sans-serif">hi all<br><br> nobody have config when extension is fax system ?<br><br> tks<br><br>
<div class="gmail_quote">On 8 septembre 2014 12:21:47 CEST, Hermouet Erwan &lt;<a href="mailto:ehermouet@bluetel.fr" target="_blank">ehermouet@bluetel.fr</a>&gt; wrote:
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:#cccccc;padding-left:1ex">
<div> </div>
<p>Hi all</p>
<div> </div>
<p>we have configured freeswitch to be gateway server.</p>
<p>When we send fax with command :</p>
<p>originate {ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/xx/xx &amp;txfax(&#39;/usr/local/freeswitch/storage/fax/fax.tif&#39;)</p>
<div> </div>
<p>it&#39;s work</p>
<div> </div>
<p>but if my extension is fax system and i try to send fax it&#39;s not work.</p>
<p>here my config</p>
<div> </div>
<p>&lt;condition field=&quot;destination_number&quot; expression=&quot;^(ccccc)$&quot; &gt;<br> &lt;action application=&quot;set&quot; data=&quot;sip_h_X-accountcode=$${accountcode}&quot; /&gt;<br> &lt;action application=&quot;set&quot; data=&quot;sip_h_X-Tag=&quot; /&gt;<br> &lt;regex field=&quot;caller_id_number&quot; expression=&quot;^1001$&quot;/&gt; <br> &lt;action application=&quot;set&quot; data=&quot;call_direction=outbound&quot; /&gt;<br> &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot; /&gt;<br> &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_name=$${outbound_caller_id_name}&quot; /&gt;<br> &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=$${outbound_caller_id_number}&quot; /&gt;<br> &lt;action application=&quot;set&quot; data=&quot;inherit_codec=true&quot; /&gt;<br> &lt;action application=&quot;set&quot; data=&quot;accountcode=44000&quot;/&gt;<br> &lt;action application=&quot;bridge&quot; data=&quot;{execute_on_answer=t38_gateway self,absolute_codec_string=PCMA,ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/ccccc/ccccc&quot; /&gt;<br> &lt;/condition&gt;</p>
<div> </div>
<div> </div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
<br>
</div></div><pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<span class=""><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</span></pre><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<p> </p>
<div>-- <br>
<pre> </pre>
<img src="http://www.bluetel.fr/img/signature_EH.JPG" alt=""></div>
</font></span></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><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></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">







<p><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br><span style="font-size:x-small"><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></span></font></p>
<p><font size="1" face="courier new, monospace"><img src="http://bkw.org/whmcslogo.png"><br></font></p><p><font face="courier new, monospace"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br><a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br><a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a></font></p>
<p><font face="courier new, monospace"><b>T:</b>+19184209001 | <b>F:</b>+19184209002 | <b>M:</b>+1918424WEST (9378)<br><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></p></div>
</div>