View Single Post
  #2 (permalink)  
Old 08-13-2006, 11:46 PM
Genecist Genecist is offline
Registered User
 
Join Date: Aug 2006
Location: Toronto
Posts: 0
You will have to become acquainted with sockets programming to send commands and receive responses on a tcp socket exposed by your phone system.

As to which programming language...I personally don't believe any one is better than the other.

I've done sockets programming in 'C', VB6, C# (.net)...it always comes down to the same thing...opening a tcp address & port, sending a command and getting an answer.

The internet is rife with examples of sockets programming.

Good luck.
Reply With Quote