Message |
[+]
Avaya Orchestration Designer
» AES connector, 02/12/2013 13:32:01
» Go to message
|
|
Need to see AESC log and possibly a jtapi log (set JTAPI to log in tsapi.pro file. Set log level = 7).
|
 |
[+]
Avaya Orchestration Designer
» PDC how-to: Add code snippet to CCXML snippets, 02/12/2013 13:30:20
» Go to message
|
|
Take a look at com.avaya.cc.ccxml.ui/plugin.xml
under the org.eclipse.wst.common.snippets.SnippetContributions ext pt.
Snippets are part of the Web Tools (WTP/WST) that is added to Eclipse.
|
 |
[+]
Avaya Orchestration Designer
» CTI transfer failing from one specific menu, 26/11/2013 16:55:50
» Go to message
|
|
I'm not positive if those chars are messing it up. The AESC log you sent doesn't capture the blind call processing. Can you delete both app and AESC logs and rerun just one test call to cause the error again and post both those logs for download?
|
 |
[+]
Avaya Orchestration Designer
» CTI transfer failing from one specific menu, 25/11/2013 09:50:32
» Go to message
|
|
Do you have the AESC log for this same application?
I suspect the UUI might be problematic with some of the characters in it. Can you change UUI as a test? I also recommend using a consultation call with transfer on ring instead of a blind transfer. Usually is a safer option, however the UUI issue won't resolve it in this case.
|
 |
[+]
Avaya Orchestration Designer
» Delay at the start of a call (AOD Application), 22/11/2013 10:32:00
» Go to message
|
|
1) What does the runtime do at start of a call? And how often does it do it (frequency)?
Always gather a connection to the VPMS for every call.
2) What are 'VPAppLogService' and 'VPAppRuntimeVars:getAppVarsAxis2()' used for?
VPAppLog is responsible for the connection back to the VPMS for logging/reporting and for gathering CAV and global data.
3) Why are we experiencing this latency?
Are you saying it happens once after restart of Tomcat and then is fine without user intervention, or do you need to do something to correct it? Is it fine after the 2nd call?
|
 |
[+]
Avaya Orchestration Designer
» How to set PDC resource to specific target nature?, 22/11/2013 10:21:59
» Go to message
|
|
Sorry, redundant to Ross' answer.
|
 |
[+]
Avaya Orchestration Designer
» Creating and manage a conference, 22/11/2013 09:21:45
» Go to message
|
|
I've included it. You can also find the sample apps on your CD or as separate downloads to OD here on Devconnect.
|
 |
[+]
Avaya Orchestration Designer
» Creating and manage a conference, 22/11/2013 08:51:08
» Go to message
|
|
Your best choice is likely a CCXML based application. Have a look at the ConferencePredefined CCXML (CallControl) sample app. It may answer alot of your questions.
|
 |
[+]
Avaya Orchestration Designer
» Consultation Transfer with SIP, 22/11/2013 08:48:04
» Go to message
|
|
Should not always give disconnect. You will have to consult with VP support though as OD is just a client to the response the platform generates upon a SIP transfer.
|
 |
[+]
Avaya Orchestration Designer
» Replacing call to deprecated 'setCollection' method, 22/11/2013 08:45:36
» Go to message
|
|
You will lose the old collection with a new call to either setCollection or addCollection.
|
 |
[+]
Avaya Orchestration Designer
» CTI transfer failing from one specific menu, 22/11/2013 08:42:49
» Go to message
|
|
I don't see the error in your log, can you post the part of the log showing the error as well as the command sent to the AESC and any AESC logs you have.
Also, please login or create a devconnect accnt.
|
 |
[+]
Avaya Orchestration Designer
» Disable reporting for some nodes, 22/11/2013 08:38:29
» Go to message
|
|
It's not done on a node by node basis. Can you give me more details on what you want to avoid reporting/logging?
|
 |
[+]
Avaya Orchestration Designer
» send an event from CCXML to itself, 22/11/2013 08:35:58
» Go to message
|
|
|
 |
[+]
Avaya Orchestration Designer
» How to set PDC resource to specific target nature?, 22/11/2013 08:22:23
» Go to message
|
|
FYI... I was logged out at the time I posted the anonymous response.
|
 |
[+]
Avaya Orchestration Designer
» send an event from CCXML to itself, 21/11/2013 15:40:53
» Go to message
|
|
You need a targettype. Something like this:
<send targettype="'ccxml'"
name="'start.dialog'"
target="session.id"
delay="'0s'"/>
|
 |