Socket - ConnectCallback

  • Thread starter Thread starter win
  • Start date Start date
W

win

I have to connect to a PBX and I have to send the command SMDR.
I have to send the command SMDR.

How should I proceed? With a program like telnet?

Do you have any examples?

Thanks.
 
win said:
I have to connect to a PBX and I have to send the command SMDR.
I have to send the command SMDR.

What's a "PBX" and "SMDR"? Private branch exchange? Something else?
Why is it important to your question?
How should I proceed? With a program like telnet?

Telnet might in fact suffice for your needs, depending on what they
really are. But if so, you don't need programming help, right?
Do you have any examples?

MSDN has a number of code examples related to the Socket class, some of
which are actually reasonably useful.

If you have a more specific question, I'm sure we can help out. But you
have to post it first.

Pete
 
Back
Top