<div dir="ltr">Ok i&#39;ve looked at the source code for mod_dialplan and in your xml, you need something like:<div><br></div><div><div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;</div><div>&lt;document type=&quot;freeswitch/xml&quot;&gt;<br></div><div>  &lt;section name=&quot;dialplan&quot; description=&quot;RE Dial Plan For FreeSwitch&quot;&gt;</div><div><br></div><div>  &lt;context name=&quot;default&quot;&gt;</div><div><br></div><div>  &lt;extension name=&quot;local_call&quot;&gt;</div><div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(10..)$&quot;&gt;</div><div>      &lt;action application=&quot;bridge&quot; data=&quot;user/$1&quot;/&gt;</div><div>      &lt;action application=&quot;hangup&quot;/&gt;</div><div>    &lt;/condition&gt;</div><div>  &lt;/extension&gt;</div><div><br></div><div>&lt;section/this works for me</div></div></div><div hspace="streak-pt-mark" style="max-height:1px"><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=aZGF2aWQudmlsbGFzbWlsLndvcmtAZ21haWwuY29t&amp;type=zerocontent&amp;guid=7da0b7ec-1d96-4c01-b2e0-7e5935f9e361"><font color="#ffffff" size="1">ᐧ</font></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Regards,</div><div><br></div>David Villasmil<div>email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.com</a></div><div>phone: +34669448337</div></div></div></div>
<br><div class="gmail_quote">On Tue, May 16, 2017 at 5:26 PM, Raúl Alexis Betancor Santana <span dir="ltr">&lt;<a href="mailto:rbetancor@gmail.com" target="_blank">rbetancor@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ok, I think the whole point is that I don&#39;t undestand how the dialplan works.<div><br></div><div>I started from 0 ... now on the sofia.conf.xml I have this:</div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">&lt;configuration name=&quot;sofia.conf&quot; description=&quot;sofia Endpoint&quot;&gt;
</span><br>
<br>  &lt;global_settings&gt;
<br>    &lt;param name=&quot;log-level&quot; value=&quot;0&quot;/&gt;
<br>    &lt;!-- &lt;param name=&quot;auto-restart&quot; value=&quot;false&quot;/&gt; --&gt;
<br>    &lt;param name=&quot;debug-presence&quot; value=&quot;0&quot;/&gt;
<br>  &lt;/global_settings&gt;
<br>
<br>  &lt;profiles&gt;
<br>        &lt;profile name=&quot;fax&quot;&gt;
<br>          &lt;gateways&gt;
<br>          &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;../gateways/*.xml&quot;/&gt;
<br>          &lt;/gateways&gt;
<br>
<br>          &lt;domains&gt;
<br>            &lt;domain name=&quot;all&quot; alias=&quot;false&quot; parse=&quot;false&quot;/&gt;
<br>          &lt;/domains&gt;
<br>
<br>          &lt;settings&gt;
<br>            &lt;param name=&quot;debug&quot; value=&quot;0&quot;/&gt;
<br>            &lt;param name=&quot;shutdown-on-fail&quot; value=&quot;true&quot;/&gt;
<br>            &lt;param name=&quot;sip-trace&quot; value=&quot;no&quot;/&gt;
<br>            &lt;param name=&quot;sip-capture&quot; value=&quot;yes&quot;/&gt;
<br>            &lt;param name=&quot;capture-server&quot; value=&quot;udp:$${homer_ip}:$${<wbr>homer_port};hep=3;capture_id=<wbr>2001&quot;/&gt;
<br>            &lt;param name=&quot;rfc2833-pt&quot; value=&quot;101&quot;/&gt;
<br>            &lt;!--&lt;param name=&quot;enable-rfc-5626&quot; value=&quot;true&quot;/&gt; --&gt;
<br>             <br>            &lt;param name=&quot;t38-trace&quot; value=&quot;true&quot;/&gt;
<br>            &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;  <br>
<br>            &lt;param name=&quot;context&quot; value=&quot;incoming&quot;/&gt;
<br>
<br>            &lt;param name=&quot;dtmf-duration&quot; value=&quot;2000&quot;/&gt;
<br>            &lt;param name=&quot;codec-prefs&quot; value=&quot;PCMU&quot;/&gt;
<br>            &lt;param name=&quot;disable-hold&quot; value=&quot;true&quot;/&gt;
<br>
<br>            &lt;param name=&quot;rtp-timer-name&quot; value=&quot;soft&quot;/&gt;
<br>            &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;
<br>            &lt;param name=&quot;manage-presence&quot; value=&quot;false&quot;/&gt;
<br>
<br>            &lt;param name=&quot;inbound-codec-<wbr>negotiation&quot; value=&quot;generous&quot;/&gt;
<br>            &lt;param name=&quot;nonce-ttl&quot; value=&quot;60&quot;/&gt;
<br>            &lt;param name=&quot;auth-calls&quot; value=&quot;false&quot;/&gt;
<br>            &lt;param name=&quot;disable-register&quot; value=&quot;true&quot;/&gt;
<br>
<br>            &lt;param name=&quot;inbound-late-<wbr>negotiation&quot; value=&quot;false&quot;/&gt;
<br>            &lt;param name=&quot;inbound-zrtp-passthru&quot; value=&quot;false&quot;/&gt;
<br>
<br>            &lt;param name=&quot;sip-port&quot; value=&quot;5060&quot;/&gt;
<br>            &lt;param name=&quot;rtp-ip&quot; value=&quot;$${sofia_ip}&quot;/&gt;
<br>            &lt;param name=&quot;sip-ip&quot; value=&quot;$${sofia_ip}&quot;/&gt;
<br>            &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${sofia_ip}&quot;/&gt;
<br>            &lt;param name=&quot;ext-sip-ip&quot; value=&quot;$${sofia_ip}&quot;/&gt;
<br>
<br>            &lt;param name=&quot;rtp-timeout-sec&quot; value=&quot;300&quot;/&gt;
<br>            &lt;param name=&quot;rtp-hold-timeout-sec&quot; value=&quot;1800&quot;/&gt;
<br>
<br>            &lt;param name=&quot;tls&quot; value=&quot;false&quot;/&gt;
<br>            &lt;param name=&quot;tls-only&quot; value=&quot;false&quot;/&gt;
<br>            &lt;param name=&quot;tls-bind-params&quot; value=&quot;transport=tls&quot;/&gt;
<br>            &lt;param name=&quot;tls-sip-port&quot; value=&quot;5061&quot;/&gt;
<br>            &lt;!-- Location of the agent.pem and cafile.pem ssl certificates (needed for TLS server) --&gt;
<br>            &lt;param name=&quot;tls-cert-dir&quot; value=&quot;$${base_dir}/conf/ssl&quot;/<wbr>&gt;
<br>            &lt;param name=&quot;tls-passphrase&quot; value=&quot;&quot;/&gt;
<br>            &lt;param name=&quot;tls-verify-date&quot; value=&quot;true&quot;/&gt;
<br>            &lt;!-- set to &#39;in&#39; to only verify incoming connections, &#39;out&#39; to only verify outgoing connections, &#39;all&#39; to verify all connections, also &#39;in_subjects&#39;, &#39;out_subjects&#39; and &#39;all_subjects&#39; for subject validation. Multiple policies can be split with a &#39;|&#39; pipe --&gt;
<br>            &lt;param name=&quot;tls-verify-policy&quot; value=&quot;none&quot;/&gt;
<br>            &lt;param name=&quot;tls-verify-depth&quot; value=&quot;2&quot;/&gt;
<br>            &lt;!-- If the tls-verify-policy is set to subjects_all or subjects_in this sets which subjects are allowed, multiple subjects can be split with a &#39;|&#39; pipe --&gt;
<br>            &lt;param name=&quot;tls-verify-in-subjects&quot; value=&quot;&quot;/&gt;
<br>            &lt;!-- TLS version (&quot;sslv23&quot; (default), &quot;tlsv1&quot;). NOTE: Phones may not work with TLSv1 --&gt;
<br>            &lt;param name=&quot;tls-version&quot; value=&quot;tlsv1&quot;/&gt;
<br>          &lt;/settings&gt;
<br>        &lt;/profile&gt;
<br>  &lt;/profiles&gt;
<br>
<br>&lt;/configuration&gt;<br></span></div><div><br></div><div><br></div><div>Then on the t38_transconde.xml file I have this.</div><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">&lt;include&gt;
</span><br>&lt;context name=&quot;incoming&quot;&gt;
<br>&lt;extension name=&quot;t38_transcode&quot;&gt;
<br><span class="">  &lt;condition field=&quot;destination_number&quot; expresion=&quot;^(\+1|1)?([2-9]\d\<wbr>d[2-9]\d{6})$&quot;&gt;
<br>    &lt;action application=&quot;set&quot; data=&quot;fax_enable_t38=true&quot;/&gt;
<br></span><span class="">    &lt;action application=&quot;set&quot; data=&quot;sip_execute_on_image=<wbr>t38_gateway peer nocng&quot;/&gt;     <br></span>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$1$2@$${<wbr>external_sip_proxy}&quot;/&gt;
<br>  &lt;/condition&gt;
<br>&lt;/extension&gt;
<br>&lt;/context&gt;
<br>&lt;/include&gt;<br></span></div><div><br></div><div><br></div><div>I could see on the /var/log/freeswitch/<wbr>freeswitch.xml.fsxml file that the t38_transcode.xml file its included ... but still get the same error on on the console, so something terrible wrong I&#39;m missing here ... :-(</div><div><br></div><div>Also ... it&#39;s possible to directly send the calls sofia/$1$2@$${external} ? ... I mean, sending the call directly to a URI, with username/password and so on ... instead of having to define a profile for it.</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-05-16 16:13 GMT+01:00 David Villasmil <span dir="ltr">&lt;<a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.<wbr>com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">No, you may be sending it to the right ports, but the profile attached to that port must have the context set to the correct dialplan.<div><br></div><div>I just did exactly what you&#39;re doing and i also got &quot;No Route, Aborting&quot;</div><div><br></div><div>I&#39;ve never seen this type of &quot;dialplan&quot; value, tbh</div><span><div><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:10.4px">&lt;param name=&quot;dialplan&quot; value=&quot;XML:/etc/freeswitch/</span><span style="color:rgb(0,0,0);font-family:monospace;font-size:10.4px">dia<wbr>lplans/t38_transcode.xml&quot;/&gt;</span><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:10.4px"><br></span></div></span><div class="gmail_extra"><br clear="all"><div><div class="m_3301950501809727782m_-7818004681870663459gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Regards,</div><div><br></div>David Villasmil<div>email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.com</a></div><div>phone: <a href="tel:+34%20669%2044%2083%2037" value="+34669448337" target="_blank">+34669448337</a></div></div></div></div><div><div class="m_3301950501809727782h5">
<br><div class="gmail_quote">On Tue, May 16, 2017 at 3:30 PM, Raúl Alexis Betancor Santana <span dir="ltr">&lt;<a href="mailto:rbetancor@gmail.com" target="_blank">rbetancor@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Only one profile defined on the sofia.conf.xml and I&#39;m sending the traffict to the wright ports, if not I whould get the logs on the console, as that are the only ports enabled.</div><div class="m_3301950501809727782m_-7818004681870663459HOEnZb"><div class="m_3301950501809727782m_-7818004681870663459h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-05-16 14:22 GMT+01:00 David Villasmil <span dir="ltr">&lt;<a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.co<wbr>m</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Take a look at your profile, it should be listening on the port you&#39;re sending to, and must have the context parameter set to your dialplan name.<br><div class="gmail_quote"><div><div class="m_3301950501809727782m_-7818004681870663459m_5284936169279541839h5"><div dir="ltr">On Tue, May 16, 2017 at 3:15 PM Raúl Alexis Betancor Santana &lt;<a href="mailto:rbetancor@gmail.com" target="_blank">rbetancor@gmail.com</a>&gt; wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_3301950501809727782m_-7818004681870663459m_5284936169279541839h5"><div dir="ltr"><br><div>Hi all, till now I&#39;m been working with pre-made setup files for FS, and now I&#39;m trying to get a deep knowleadge of how the dialplan works.</div><div><br></div><div>So I modifed my autoload_configs/sofia.conf.xm<wbr>l file and changed my dialplan param to something like this:</div><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">&lt;param name=&quot;dialplan&quot; value=&quot;XML:/etc/freeswitch/dia<wbr>lplans/t38_transcode.xml,inlin<wbr>e:socket:<a href="http://127.0.0.1:8022" target="_blank">127.0.0.1:8022</a> async full&quot;/&gt;</span><br></span></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)"><br></span></span></div><div>The Idea is that it loads another .xml file especific task and also use a dialplan throught a socket to a daemon that handle the rest.</div><div><br></div><div>On my t38_transcode.xml file ... very simple:</div><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">&lt;extension name=&quot;t38_transcode&quot;&gt;</span></span></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)"></span> </span><span style="font-family:monospace"><span style="color:rgb(0,0,0)">&lt;condition field=&quot;sip_h_X-T38-Transcode&quot; expresion=&quot;^True&quot;/&gt;</span><br></span><span style="font-family:monospace"> &lt;condition field=&quot;destination_number&quot; expresion=&quot;^(\+1|1)?([2-9]\d\d<wbr>[2-9]\d{6})$&quot;&gt; </span></div><div><span style="font-family:monospace">    &lt;action application=&quot;set&quot; data=&quot;fax_enable_t38=true&quot;/&gt; </span></div><div><span style="font-family:monospace">   </span><span style="font-family:monospace">&lt;action application=&quot;set&quot; data=&quot;t38_trace=true&quot;/&gt; </span><span style="font-family:monospace"><br>    &lt;action application=&quot;set&quot; data=&quot;sip_execute_on_image=t38<wbr>_gateway peer nocng&quot;/&gt;     <br>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$1$2@prox<wbr>y.server.tld&quot;/&gt;
<br>  &lt;/condition&gt;
<br>&lt;/extension&gt;<br></span></div><div><br></div><div>But If I fire a call to FS like [number]@[FS_IP] from a sip testing client I get</div><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(24,178,24)">[INFO] switch_core_state_machine.c:31<wbr>1 No Route, Aborting</span><br></span></div><div><span style="font-family:monospace"><span style="color:rgb(24,178,24)"><br></span></span></div><div>What I&#39;m doing wrong here?</div><div><br></div><div>My target its just I want to ANY call that came in with a SIP header of X-T39-Transcode=True (market by a sip proxy elsewhere on the net) just do a T38-&gt;Ulaw transcoding saving the T38 trace, so I could inspect it later.</div><div>The rest of calls coming in ... as they don&#39;t have the sip-header should end on other app.</div><div><br></div><div>For doing the testing I disabled the socket_inline part of the dialplan string, so it have only this:</div><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">&lt;param name=&quot;dialplan&quot; value=&quot;XML:/etc/freeswitch/dia<wbr>lplans/t38_transcode.xml&quot;/&gt;</span><br></span></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)"><br></span></span></div><div><div>Did I miss something? ... or maybe missundestood who the xml dialplan works ?</div></div></div></div></div>
______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/free<wbr>switch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></blockquote></div>
<br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/free<wbr>switch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>
</div></div><br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/free<wbr>switch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div></div></div></div><div hspace="streak-pt-mark" style="max-height:1px"><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=aZGF2aWQudmlsbGFzbWlsLndvcmtAZ21haWwuY29t&amp;type=zerocontent&amp;guid=b8c4d520-ede6-4e09-ab03-a911f0befb0f"><font color="#ffffff" size="1">ᐧ</font></div>
<br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>
</div></div><br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>