Page 1 of 1

Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 04 Oct 2009 07:07
by GrayFox
Greetings :)

Please excuse my grammar and spelling. English is not my native language.

This is my first post in this forum. So, please be merciful, if I post it in the wrong corner.

I have average programming skills and a basic knowledge of telnet.

My goal is it to program a phone book application for my colleagues, where you can select a number and the software dials it automatically for you.

In an thread it is mentioned, that you have to you use "ippstat option 15" before you can use telnet on the Ip Touch. ipstat seems to be a linux tool. Is there any way to achieve the same for windows XP Users?

I also read, that you can find a command overview in "TG0028" on page 62. I understand what the commands do, but I dont understand how I can activate / use them over telnet.

Is it possible for you to post a little tutorial about how I can enable and use telnet on an Ip Touch 4028?

:)

Re: Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 05 Oct 2009 01:57
by cavagnaro
You need to use an API, like Omnitouch Webservices or maybe CSTA, from where do you want to enable the dialing? The IPTouch or the user computer?

Re: Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 05 Oct 2009 09:28
by GrayFox
from where do you want to enable the dialing? The IPTouch or the user computer?
I hope, I understood your question correctly - The User Computer should initiate the dialing. The Application should only relay the Command "call the number" to the IPTouch, so the user didnt need to enter the number manually.
You need to use an API, like Omnitouch Webservices or maybe CSTA,
It seems that I have to pay for these APIs? Do I need these APIs for activating the telnet service on the IPTouch or is it possible to do this with Windows XP tools?

For example: cmd.exe > telnet "IPTouch IP-ADDRESS" doesnt work.

Re: Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 05 Oct 2009 15:50
by tot3nkopf
No, that won't work. There are some scripts developed by some guys around here (like dialer under OXE Mandrake linux --->you should talk to him about this).
What you really need is the TSAPI server. Search for related posts. You may find it very interesting.

Re: Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 05 Oct 2009 16:11
by GrayFox
No, that won't work.
And I hoped for a easy solution :?

Thanks for your advice. I will look for it.

Has anyone else an idea? :)

Re: Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 05 Oct 2009 16:33
by cavagnaro
The only way I see is the API acquisition.

Re: Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 05 Oct 2009 16:56
by GrayFox
Can you give me a hint, where I can find these APIs (if they are freeware) and a web link to a little tutorial about how they work?

Re: Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 05 Oct 2009 17:55
by cavagnaro

Re: Ip Touch 4028 - Telnet / Dial a number via a WIN application

Posted: 06 Oct 2009 08:55
by GrayFox
Thanks a lot :)