Can you post the entire file that is being sent to FS? It&#39;s almost certainly a syntax problem.<br><br>Your mod_xml_curl config is fine. &quot;configuration&quot; is all you need. However you should know that after mod_xml_curl loads *all* attempts to read a config file will go to that URL. You can&#39;t make it specific to a single config file. The request contains parameters that tell your script which config file it&#39;s looking for.<br>

<br>You would be best off serving all of your configuration through mod_xml_curl, except some of the more essential modules such as mod_logfile, mod_event_socket etc.<br><br>-Steve<br><br><br><br><div class="gmail_quote">

On 21 February 2011 16:44, David Villasmil <span dir="ltr">&lt;<a href="mailto:david.villasmil.work@gmail.com">david.villasmil.work@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hello,<br>
<br>
I changed sofia.conf.xml to:<br>
<br>
&lt;configuration name=&quot;sofia.conf&quot; description=&quot;sofia Endpoint&quot;&gt;<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;/configuration&gt;<br>
<br>
it seems to load now, but it doesn&#39;t load any profiles from the curl<br>
server, this is my xml_curl:<br>
<div class="im"><br>
&lt;configuration name=&quot;xml_curl.conf&quot; description=&quot;cURL XML Gateway&quot;&gt;<br>
  &lt;bindings&gt;<br>
    &lt;binding name=&quot;sofia&quot;&gt;<br>
</div>      &lt;param name=&quot;gateway-url&quot;<br>
value=&quot;<a href="http://93.90.20.99/fsxml/gateways.php" target="_blank">http://93.90.20.99/fsxml/gateways.php</a>&quot;<br>
bindings=&quot;configuration&quot;/&gt; --&gt;<br>
    &lt;/binding&gt;<br>
  &lt;/bindings&gt;<br>
