Howdy all! Well here I am with another odd question again.
I need to get ready/not ready status results for our agents on my CTI app.
I tried getting our PBX team to turn on a global feature on the PBX to send me these, however they are telling me we have to purchase a whole new avaya product.
I think its _s, but it's not my call. So that option is closed.
My second option was to use a openlink ODBC driver to connect to informix on the CMS server and get the data that way.
However... I learned today that there is a RTA feature of CMS that allows it to send three distinct data streams to a remote server.
I can also create multiple threads and vt100 screen scrape CMS... But this is a very ugly coding approach.
Obviously... I think the RTA stream is the best option for me at this time. So with that in mind, here are my questions:
1) How does this data show up? I assume it's standard TCP socket streams. Are there any avaya pdfs that tell me how the data is formated?
2) Most systems that utilize the RTA streams also use an ODBC driver as well. I am not sure why? Any thoughts?
3) Has anyone else created their own customer listeners for RTA data from CMS? If so, did u do it in .net, c++, perl, python??? Willing to share some source code?
4) How difficult is it to specify a new RTA server or listener inside CMS? Is this simply done through the admin tools on CMS Terminal?
Thanks,
==Zow
I need to get ready/not ready status results for our agents on my CTI app.
I tried getting our PBX team to turn on a global feature on the PBX to send me these, however they are telling me we have to purchase a whole new avaya product.
My second option was to use a openlink ODBC driver to connect to informix on the CMS server and get the data that way.
However... I learned today that there is a RTA feature of CMS that allows it to send three distinct data streams to a remote server.
I can also create multiple threads and vt100 screen scrape CMS... But this is a very ugly coding approach.
Obviously... I think the RTA stream is the best option for me at this time. So with that in mind, here are my questions:
1) How does this data show up? I assume it's standard TCP socket streams. Are there any avaya pdfs that tell me how the data is formated?
2) Most systems that utilize the RTA streams also use an ODBC driver as well. I am not sure why? Any thoughts?
3) Has anyone else created their own customer listeners for RTA data from CMS? If so, did u do it in .net, c++, perl, python??? Willing to share some source code?
4) How difficult is it to specify a new RTA server or listener inside CMS? Is this simply done through the admin tools on CMS Terminal?
Thanks,
==Zow