Questions tagged [avaya]

Avaya is a company which specializes in telecommunications, networking, and information technology. Use this tag for questions related to Avaya products.

Avaya is a company which specializes in telecommunications, networking, and information technology. Use this tag for questions related to Avaya products.

107 questions
5
votes
2 answers

What's the difference between TAPI and TSAPI

I have a C++ program that uses the Microsoft TAPI interface to collect call events from a Cisco Call Manager PBX. To get the Cisco events I downloaded the TSP from the call manager and then my TAPI code just works. Can I do the same thing with an…
Big GH
  • 1,321
  • 2
  • 17
  • 29
5
votes
0 answers

System.AccessViolationException in WPF while launching Avaya proactive dialer

Our customers are getting the below error when they launch avaya proactive dialer from my WPF application. Application: APPLUI.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info:…
5
votes
2 answers

Twilio elastic SIP trunks with Avaya system

Hi if anyone else ever needs help connecting an Avaya IP Office phone system with Twilio Elastic SIP trunking, feel free to reach out to me, we got it to work after some trial and error and the connection seems very good. Will save us some good…
KBr
  • 139
  • 2
  • 11
4
votes
4 answers

Testing VXML Applications in a Application Simulator

I am looking for a solution to simulate vxml application in a desktop/web browser. Challenge i have few hundreds of unit test cases in every new vxml application development. it is not possible to always make a test call to test every single unit…
3
votes
1 answer

SQL Reporting Services - Shared Data Source in Visual Studio

I have an web application Avaya WFO that recommends using MS Report Builder for report development. The application has some remote data sources setup that I am able to access via a web source like…
Steve Salowitz
  • 1,283
  • 1
  • 14
  • 28
3
votes
1 answer

How do I capture the caller id from an Avaya 1600 series IP phone?

I've been on the Avaya developer website to look for this information, but the only documentation and library I see to be able to find refers to pushing content to the phone display, controlling the phone, and customizing the display. I need to…
Bernhard Hofmann
  • 10,321
  • 12
  • 59
  • 78
3
votes
2 answers

How to implement a TAPI solution with Avaya

I currently have a working CTI integration on a Samsung phone system, within our business. Our desktop clients are running bespoke java clients which receive messages from our bespoke server application which connects to the Samsung DCS System. We…
user1339152
  • 41
  • 1
  • 4
2
votes
0 answers

Why my delta2 callback function is not being called?

I am trying to make my devlink C++ example work with my AVAYA IP500 and the connection seems to work fine, the DLOpen function works well and the callback function also is being called, but when I call DLRegisterType2CallDeltas for getting events…
kevinfma
  • 21
  • 3
2
votes
1 answer

C# send Ctrl+Y over SSH.NET

I am currently using SSH.net and trying to connect to an Avaya switch. My code looks like this: using (var client = new SshClient(ip, username, password)) { client.Connect(); //Sending CTRL+Y SshCommand x = client.RunCommand("enable"); …
BlackyGhosty
  • 23
  • 1
  • 4
2
votes
1 answer

VoIP - Send number and initiate call

I can connect to a VOIP phone, on my web app I have a list of telephone numbers. When I click on a telephone number, how can I send a number to this VoIP phone and initiate a call from that handset? Webapp is on an intranet and is privately used…
fes
  • 2,465
  • 11
  • 40
  • 56
2
votes
1 answer

Passing Ctrl-Y to Avaya switch with netmiko

I am trying to automate the retrieval of switch information (config, mac-address-table, lldp info) from an Avaya ERS 5000 using python and netmiko. When opening an SSH session to the switch, Avaya requires that you enter Ctrl-Y to get to a text…
cthulfoo
  • 21
  • 5
2
votes
1 answer

Excel 2007 VBA - Avaya CMS - SSH broke scripts

Specs Excel 2007, VBA, Avaya CMS Supervisor R16.2 About 2 years ago I threw together some scripts to automate the reports we did in Avaya. It's been working great, but this weekend there was some strange issues taking place and IT said for us to…
Fata1Err0r
  • 836
  • 1
  • 6
  • 14
2
votes
0 answers

Java Connection to Avaya

Problem I need to interact with the avaya phones in a java application, I need to receive calls then take action upon caller data. Questions How to use avaya api with java applications? What methods to use to retrieve data?
2
votes
3 answers

Which is the best way to get real time data from avaya cms server?

I am sorry if this question goes out of topic but i forced to ask here as there is very limited resources found over the net on this. I am looking to implement system to get real time data from avaya cms server I did lot of RND on JTAPI but it has…
Krishna
  • 438
  • 5
  • 18
2
votes
1 answer

Where to find AVAYA Stationlink SDK Doc?

Where should i get AVAYA statiinlink SDK reference. I tried to find it but no luck? Can anybody gives me some links for that? Thanks in advance..
Jankya
  • 966
  • 2
  • 12
  • 34
1
2 3 4 5 6 7 8