<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hello<br>
I personalty enjoy fusionpbx, but i don't feel confortable with
xml_handler because xml configurations files are easier to
understand. I think you may disable xml_handler and try to
understand auto generated xml config files<br>
<br>
First go to FREESWITCH_CONDIR/autoload_configs/lua.conf.xml <br>
<br>
<pre class="code"> <param name="xml-<span class="search_hit">handler</span>-script" value="app.lua xml_<span class="search_hit">handler</span>"/>
<param name="xml-<span class="search_hit">handler</span>-bindings" value="directory"/>
remove some bindings, freeswitch will try to read xml files, not the database. In my case, i only want xml_handler for my directory
</pre>
Then, tel to fusionpbx to write xml files<br>
Using web gui, do to Advanced > Default seetings<br>
<br>
Move to "switch" and enable some subcategories like dialplan,
sip_profiles ...<br>
if a subcategory is disabled, fusionpbx will not write xml files.<br>
<br>
On 18/10/2016 22:16, Tanner Kerr wrote:<br>
</div>
<blockquote
cite="mid:CAMRsaUp7XsGUddFHMTAtHy5yAuAD8XLmJu-o5F0b8a026=F-bA@mail.gmail.com"
type="cite">
<div dir="ltr">fs_cli should work with the fusionpbx install, also
config_dir will most likely only contain config.lua and
config.php which you don't need to worry about too much.
<div>when you do a global_getvar it will read from
/usr/local/freeswitch/conf/vars.xml which I believe is
populated by the database. I would recommend changing the
configuration info in the gui because otherwise it's a little
hard to keep track of the data flow in the backend of a
fusionpbx/freeswitch instance. </div>
<div><br>
</div>
<div>I'm with Giovanni on that, if your goal is to solely learn
freeswitch, I would recommend setting up a vanilla freeswitch
server.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Oct 18, 2016 at 1:04 PM,
Giovanni Maruzzelli <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:gmaruzz@gmail.com"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a></a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<div class="gmail_quote"><span class="">On 18 October
2016 at 21:16, Valter Nogueira <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:valter@fastway.com.br"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:valter@fastway.com.br">valter@fastway.com.br</a></a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px
0px 0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>Thank you. <br>
<br>
My goal is learn how FS works and how can I
check its configuration using fs_cli and
config_dir.<br>
<br>
</div>
</div>
</blockquote>
<div><br>
</div>
</span>
<div>Hello Valter,<br>
<br>
</div>
<div>if you want to learn how FS works and how you can
check its configuration using fs_cli and config_dir
then you need to use FS directly, without gui.<br>
<br>
</div>
<div>Go to <a moz-do-not-send="true"
href="http://freeswitch.org/confluence"
target="_blank">http://freeswitch.org/confluen<wbr>ce</a>
and start from there, you will find full docs about
it all (install and usage), then if you want you can
read the books from packtpub, ask here in mailing
list, or in IRC channel #freeswitch<br>
</div>
<div><br>
</div>
<div>-giovanni<br>
</div>
<div>
<div class="h5">
<div> </div>
<blockquote class="gmail_quote" style="margin:0px
0px 0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">I will check mod_lua docs and I
will get in touch with fusionpbx people.<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div
class="m_-6565553131154048789m_1837360640729387676gmail-m_6499120092912580039gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div><br>
<br>
</div>
<div>Atenciosamente,<br>
<br>
<img
moz-do-not-send="true"><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div
class="m_-6565553131154048789m_1837360640729387676gmail-h5">
<br>
<div class="gmail_quote">2016-10-18 16:44
GMT-02:00 Giovanni Maruzzelli <span
dir="ltr"><<a
moz-do-not-send="true"
href="mailto:gmaruzz@gmail.com"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a></a>></span>:<br>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<p dir="ltr">FusionPBX is a web gui
for managing a FreeSWITCH based PBX.</p>
<p dir="ltr">FusionPBX gets its
settings dynamically from database
(postgresql by default) via a lua
xml handler (eg, check mod_lua docs,
and mod_xml_curl docs).</p>
<p dir="ltr">You can get more details
from the website <a
moz-do-not-send="true"
href="http://www.fusionpbx.com"
target="_blank"><a class="moz-txt-link-abbreviated" href="http://www.fusionpbx.com">www.fusionpbx.com</a></a>
and you can ask question in the IRC
channel #fusionpbx </p>
<p dir="ltr">I would suggest you read
the docs from website, then install,
test, then ask questions in IRC
channel.</p>
<p dir="ltr">This mailing list is
about FreeSWITCH (the underlying
server) not about FusionPBX.</p>
<p dir="ltr">sent from mobile<br>
cell: +39 347 266 56 18<br>
Giovanni Maruzzelli<br>
OpenTelecom.IT</p>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Oct 18,
2016 7:39 PM, "Tanner Kerr" <<a
moz-do-not-send="true"
href="mailto:tanner@itel.com"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:tanner@itel.com">tanner@itel.com</a></a>>
wrote:<br type="attribution">
<blockquote class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">Fusionpbx sets
most xml configs to noload. I
believe it stores all
freeswitch configuration data
in sqlite by default, that
data is then loaded into a
master xml file and that's
what freeswitch uses. </div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On
Tue, Oct 18, 2016 at 10:24
AM, Valter Nogueira <span
dir="ltr"><<a
moz-do-not-send="true"
href="mailto:valter@fastway.com.br"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:valter@fastway.com.br">valter@fastway.com.br</a></a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0px 0px 0px
0.8ex;border-left:1px
solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>
<div>
<div>
<div>Sorry if it
is OT.<br>
<br>
</div>
I am trying to
figure out how
fusionpbx stores
freeswitch
configuration.<br>
<br>
</div>
freeswitch
global_getvar
conf_dir shows
/etc/freeswitch<br>
<br>
</div>
But when I look at
/etc/freeswitch/sip_profiles/e<wbr>xternal,
I don't see any
gateway declared,
altough when I do:<br>
<br>
sofia status<br>
<br>
</div>
I get:<br>
<div><br>
Name Type
<wbr>
Data State<br>
==============================<wbr>==============================<wbr>==============================<wbr>=======<br>
external-ipv6
profile
sip:mod_sofia@[::1]:5080
RUNNING (0)<br>
external profile
<a
moz-do-not-send="true"
href="http://sip:mod_sofia@192.168.2.13:5080" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:sip:mod_sofia@192.168.2.13:508">sip:mod_sofia@192.168.2.13:508</a><wbr>0</a>
RUNNING (0)<br>
external::d7369e36-c636-483c-b<wbr>50b-177cef15caf9 gateway
<a
moz-do-not-send="true" href="mailto:sip%3A50000@192.168.2.108"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:sip:50000@192.168.2.108">sip:50000@192.168.2.108</a></a>
REGED<br>
internal-ipv6
profile
sip:mod_sofia@[::1]:5060
RUNNING (0)<br>
internal profile
<a
moz-do-not-send="true"
href="http://sip:mod_sofia@192.168.2.13:5060" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:sip:mod_sofia@192.168.2.13:506">sip:mod_sofia@192.168.2.13:506</a><wbr>0</a>
RUNNING (0)<br>
==============================<wbr>==============================<wbr>==============================<wbr>=======<br>
<br clear="all">
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div
class="m_-6565553131154048789m_1837360640729387676gmail-m_6499120092912580039m_447203074175944949m_-206764773964827794m_-4747851180678827221gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>So, where
is
external::d7369e36-c636-483c-b<wbr>50b-177cef15caf9
gateway
declared?<br>
<br>
</div>
<div>I thought
it could be
via
mod_xml_curl,
but there is
no config for
it in
autoload_configs.<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Regards,<br>
</div>
<div><br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH
Consulting Services:<br>
<a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com" rel="noreferrer"
target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a moz-do-not-send="true"
href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing
list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a moz-do-not-send="true"
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
moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
rel="noreferrer"
target="_blank"><a class="moz-txt-link-freetext" href="http://lists.frees">http://lists.frees</a><wbr>witch.org/mailman/options/free<wbr>switch-users</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div
class="m_-6565553131154048789m_1837360640729387676gmail-m_6499120092912580039m_447203074175944949m_-206764773964827794gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div
style="font-size:12.8px"><b
style="font-size:12.8px">Tanner Kerr</b><span
style="font-size:12.8px;color:rgb(136,136,136)"><span
style="font-family:arial,sans-serif;color:rgb(102,102,102)"> </span></span><span
style="font-size:12.8px;font-family:arial,sans-serif;color:rgb(102,102,102)"></span><span
style="font-size:12.8px;color:rgb(136,136,136)">|</span><span
style="font-size:12.8px;color:rgb(136,136,136)"><span
style="font-family:arial,sans-serif;color:rgb(0,204,204)"> </span></span><span
style="color:rgb(102,102,102);font-family:arial,sans-serif;font-size:12.8px">Developer
</span><span
style="font-size:12.8px;color:rgb(102,102,102);font-family:arial,sans-serif">| </span><b
style="font-size:small"><a moz-do-not-send="true"
href="http://www.itel.com/"
style="color:rgb(17,85,204);font-family:arial,sans-serif;font-size:12.8px"
target="_blank">iTel.com</a><span
style="color:rgb(102,102,102);font-family:arial,sans-serif;font-size:12.8px"> </span></b></div>
<div
style="font-size:12.8px"><b><font
size="2"><a
moz-do-not-send="true"
href="tel:1.888.899.4835" value="+18888994835"
style="color:rgb(17,85,204)"
target="_blank">1.888.899.4835</a> </font></b><font
style="font-size:12.8px">(ext:1027)</font></div>
<div
style="font-size:12.8px"><font
style="font-size:12.8px"><img moz-do-not-send="true"
style="font-size:12.8px"><br>
</font></div>
</div>
</div>
</div>
</div>
</div>
<br>
______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH
Consulting Services:<br>
<a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org"
target="_blank">consulting@freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com"
rel="noreferrer"
target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org"
rel="noreferrer"
target="_blank">http://www.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://confluence.freeswitch.org"
rel="noreferrer"
target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a moz-do-not-send="true"
href="http://www.cluecon.com"
rel="noreferrer"
target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org"
target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a moz-do-not-send="true"
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
moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
rel="noreferrer"
target="_blank"><a class="moz-txt-link-freetext" href="http://lists.frees">http://lists.frees</a><wbr>witch.org/mailman/options/free<wbr>switch-users</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org"
rel="noreferrer"
target="_blank">http://www.freeswitch.org</a><br>
</blockquote>
</div>
</div>
<br>
______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting
Services:<br>
<a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org"
target="_blank">consulting@freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com"
rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://confluence.freeswitch.org"
rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a moz-do-not-send="true"
href="http://www.cluecon.com"
rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org"
target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:consulting@freeswitch.org"
target="_blank">consulting@freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com"
rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a moz-do-not-send="true"
href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://confluence.freeswitch.org"
rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
<a moz-do-not-send="true"
href="http://www.cluecon.com" rel="noreferrer"
target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org"
target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
<a moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote>
</div>
</div>
</div>
<span class="HOEnZb"><font color="#888888"><br>
<br clear="all">
<br>
-- <br>
<div class="m_-6565553131154048789gmail_signature"
data-smartmail="gmail_signature">Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : <a moz-do-not-send="true"
href="tel:%2B39-347-2665618"
value="+393472665618" target="_blank">+39-347-2665618</a><br>
</div>
</font></span></div>
</div>
<br>
______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com" rel="noreferrer"
target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a moz-do-not-send="true" href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a moz-do-not-send="true"
href="http://confluence.freeswitch.org" rel="noreferrer"
target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
<a moz-do-not-send="true" href="http://www.cluecon.com"
rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
<a moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true" href="http://www.freeswitch.org"
rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div style="font-size:12.8px"><b
style="font-size:12.8px">Tanner Kerr</b><span
style="font-size:12.8px;color:rgb(136,136,136)"><span
style="font-family:Arial,sans-serif;color:rgb(102,102,102)"> </span></span><span
style="font-size:12.8px;font-family:Arial,sans-serif;color:rgb(102,102,102)"></span><span
style="font-size:12.8px;color:rgb(136,136,136)">|</span><span
style="font-size:12.8px;color:rgb(136,136,136)"><span
style="font-family:Arial,sans-serif;color:rgb(0,204,204)"> </span></span><span
style="color:rgb(102,102,102);font-family:Arial,sans-serif;font-size:12.8px">Developer
</span><span
style="font-size:12.8px;color:rgb(102,102,102);font-family:Arial,sans-serif">| </span><b
style="font-size:small"><a moz-do-not-send="true"
href="http://www.itel.com/"
style="color:rgb(17,85,204);font-family:Arial,sans-serif;font-size:12.8px"
target="_blank">iTel.com</a><span
style="color:rgb(102,102,102);font-family:Arial,sans-serif;font-size:12.8px"> </span></b></div>
<div style="font-size:12.8px"><b><font size="2"><a
moz-do-not-send="true" href="tel:1.888.899.4835"
value="+18888994835"
style="color:rgb(17,85,204)" target="_blank">1.888.899.4835</a> </font></b><font
style="font-size:12.8px">(ext:1027)</font></div>
<div style="font-size:12.8px"><font
style="font-size:12.8px"><img moz-do-not-send="true"
src="http://itel.com/itel-logo-sig-325.png"
style="font-size:12.8px"><br>
</font></div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>
Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>
FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
</blockquote>
<p><br>
</p>
</body>
</html>