<div dir="ltr">Hello,<div><br></div><div>Maybe the password is wrong, <b>check the realm you have to use,</b> configure your xlite exactly like fs, that includes realm and domain/proxy.</div><div>Check the user actually exists, and also (again) check HIPATH&#39;s logs, there must be something in the logs as to why it sends a &quot;Not Found&quot;</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 29, 2016 at 11:50 AM, Scholz, Dieter <span dir="ltr">&lt;<a href="mailto:rd-disc@gmx.net" target="_blank">rd-disc@gmx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
thanks for your answer.<br>
<br>
I posted my sofia config in another mail today. I think that my config<br>
matches yours more or less. But when I start freeswitch the status of<br>
the connection is FAIL_WAIT. In the Wireshark log I saw that a REGISTER<br>
is send to the HIPATH but the answer is a 404. Any ideas what to test.<br>
Are there any sophia.conf.xml settings that are important?<br>
<br>
Dieter<br>
<div><div class="h5"><br>
Am 29.09.2016 um 11:31 schrieb David Villasmil:<br>
&gt; this is what my gateway look like:<br>
&gt;<br>
&gt;   &lt;gateways&gt;<br>
&gt;         &lt;gateway name=&quot;whatever&quot;&gt;<br>
&gt;                 &lt;param name=&quot;username&quot; value=&quot;1001&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;realm&quot; value=&quot;THE REALM AGAINST UPON<br>
&gt; WHICH THE HASH WILL BE BUILT&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;password&quot; value=&quot;password&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;extension&quot; value=&quot;auto_to_user&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;proxy&quot; value=&quot;IP ADDRESS OR DOMAIN&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;register-transport&quot; value=&quot;tcp (or udp)&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;retry-seconds&quot; value=&quot;15&quot;/&gt;<br>
&gt;         &lt;/gateway&gt;<br>
&gt;   &lt;/gateways&gt;<br>
&gt;<br>
&gt; This should work... If you get Not Found, try looking at your server&#39;s<br>
&gt; log.<br>
&gt;<br>
&gt; you also should create an outgoing gateway, even if you&#39;re not<br>
&gt; registering, like:<br>
&gt;<br>
&gt; assuming the outgoing gateway will not auth-challenge you:<br>
&gt;<br>
&gt;         &lt;gateway name=&quot;outgoing_gw&quot;&gt;<br>
&gt;                 &lt;param name=&quot;username&quot; value=&quot;none&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;realm&quot; value=&quot;whatever&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;password&quot; value=&quot;none&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;proxy&quot; value=&quot;IP ADDRESS OR DOMAIN&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;register-transport&quot; value=&quot;tcp (or udp)&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;retry-seconds&quot; value=&quot;15&quot;/&gt;<br>
&gt;         &lt;/gateway&gt;<br>
&gt;<br>
&gt; Adding it to the external is a good idea, so the final config will be:<br>
&gt;<br>
&gt;<br>
&gt;   &lt;gateways&gt;<br>
&gt;<br>
&gt;         &lt;gateway name=&quot;whatever&quot;&gt;<br>
&gt;                 &lt;param name=&quot;username&quot; value=&quot;1001&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;realm&quot; value=&quot;THE REALM AGAINST UPON<br>
&gt; WHICH THE HASH WILL BE BUILT&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;password&quot; value=&quot;password&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;extension&quot; value=&quot;auto_to_user&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;proxy&quot; value=&quot;IP ADDRESS OR DOMAIN&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;register-transport&quot; value=&quot;tcp (or udp)&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;retry-seconds&quot; value=&quot;15&quot;/&gt;<br>
&gt;         &lt;/gateway&gt;<br>
&gt;<br>
&gt;         &lt;gateway name=&quot;outgoing_gw&quot;&gt;<br>
&gt;                 &lt;param name=&quot;username&quot;<br>
&gt; value=&quot;does_not_matter_will_<wbr>not_be used_but_must_be_set&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;realm&quot; value=&quot;SAME AS PROXY&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;password&quot;<br>
&gt; value=&quot;does_not_matter_will_<wbr>not_be used_but_must_be_set&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;proxy&quot; value=&quot;IP ADDRESS OR DOMAIN&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;register-transport&quot; value=&quot;tcp (or udp)&quot;/&gt;<br>
&gt;                 &lt;param name=&quot;retry-seconds&quot; value=&quot;15&quot;/&gt;<br>
&gt;         &lt;/gateway&gt;<br>
&gt;<br>
&gt;   &lt;/gateways&gt;<br>
&gt;<br>
&gt;<br>
&gt; Once this is working and you see it REGED, calls will be coming in (as<br>
&gt; per &quot;context&quot;) on the public dialplan... the you just need to bridge<br>
&gt; it like:<br>
&gt;<br>
&gt; &lt;extension name=&quot;forward call&quot;&gt;<br>
&gt; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(whatever your<br>
&gt; regexp is)$&quot;&gt;<br>
&gt; &lt;action application=&quot;info&quot;/&gt;<br>
&gt; &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/outgoing_<wbr>gw/$1&quot;/&gt;<br>
&gt; &lt;action application=&quot;hangup&quot;/&gt;<br>
&gt; &lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; I hope I was able to help..<br>
&gt;<br>
&gt; Enjoy freeSWITCH, it&#39;s fantastic!<br>
&gt;<br>
&gt; David<br>
&gt;<br>
&gt; On Thu, Sep 29, 2016 at 9:40 AM, Scholz, Dieter &lt;<a href="mailto:rd-disc@gmx.net">rd-disc@gmx.net</a><br>
</div></div><span class="">&gt; &lt;mailto:<a href="mailto:rd-disc@gmx.net">rd-disc@gmx.net</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Hello,<br>
&gt;<br>
&gt;     thanks for your comment. The URL you mentioned will be helpful, when I<br>
&gt;     reach the dialplan stage.<br>
&gt;<br>
&gt;     But at the moment I have problems connecting to the HIPATH maschine. I<br>
&gt;     gave some more details in another post.<br>
&gt;<br>
&gt;     Dieter<br>
&gt;<br>
&gt;<br>
&gt;     Am 28.09.2016 um 17:25 schrieb Stanislav Sinyagin:<br>
&gt;     &gt; you need to create one more gateway that will communicate to<br>
&gt;     your SIP<br>
&gt;     &gt; provider. This gateway can be configured with username and<br>
&gt;     password if<br>
&gt;     &gt; the ITSP requires authentication.<br>
&gt;     &gt;<br>
&gt;     &gt; Then, you will need to create the dialplan that accepts calls from<br>
&gt;     &gt; each of these gateways and routes them to the other gateway.<br>
&gt;     &gt;<br>
&gt;     &gt; It&#39;s quite trivial once you figure out how SIP profiles and dialplan<br>
&gt;     &gt; contexts work together.<br>
&gt;     &gt;<br>
&gt;     &gt; Hopefully this will provide you some hints:<br>
&gt;     &gt;<br>
&gt;     <a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+PBX+Example" rel="noreferrer" target="_blank">https://freeswitch.org/<wbr>confluence/display/FREESWITCH/<wbr>FreeSWITCH+PBX+Example</a><br>
&gt;     &lt;<a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+PBX+Example" rel="noreferrer" target="_blank">https://freeswitch.org/<wbr>confluence/display/FREESWITCH/<wbr>FreeSWITCH+PBX+Example</a>&gt;<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; On Wed, Sep 28, 2016 at 2:22 PM, Scholz, Dieter &lt;<a href="mailto:rd-disc@gmx.net">rd-disc@gmx.net</a><br>
</span><div><div class="h5">&gt;     &lt;mailto:<a href="mailto:rd-disc@gmx.net">rd-disc@gmx.net</a>&gt;&gt; wrote:<br>
&gt;     &gt;&gt; Hello,<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; this is my problem:<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; I would like to use Freeswitch as a gateway between our Hipath<br>
&gt;     PBX and<br>
&gt;     &gt;&gt; an external SIP provider.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; For that I created a Hipath SIP account that is working (tested<br>
&gt;     with<br>
&gt;     &gt;&gt; X-lite). Now I would like to let Freeswitch act as a client<br>
&gt;     using this<br>
&gt;     &gt;&gt; SIP account. Whenever there is an incoming call Freeswitch<br>
&gt;     should act on<br>
&gt;     &gt;&gt; it and forward this call to an external SIP provider.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Is this possible? Does that make sense? Are there alternatives?<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; At the moment I&#39;m stuck to configure Freeswitch as a client. I<br>
&gt;     added the<br>
&gt;     &gt;&gt; Hipath SIP account as a gateway. When I compare the SIP traffic of<br>
&gt;     &gt;&gt; X-lite and Freeswitch using Wireshark I found out that<br>
&gt;     Freeswitch dows<br>
&gt;     &gt;&gt; not offer the &#39;Subscribe&#39; option. Is this the reason why it fails?<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Can you help me?<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Thanks in advance.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Dieter<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt;<br>
&gt;     ______________________________<wbr>______________________________<wbr>_____________<br>
&gt;     &gt;&gt; Professional FreeSWITCH Consulting Services:<br>
</div></div>&gt;     &gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.<wbr>org</a>&gt;<br>
&gt;     &gt;&gt; <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<span class="">&gt;     &lt;<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a>&gt;<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Official FreeSWITCH Sites<br>
&gt;     &gt;&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</span>&gt;     &gt;&gt; <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a> &lt;<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a>&gt;<br>
<span class="">&gt;     &gt;&gt; <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;     &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
</span>&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@<wbr>lists.freeswitch.org</a>&gt;<br>
&gt;     &gt;&gt; <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>
<span class="">&gt;     &lt;<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>&gt;<br>
&gt;     &gt;&gt;<br>
&gt;     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>
&gt;     &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/options/freeswitch-<wbr>users</a>&gt;<br>
&gt;     &gt;&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;     &gt;<br>
&gt;     ______________________________<wbr>______________________________<wbr>_____________<br>
&gt;     &gt; Professional FreeSWITCH Consulting Services:<br>
</span>&gt;     &gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.<wbr>org</a>&gt;<br>
&gt;     &gt; <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<span class="">&gt;     &lt;<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a>&gt;<br>
&gt;     &gt;<br>
&gt;     &gt; Official FreeSWITCH Sites<br>
&gt;     &gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</span>&gt;     &gt; <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a> &lt;<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a>&gt;<br>
<span class="">&gt;     &gt; <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;     &gt;<br>
&gt;     &gt; FreeSWITCH-users mailing list<br>
&gt;     &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
</span>&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@<wbr>lists.freeswitch.org</a>&gt;<br>
&gt;     &gt; <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>
<span class="">&gt;     &lt;<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>&gt;<br>
&gt;     &gt;<br>
&gt;     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>
&gt;     &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/options/freeswitch-<wbr>users</a>&gt;<br>
&gt;     &gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;     ______________________________<wbr>______________________________<wbr>_____________<br>
&gt;     Professional FreeSWITCH Consulting Services:<br>
</span>&gt;     <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.<wbr>org</a>&gt;<br>
&gt;     <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<span class="">&gt;     &lt;<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a>&gt;<br>
&gt;<br>
&gt;     Official FreeSWITCH Sites<br>
&gt;     <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</span>&gt;     <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a> &lt;<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a>&gt;<br>
<span class="">&gt;     <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt;     FreeSWITCH-users mailing list<br>
&gt;     <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
</span>&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@<wbr>lists.freeswitch.org</a>&gt;<br>
&gt;     <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>
<div class="HOEnZb"><div class="h5">&gt;     &lt;<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>&gt;<br>
&gt;     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>
&gt;     &lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/options/freeswitch-<wbr>users</a>&gt;<br>
&gt;     <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>______________________________<wbr>_____________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
&gt; <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
&gt; <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>
&gt; 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>
&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br>
<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>
</div></div></blockquote></div><br></div>