You should get all of the docs/SDKs with your MAPD card; if you haven't got it look at the avaya.com support pages, there's plenty of programming references for ASAI. Are you after anything specific? I can send you some example programs if they'll help? Send me you e-mail address.
Cheers,
NJ
PS: Please let me know if my advice has been of any use.
If you have the Lucent CentreVu CT product (or now called Avaya Computer Telephony),Avaya's CTI server, the SDK is on the server install CD.
It has all the C headers and DLLs required to make a CTI app.
We've used it to build our own CTI application using the SDK, but it's a real pain to use.
If you don't mind spending a bit, here's something I had previously looked at. It seems like an easier solution, but I never heard back from them about pricing and it's a per agent cost, so knowing avaya it's not going to be cheap.
rather than using cvlan loaded in to the mapd card, you can also go down the route of using DLG (definity Lan Gateway)and ct connect. CVLAN was mainly used for avaya apps talking to the difinity not third parties.
you can download a trial of CT connect 5.5 from the intel website. it will connect to the definity at ASAI V4 most probably. Definity needs to be V8 or later, or you will need to use CT connect 4 or 3 etc
the mapd config is easy just add the IP address in there and the subnet etc.
This tool is using the CVLAN SDK but has taken all the complexity out of it and allowing VB, C#, ASP and other AxtiveX enabled languages to use it. It also overcomes the 30/60 connection limits imposed by the CT Server or MAPD.
The CT server will accept up to 30 TCP/IP (CVLAN) connections from client machines. When client no 31 wants to connect it will fail. CVLAN on the MAPD card will accept up to 60 connections.
If you have a server based component where clients use DCOM, whics doesnt have these connection limitations, and concentrate all the client traffic in a single TCP/IP connection to the CT Server you dont have these limitations any more.
One of the advantages of using CVLAN rather than TSAPI is that you can connect directly to the MADP card without having to purchase a Telephony Server from Avaya. It does however require a CVLAN RTU on the MAPD card. But the price of the RTU is much much lower than the price of the Telephony Server.
This makes CTI solutions more affordable to smaller companies.
Yes the client application and all server applications can run on the same machine or on separate machines.
The connections between the client and server and between servers are all tcp/ip connections. It doesnt matter if the applications are on the same or different machines.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.