That is a browsable interface to the repository that coincidentally runs on the same domain name.<div><br></div><div>The git checkouts are done via the git protocol not http:</div><div><a href="http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#Recommended:_Git">http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#Recommended:_Git</a></div>
<div><br></div><div>The advice if the git port is blocked by your firewall/proxy is to checkout from the github mirror over https:</div><div><a href="http://wiki.freeswitch.org/wiki/Git_Tips#Git_https_via_github_and_behind_proxy">http://wiki.freeswitch.org/wiki/Git_Tips#Git_https_via_github_and_behind_proxy</a></div>
<div><br></div><div>-Steve</div><div><br></div><div><br><br><div class="gmail_quote">On 6 February 2013 14:01, Carlo Dimaggio <span dir="ltr"><<a href="mailto:jaasmailing@gmail.com" target="_blank">jaasmailing@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>No, if you go to
<a href="http://git.freeswitch.org/git/freeswitch/" target="_blank">http://git.freeswitch.org/git/freeswitch/</a>, you can verify it is
possible to connect through http.<br>
<br>
I think there is a problem in the server...<br>
<br>
Carlo<br>
<br>
p.s. I have no outside access <tt>to git port.</tt><br>
<br>
<br>
Il 06/02/13 14.40, Steven Ayre ha scritto:<br>
</div><div><div class="h5">
<blockquote type="cite">It's git:// not <a>http://</a>
<div><br>
</div>
<div>-Steve</div>
<div><br>
<div><br>
<div class="gmail_quote">On 6 February 2013 13:09, Carlo
Dimaggio <span dir="ltr"><<a href="mailto:jaasmailing@gmail.com" target="_blank">jaasmailing@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>I'm triying to download the latest git (as I
usually do) but I have this error... do you know what
could be the problem?<br>
<br>
<br>
<14>:git clone <a href="http://git.freeswitch.org/freeswitch.git" target="_blank">http://git.freeswitch.org/freeswitch.git</a><br>
Initialized empty Git repository in
/usr/src/freeswitch/.git/<br>
error: The requested URL returned error: 500 while
accessing <a href="http://git.freeswitch.org/freeswitch.git/info/refs" target="_blank">http://git.freeswitch.org/freeswitch.git/info/refs</a><br>
<br>
fatal: HTTP request failed<br>
<br>
<br>
<br>
<br>
<br>
Il 06/02/13 10.40, Steven Ayre ha scritto:<br>
</div>
<div>
<div>
<blockquote type="cite">Hi Carlo,
<div><br>
</div>
<div>It was a bug in FS which has been fixed in
the master branch (1.3). Try upgrading to verify
that fixes your error. At some point that'll
trickle down into the v1.2.stable branch too.</div>
<div> <br>
</div>
<div>-Steve</div>
<div><br>
</div>
<div><br>
<br>
<div class="gmail_quote">On 6 February 2013
08:47, Carlo Dimaggio <span dir="ltr"><<a href="mailto:jaasmailing@gmail.com" target="_blank">jaasmailing@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>I have the same behaviour.<br>
Without prefix it works, while with
sqlite:///<file> the error is: <br>
<br>
2013-02-06 09:46:29.169603 [ERR]
switch_odbc.c:365 STATE: IM002 CODE 0
ERROR: [unixODBC][Driver Manager]Data
source name not found, and no default
driver specified<br>
<br>
2013-02-06 09:46:29.169603 [CRIT]
switch_core_sqldb.c:504 Failure to
connect to PGSQL sqlite!<br>
2013-02-06 09:46:29.169603 [ERR]
freeswitch_lua.cpp:354 Connection
failed. DBH NOT Connected.<br>
<br>
<br>
Regards,<br>
<br>
Il 05/02/13 17.42, Steven Ayre ha
scritto:<br>
</div>
<div>
<div>
<blockquote type="cite">
<div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">FAIL
=> "sqlite:///tmp/test.db"
(this one should work)</span></blockquote>
<div><br>
</div>
What error does this give?</div>
<div><br>
</div>
<div><br>
<div class="gmail_quote">On 5
February 2013 16:31, François
Delawarde <span dir="ltr"><<a href="mailto:fdelawarde@wirelessmundi.com" target="_blank">fdelawarde@wirelessmundi.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm on
HEAD, but I must be doing
something wrong, there is no
apparent<br>
reason from the code.<br>
<div>
<div><br>
On Tue, 2013-02-05 at
16:05 +0000, Steven Ayre
wrote:<br>
> Honestly, I only use
ODBC... Maybe someone else
can shed some light?<br>
><br>
> What version are you
using?<br>
><br>
> Steve<br>
><br>
><br>
><br>
> On 5 Feb 2013, at
15:42, François Delawarde
<<a href="mailto:fdelawarde@wirelessmundi.com" target="_blank">fdelawarde@wirelessmundi.com</a>>
wrote:<br>
><br>
> > Steven, does
"sqlite://" prefix work
for you? Not sure if it's
a bug or<br>
> > I'm doing
something wrong. I tried
the following from lua
dbh:<br>
> ><br>
> > FAIL =>
"sqlite:///tmp/test.db"
(this one should work)<br>
> > FAIL =>
"sqlite://tmp/test.db"
(shouldn't work, but just
in case...)<br>
> > OK =>
"/tmp/test.db" (no prefix)<br>
> ><br>
> > François.<br>
> ><br>
> ><br>
> > On Tue,
2013-02-05 at 12:55 +0000,
Steven Ayre wrote:<br>
> >> core: was an
old prefix? I knew that
change broke some ODBC
DSNs<br>
> >> (names
without username+password,
eg when they're specified
in<br>
> >> odbc.ini)
but hadn't realised that
had been broken too - that
needs<br>
> >> documenting
as well on the Wiki I
guess...<br>
> >> <a href="http://wiki.freeswitch.org/wiki/Release_Notes#odbc-dsn" target="_blank">http://wiki.freeswitch.org/wiki/Release_Notes#odbc-dsn</a><br>
> >><br>
> >><br>
> >> Just a
thought for the
developers, but perhaps
modules with odbc-dsn<br>
> >> parameters
should have this renamed
to dsn or something now
since it's<br>
> >> not
odbc-specific at all any
longer. Easy enough to
recognise both<br>
> >> 'dsn' and
'odbc-dsn' names to remain
backwards compatible
(which I've<br>
> >> seen done
with typos in config
setting names in the past<br>
> >> as
precedent).<br>
> >><br>
> >><br>
> >> -Steve<br>
> >><br>
> >><br>
> >><br>
> >><br>
> >> On 5
February 2013 11:03,
François Delawarde<br>
> >> <<a href="mailto:fdelawarde@wirelessmundi.com" target="_blank">fdelawarde@wirelessmundi.com</a>>
wrote:<br>
> >> The
behavior recently changed
from "core:<path>"
to<br>
> >>
"sqlite://<path>".<br>
> >><br>
> >>
Update: I just tested and
it seems that
"sqlite://<path>"<br>
> >>
doesn't work,<br>
> >> but
as sqlite is the default,
you can just omit the
prefix and<br>
> >> use<br>
> >>
"<path>" to make it
work.<br>
> >><br>
> >>
François.<br>
> >><br>
> >><br>
> >> On
Tue, 2013-02-05 at 10:37
+0000, Steven Ayre wrote:<br>
> >>> 'Failure
to connect to PGSQL core'
happens on ODBC<br>
> >>
connections, that<br>
> >>> seems to
be a minor bug in the
error message.<br>
> >>><br>
> >>><br>
> >>> From the
unixODBC error it's
interpreting this as a
ODBC<br>
> >> DSN.
The<br>
> >>> reason
is the sqlite prefix is
sqlite:// not core://<br>
> >>> (see <a href="http://wiki.freeswitch.org/wiki/DSN" target="_blank">http://wiki.freeswitch.org/wiki/DSN</a>).
You also don't<br>
> >> have
enough<br>
> >>> slashes.<br>
> >>><br>
> >>><br>
> >>> Try:<br>
> >>> local
dbh =<br>
> >>
freeswitch.Dbh("sqlite:///usr/local/temp/database.db");<br>
> >>><br>
> >>><br>
> >>><br>
> >>> (note
the 3 slashes - :// is
standard URI format, the
3rd<br>
> >>
indicates an<br>
> >>> absolute
path).<br>
> >>><br>
> >>><br>
> >>> -Steve<br>
> >>><br>
> >>><br>
> >>><br>
> >>><br>
> >>> On 5
February 2013 08:56, Carlo
Dimaggio<br>
> >> <<a href="mailto:jaasmailing@gmail.com" target="_blank">jaasmailing@gmail.com</a>><br>
> >>> wrote:<br>
> >>>
Hi all!<br>
> >>><br>
> >>> I
have a lua script in which
i have a statement that<br>
> >>
connects<br>
> >>>
to a sqlite db:<br>
> >>><br>
> >>>
local dbh =<br>
> >>>
freeswitch.Dbh("core:/usr/local/temp/database.db");<br>
> >>><br>
> >>>
but i receve in FS CLI
this error that refers to
a<br>
> >> Pgsql<br>
> >>>
instead of sqlite:<br>
> >>><br>
> >>>
2013-02-05
09:40:10.379612 [ERR]
switch_odbc.c:365<br>
> >>
STATE:<br>
> >>>
IM002 CODE 0 ERROR:
[unixODBC][Driver
Manager]Data<br>
> >>
source name<br>
> >>>
not found, and no default
driver specified<br>
> >>>
2013-02-05
09:40:10.379612 [CRIT]<br>
> >>
switch_core_sqldb.c:504<br>
> >>>
Failure to connect to
PGSQL core!<br>
> >>>
2013-02-05
09:40:10.379612 [ERR]<br>
> >>
freeswitch_lua.cpp:354<br>
> >>>
Connection failed. DBH
NOT Connected.<br>
> >>>
2013-02-05
09:40:10.379612 [ERR]<br>
> >>
freeswitch_lua.cpp:435
DBH<br>
> >>>
NOT Connected.<br>
> >>><br>
> >>><br>
> >>>
Can you help me?<br>
> >>><br>
> >>>
Best regards,<br>
> >>
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.com</a><br>
> >>><br>
> >>>
FreeSWITCH-powered IP
PBX: The CudaTel
Communication<br>
> >>
Server<br>
> >>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.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://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> >>> <a href="http://www.cluecon.com" 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.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>
> >>
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.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>
> >>> Official
FreeSWITCH Sites<br>
> >>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >>> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> >>> <a href="http://www.cluecon.com" 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.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>
> >><br>
> >><br>
> >><br>
> >>
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.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>
> >>
Official FreeSWITCH Sites<br>
> >> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> >> <a href="http://www.cluecon.com" 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.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>
> >><br>
> >><br>
> >><br>
> >>
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.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>
> >> Official
FreeSWITCH Sites<br>
> >> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> >> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> >> <a href="http://www.cluecon.com" 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.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>
> ><br>
> ><br>
> ><br>
> >
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.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>
> > Official
FreeSWITCH Sites<br>
> > <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> > <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> > <a href="http://www.cluecon.com" 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.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>
><br>
>
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.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>
> Official FreeSWITCH
Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" 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.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>
<br>
<br>
<br>
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.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>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" 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.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>
<br>
<fieldset></fieldset>
<br>
<pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<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>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>
Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.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>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.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>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" 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.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>
<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<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>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>
Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.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>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_________________________________________________________________________<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" target="_blank">http://www.freeswitchsolutions.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>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" 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.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>
<br>
</blockquote>
</div>
<br>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<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>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>
Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.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>
</pre>
</blockquote>
<br>
</div></div></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>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.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://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" 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.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>
<br></blockquote></div><br></div>