问题标签 [avaya]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1085 浏览

avaya - 是否可以使用 Avaya DMCC .NET 获取来电的 UUI 或 AAI?

我正在尝试开发一个 CTI 集成与非常糟糕的 .NET avaya DMCC 库。我已经找了好几个小时了,找不到任何方法从来电中获取 UUI 变量,无论是使用ThirdPartyController's 事件OnEstablishedEvent还是OnDeliveredEvent方法ServiceProvider.GetCallInformationLink.GetCallInformation

是否甚至可以使用 Avaya DMCC .NET 获得 UUI 或 AAI?

我使用的版本是 5.2.3.29

0 投票
1 回答
570 浏览

vb.net - .acsauto script to save to relative filepath

I have an .acsauto script from Avaya CMS system that is saving data into a text file on a specified location:

Is there a way to make this address relative on the .ascauto script location so that the report is created e.g. next to it? The script language should be either VB or VBScript - nobody knowledgeable about the system is able to tell me - but I have not been even able to replace the direct reference by a string (the report seems to run, merely it is not saved to the desired location)

0 投票
1 回答
2831 浏览

tapi - IP Office 电话管理器似乎无法在 Windows 10 中运行

我之前在 Windows 7 中使用过这个软件没有任何问题,但是自从升级到 Windows 10 后它就停止了工作。

0 投票
0 回答
437 浏览

vbscript - VBScript 错误 52 错误的文件名或编号

我有一个用于 Avaya CMS 的 VBScript,它每 3 秒生成一个 CSV。然后,节点服务器会在每次更改时读取此 CSV。

它时不时会抛出一个错误(错误 52),然后需要有人在提示符上手动单击“确定”,然后它会继续。

我没有编写初始脚本,但我一直在尝试修复它,以免引发此错误。

据我了解,当节点服务器尝试读取文件时脚本尝试写入文件时会导致问题。

到目前为止,我已经尝试通过将文件设为只读来解决此问题,然后在脚本中使其可写、写入并再次使其只读。

我认为这已经解决了问题,但我再次收到错误 52 弹出消息,现在我不确定。

有谁知道是否有办法让 VB/Avaya 忽略该错误?我在想像放在On Error Resume Next写文件的行之前?

我知道忽略错误不是一个好习惯,但在这种情况下,如果它确实忽略它,它只是意味着文件不会在这个循环中更新,但 3 秒后它会再次循环,所以应该没问题。

脚本:

PS - 我在文件的开头遗漏了一些我认为不相关的参数,如果有人认为它们是我将添加它们。

在此处输入图像描述

0 投票
0 回答
1322 浏览

pjsip - 通过 TCP 的 pjsua_call_make_call 最多需要 10 秒才能让 Invite 到达其他用户

我对 PJSIP 相当陌生,并且正在使用 PJSIP 2.5.5 将 SIP 客户端构建到现有应用程序中。当我使用 Asterisk 服务器时,一切正常,但是当连接到 Avaya 时,拨出呼叫最多需要 10 秒才能连接到另一个客户端。从 media5-fone 调用我的应用程序没有这个问题,所以我怀疑我这边有配置问题。我正在使用 TCP 传输,UDP 已在服务器上禁用。

有人可以帮忙吗?

在这种情况下,另一个应用程序需要大约 6 秒才能收到邀请。

谢谢

这是 Sip Trace

0 投票
1 回答
943 浏览

vba - 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 switch our connection in Avaya from 'Network' to 'SSH.' IT hadn't changed anything on their end, but simply said this seems to work and that they agreed it's bizarre it just started happening. Unfortunately, my scripts no longer work and I'm stumped as to how to make it work with SSH.

That is the bit of my scripts that accesses Avaya and connects to the server. If anyone has any clues on this, please share them with me. Again, it worked fine with the 'Network' (port 23) connection, and is no longer working with 'SSH' (port 22).

The scripts just hang, rather than generating any type of useful error. In excel it returns a "Run-time error '9': Subscript out of range" which is just a basic error that happens if it's unable to connect to Avaya to pull the data.

Thanks in advance!

0 投票
0 回答
723 浏览

vbscript - 如何访问 Avaya CMS 脚本中的 Rep 对象?

我想看看是否有人知道如何访问 Avaya CMS 脚本中的 Rep 对象?

据我所知,它是一个对象,它存储了一些函数,例如 exportData、saveAsHTML 等,还包含要导出的数据。

我正在尝试在脚本中访问它,以便可以使用 HTTP GET 请求将信息发送到节点服务器。

Avaya 中似乎没有可用于编写脚本的文档。

有谁知道我如何有效地 console.log() 对象,以便我可以通读它并找出我需要的东西?

谢谢,巴里

编辑:顺便提一下,我正在使用 Avaya CMS Supervisor R16。

0 投票
0 回答
579 浏览

excel - Avaya 到 VBA - 时区

现在我正在做一个新项目,我必须自动化仪表板。此仪表板正在从 avaya 脚本中获取信息。

在过去的两周里,我在 VBA 中搜索了一个脚本,该脚本实际上从 avaya 报告中获取信息并将它们导入到某个工作表中的 excel 文件中。

好吧,我的问题是我必须导出 1 个具有 6 个不同时区的报告。

例如:Historical\Designer\Multi Date Multi Split Skill 区间 - 欧洲/布鲁塞尔时区 Historical\Designer\Multi Date Multi Split Skill 区间 - 美国/东部等。

下面是与我的 cms 一起使用的 VBA 代码,但它没有考虑到我的时区设置为 Europe/Brussels 并且它以默认时区导出。

请帮帮我,这样我就可以每周用几个小时来减轻我的工作:)

感谢你们

0 投票
2 回答
512 浏览

avaya - Avaya JTAPI:呼叫建立后如何获取被叫号码

使用 JTAPI 的 Avaya 实现,我试图在已经建立的呼叫上获取被叫号码。换句话说,连接监听器是在它建立后注册的。

当我尝试在这种情况下使用 CallControlCall.getCalledAddress() 时,它返回 null,大概是因为连接侦听器填充了这些详细信息?

事后有没有其他方法可以获取被叫号码?

或者,如果我只有分机和拨打的号码,假设分机可能有多个呼叫处于活动状态,并且在我开始搜索时呼叫已经建立,是否有办法访问特定的呼叫对象?

0 投票
1 回答
1190 浏览

python - 使用 netmiko 将 Ctrl-Y 传递给 Avaya 交换机

我正在尝试使用 python 和 netmiko 从 Avaya ERS ​​5000 自动检索交换机信息(配置、mac-address-table、lldp 信息)。

打开与交换机的 SSH 会话时,Avaya 要求您输入 Ctrl-Y 以进入文本菜单,然后输入另一个键 (c) 以进入 CLI。

我已经尝试了下面的代码,它会产生超时异常。当我去掉 try/except 时,我看到以下输出。

从在不同位置插入 print() 语句我可以看出,会话已建立,然后超时。

我是否可以从 netmiko 异常中提取更多信息来说明此过程出错的地方?

我会提前承认编码,我是最近的熟人,我可能会错过显而易见的事情。

<<----开始代码片段---->>