|
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.
|