&lt;/configuration&gt;<br>
<br>
<br>
I don&#39;t what binding name and bindings should be to load the rest of<br>
sofia from the curl server...<br>
<br>
<br>
any help?<br>
<br>
Thanks!<br>
<br>
<br>
David<br>
<br>
<br>
<br>
On Mon, Feb 21, 2011 at 5:19 PM, David Villasmil<br>
<div><div></div><div class="h5">&lt;<a href="mailto:david.villasmil.work@gmail.com">david.villasmil.work@gmail.com</a>&gt; wrote:<br>
&gt; Yeah, that&#39;s what i was trying, but now sofia is not starting...<br>
&gt;<br>
&gt; could it be my xml_curl is wrong? here it is:<br>
&gt;<br>
&gt; trying to load all sofia config:<br>
&gt;<br>
&gt; &lt;configuration name=&quot;xml_curl.conf&quot; description=&quot;cURL XML Gateway&quot;&gt;<br>
&gt;  &lt;bindings&gt;<br>
&gt;    &lt;binding name=&quot;sofia.conf&quot;&gt;<br>
&gt;      &lt;param name=&quot;gateway-url&quot;<br>
&gt; value=&quot;<a href="http://server_ip/fsxml/gateways.php" target="_blank">http://server_ip/fsxml/gateways.php</a>&quot; bindings=&quot;sofia.conf&quot;/&gt;<br>
&gt; --&gt;<br>
&gt;    &lt;/binding&gt;<br>
&gt;  &lt;/bindings&gt;<br>
&gt; &lt;/configuration&gt;<br>
&gt;<br>
&gt; this: <a href="http://server_ip/fsxml/gateways.php" target="_blank">http://server_ip/fsxml/gateways.php</a> returns all the sofia<br>
&gt; config, and it is ok because I copied the result into sofia.conf.xml<br>
&gt; and it starts prefectly...<br>
&gt;<br>
&gt; is my &quot;bindings&quot; ok? I&#39;ve tried: sofia.conf.xml, sofia.conf and<br>
&gt; sofia... none seems to load it, i always get:<br>
&gt;<br>
&gt; 2011-02-21 17:08:58.277368 [ERR] sofia.c:2646 Open of sofia.conf failed<br>
&gt; 2011-02-21 17:08:58.277757 [CRIT] switch_loadable_module.c:882 Error<br>
&gt; Loading module /usr/local/freeswitch/mod/mod_sofia.so<br>
&gt; **Module load routine returned an error**<br>
&gt;<br>
&gt; I removed the sofia.conf.xml from the autoload_configs... not sure<br>
&gt; whether i should leave it or what...<br>
&gt;<br>
&gt; David<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Feb 21, 2011 at 5:07 PM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Try (re)including the entire profile config. FS might be ignoring it because<br>
&gt;&gt; of the missing profile params.<br>
&gt;&gt;<br>
&gt;&gt; -Steve<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 21 February 2011 15:56, David Villasmil &lt;<a href="mailto:david.villasmil.work@gmail.com">david.villasmil.work@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks Steven,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt; If you load the profile statically at start and rescan later from<br>
&gt;&gt;&gt; &gt; mod_xml_curl, it should add any missing gateways at that time.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Doesn&#39;t do it though... that&#39;s why i was wondering if I had something<br>
&gt;&gt;&gt; wrong in my gateways section. I just posted my config in thi email<br>
&gt;&gt;&gt; thread before this email. Hope you see something wrong with it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; David<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Mon, Feb 21, 2011 at 4:52 PM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; As Brian said, &quot;sofia profile xxx killgw xxx&quot; - you have to do them one<br>
&gt;&gt;&gt; &gt; at a<br>
&gt;&gt;&gt; &gt; time.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; If you load the profile statically at start and rescan later from<br>
&gt;&gt;&gt; &gt; mod_xml_curl, it should add any missing gateways at that time.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; -Steve<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On 21 February 2011 15:40, David Villasmil<br>
&gt;&gt;&gt; &gt; &lt;<a href="mailto:david.villasmil.work@gmail.com">david.villasmil.work@gmail.com</a>&gt;<br>
&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Thanks Steven,<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; The sofia profile loads statically. Only the gateway part is passed<br>
&gt;&gt;&gt; &gt;&gt; via curl, as I only want to load that dynamically.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; I see no errors anywhere:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt;  sofia profile external rescan<br>
&gt;&gt;&gt; &gt;&gt; +OK scan complete<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; freeswitch@internal&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; HOw do i remove all gateways before rescanning them?<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Thanks<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; David<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; On Mon, Feb 21, 2011 at 4:09 PM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt;<br>
&gt;&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt; &gt; &quot;sofia status&quot; will show you which profiles &amp; gateways are defined.<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Are there any errors in FreeSWITCH&#39;s logfile when the XML is loaded?<br>
&gt;&gt;&gt; &gt;&gt; &gt; Perhaps<br>
&gt;&gt;&gt; &gt;&gt; &gt; there&#39;s an XML parsing error, or some other error which gets logged.<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Gateways are only loaded when you load the configuration (when<br>
&gt;&gt;&gt; &gt;&gt; &gt; mod_sofia<br>
&gt;&gt;&gt; &gt;&gt; &gt; loads, or on sofia profile name rescan). Existing gateways must be<br>
&gt;&gt;&gt; &gt;&gt; &gt; deleted<br>
&gt;&gt;&gt; &gt;&gt; &gt; and then rescanned to pick up configuration changes. Did you do that<br>
&gt;&gt;&gt; &gt;&gt; &gt; after<br>
&gt;&gt;&gt; &gt;&gt; &gt; making the changes?<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; The gateway XML looks ok and I can confirm you can serve the config<br>
&gt;&gt;&gt; &gt;&gt; &gt; via<br>
&gt;&gt;&gt; &gt;&gt; &gt; mod_xml_curl (I do). Your profile looks incomplete though, for<br>
&gt;&gt;&gt; &gt;&gt; &gt; instance<br>
&gt;&gt;&gt; &gt;&gt; &gt; there&#39;s no sip-ip to bind to. Did you remove the profile params when<br>
&gt;&gt;&gt; &gt;&gt; &gt; posting<br>
&gt;&gt;&gt; &gt;&gt; &gt; to the list, or is that your entire profile?<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Regards,<br>
&gt;&gt;&gt; &gt;&gt; &gt; -Steve<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; On 21 February 2011 14:47, David Villasmil<br>
&gt;&gt;&gt; &gt;&gt; &gt; &lt;<a href="mailto:david.villasmil.work@gmail.com">david.villasmil.work@gmail.com</a>&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; Hello All,<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; I&#39;m trying to have my gateways defined dynamically with xml_curl.<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; According to the logs, the xml is requested and relivered to fs but<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; fs<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; doesn&#39;t seem to load it as i&#39;m getting &quot;invalid gateway&quot; when i try<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; to<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; use them.<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; this is my <a href="http://curl-gateway/gateways.php" target="_blank">http://curl-gateway/gateways.php</a> file:<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; &lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;     &lt;configuration name=&quot;sofia.conf&quot; description=&quot;Gateways<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; configuration&quot;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;          &lt;profile name=&quot;external&quot;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                 &lt;!--<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files" target="_blank">http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files</a> --&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                 &lt;!-- This profile is only for outbound registrations<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; to providers --&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                 &lt;gateways&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                    &lt;gateway name=&quot;gw_1&quot;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;realm&quot; value=&quot;<a href="http://1.2.3.4:5060" target="_blank">1.2.3.4:5060</a>&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;username&quot; value=&quot;foo&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;password&quot; value=&quot;1234&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;retry-seconds&quot; value=&quot;30&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                    &lt;/gateway&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                    &lt;gateway name=&quot;gw_2&quot;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;realm&quot; value=&quot;<a href="http://3.4.5.6:5060" target="_blank">3.4.5.6:5060</a>&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;username&quot; value=&quot;foo&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;password&quot; value=&quot;pass&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                         &lt;param name=&quot;retry-seconds&quot; value=&quot;30&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                    &lt;/gateway&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;                 &lt;/gateways&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;          &lt;/profile&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;     &lt;/configuration&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; &lt;/document&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; and i get:<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; freeswitch@internal&gt; sofia xmlstatus gateway gw_1<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; Invalid Gateway!<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; Is my file correct?<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; It is not possible to find xml_curl gateways samples anywhere.<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; Thanks<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; David<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<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.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
<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>
</div></div></blockquote></div><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">

</div>