T24 Telnet Connection on TCP Port Using Python

568 Views Asked by At

How can we interact with temenos t24 TCServer on TCP port using Python libraries like telnet or socket? Has anyone worked on this area?

2

There are 2 best solutions below

0
On

You can connect by telnet and then post "tRun tSS [ofs source]" where ofs source is an id from OFS.SOURCE T24 application (in older T24 command: "tSS [ofs source]" without "tRun"). It allows you to send OFS messages. With OFS you can do almost everything you want in T24 ;)

1
On

Easy to connect with Java. Temenos gives standard java libraries to all clients with examples