This is a multi-part message in MIME format.

------=_NextPart_000_003C_01C7760F.0DA8C5E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All,

I have the need to create a CDR Server (Call Detail Record) in VFP. I =
need to connect via Telnet to a VOIP gateway to read the CDR data.

Does anybody knows a good Telnet control (ActiveX, DLL, etc) which can =
be use with VFP?

Thanks!
--=20
Edhy Rijo


------=_NextPart_000_003C_01C7760F.0DA8C5E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16397" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Hi All,</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>I have the need to create a CDR Server (Call Detail =
Record) in=20
VFP.&nbsp; I need to connect via Telnet to a VOIP gateway to read the =
CDR=20
data.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Does anybody knows a good Telnet control (ActiveX, =
DLL, etc)=20
which can be use with VFP?</FONT></DIV><FONT size=3D2>
<DIV>&nbsp;</DIV>
<DIV>Thanks!<BR>-- <BR>Edhy Rijo</DIV>
<DIV>&nbsp;</DIV>
<DIV></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_003C_01C7760F.0DA8C5E0--

Re: Telnet control from VFP by swdev2

swdev2
Tue Apr 03 19:03:50 CDT 2007

Heya Edhy -

On a whim -
I did a search -
http://www.google.com/search?client=opera&rls=en&q=telnet+activex+vfp

I had used 2 diff telnet controls ages past to get CDR records from a ATT
Switch -
Can't remember what tool I used (arrrrrrrgh).

But - you want free or 'pay for it' ?
there's a wintel version o PuTTY that ships with a dll/ocx - you can use
that one until
you find a library you wanna pay for.

HTH - Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"Edhy Rijo" <erijo@msn.com.NO_SPAM> wrote in message
news:u8QMKCjdHHA.3632@TK2MSFTNGP02.phx.gbl...
Hi All,

I have the need to create a CDR Server (Call Detail Record) in VFP. I need
to connect via Telnet to a VOIP gateway to read the CDR data.

Does anybody knows a good Telnet control (ActiveX, DLL, etc) which can be
use with VFP?

Thanks!
--
Edhy Rijo



Re: Telnet control from VFP by Edhy

Edhy
Tue Apr 03 19:33:53 CDT 2007

Hi Bill,

Thanks for the information.

I am looking for something affordable, but easy to use and implement. I
need to have control of login to the gateway and if there is a problem then
report that to the user. This process should be automated without user
intervention, so in other words, I simply let the user setup some parameters
and the program should do the connection and get the CDR records for further
process.

> there's a wintel version o PuTTY that ships with a dll/ocx - you can use
Do you have any idea where can I get this dll/ocx?

--
Edhy Rijo
www.progytech.com
Bronx NY


"swdev2" <wsanders@dotnetconversions.bob.com> wrote in message
news:eutG6OkdHHA.4624@TK2MSFTNGP03.phx.gbl...
> Heya Edhy -
>
> On a whim -
> I did a search -
> http://www.google.com/search?client=opera&rls=en&q=telnet+activex+vfp
>
> I had used 2 diff telnet controls ages past to get CDR records from a ATT
> Switch -
> Can't remember what tool I used (arrrrrrrgh).
>
> But - you want free or 'pay for it' ?
> there's a wintel version o PuTTY that ships with a dll/ocx - you can use
> that one until
> you find a library you wanna pay for.
>
> HTH - Regards [Bill]
> --
> ===================
> William Sanders / EFG VFP / mySql / MS-SQL
> www.efgroup.net/vfpwebhosting
> www.terrafox.net www.viasqlserver.net
>
> "Edhy Rijo" <erijo@msn.com.NO_SPAM> wrote in message
> news:u8QMKCjdHHA.3632@TK2MSFTNGP02.phx.gbl...
> Hi All,
>
> I have the need to create a CDR Server (Call Detail Record) in VFP. I
> need
> to connect via Telnet to a VOIP gateway to read the CDR data.
>
> Does anybody knows a good Telnet control (ActiveX, DLL, etc) which can be
> use with VFP?
>
> Thanks!
> --
> Edhy Rijo
>
>


Re: Telnet control from VFP by Man-wai

Man-wai
Tue Apr 03 21:09:46 CDT 2007

> Does anybody knows a good Telnet control (ActiveX, DLL, etc) which can
> be use with VFP?

http://dtelnet.sourceforge.net/
http://www.telnet.org/htm/applications.htm

Also try searching for "scriptable telnet", "scripting telnet"

I suspect that you could use windows scripting host to automate the
command-line telnet client.

--
iTech Consulting Services Limited
Expert of ePOS solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852)2325 3883 Fax: (852)2325 8288

Re: Telnet control from VFP by Bernhard

Bernhard
Wed Apr 04 03:54:53 CDT 2007

Hi Edhy

> Do you have any idea where can I get this dll/ocx?
Google?

Regards
Bernhard Sander


Re: Telnet control from VFP by Man-wai

Man-wai
Wed Apr 04 05:22:50 CDT 2007


If you use cygwin, you could use expect. But I am not sure whether you
could capture screen with cygwin's telnet.

Also, does your information provider has alternative means of sending
data to you, say via a web page or ftp ....

--
iTech Consulting Services Limited
Expert of ePOS solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852)2325 3883 Fax: (852)2325 8288