Message |
[+]
Engagement Designer
» REST custom headers format, 16/10/2022 23:00:19
» Go to message
|
|
Hi Louise,
When are you getting this error? What is the version of ED?
Thanks,
Krishnakumar
|
 |
[+]
Engagement Designer
» How to identify the caller Status in Engagement designer , 15/09/2022 13:04:06
» Go to message
|
|
Hi Karthik,
There is no task in ED to get call status.
You could use global interrupt event handler to wait for CALL_ENDED event and perform post call activities. Just make sure you map the UCID to the call property in the input mapping. Otherwise the CALL_ENDED event will be broadcasted to all the instances and interfere with other calls.
I have attached a simple example workflow that does this.
Hope this helps!
KK
|
 |
[+]
Engagement Designer
» Screen Pop Parameters in ACM - Originating Address and Originating Name, 08/08/2022 13:35:43
» Go to message
|
|
Hi Chris,
Could you please share the workflow you are designing and provide more information on what you are trying to do with references to the tasks in the workflow.
Thanks,
Krishnakumar
|
 |
[+]
Engagement Designer
» Make Call Task Question, 19/07/2022 18:54:09
» Go to message
|
|
Hi Marcus,
Thanks for the file. I think it is solution design issue. If I understand the workflow correctly, you are creating the instance for the incoming calls and trying to make a new call to the number retrieved from the DB.
This is what I believe is happening,
Incoming call comes to Breeze. Breeze sends CALL_INTERCEPT_TO_CALLED_PARTY event to ED. ED creates the workflow instance. In the workflow, you are reading a number from DB and making a new call to this number. If this is internal call then it might be coming to Breeze as a new call and Breeze is sending the CALL_INTERCEPT_TO_CALLED_PARTY to ED. ED creates a new workflow instance. And this becomes a loop.
What is your intent for the incoming calls? If you need to forward to the internal number then you should use forward call task. MakeCall task is only be used to create a new call.
|
 |
[+]
Engagement Designer
» Make Call Task Question, 18/07/2022 09:50:56
» Go to message
|
|
Hi Marcus,
What is the version of ED?
Has the exported file been modified/saved by any other editor after the export?
Could you please export it again by selecting "export as" then select "Export as XML" and attach it. Please dont open this in any editor and save it.
Thanks!
|
 |
[+]
Engagement Designer
» Make Call Task Question, 12/07/2022 15:25:04
» Go to message
|
|
Hi Marcus,
Screen shot would not help. Please use the "Export as" option to export the workflow and attach it here.
Thanks
|
 |
[+]
Engagement Designer
» Snap-In for call retrieval, 23/06/2022 11:18:44
» Go to message
|
|
Hi Kishore, please post this question in the Breeze platform forum.
|
 |
[+]
Engagement Designer
» Make Call Task Question, 23/06/2022 11:16:42
» Go to message
|
|
Hi Marcus, could you please export the workflow and share it. Thanks!
|
 |
[+]
Engagement Designer
» Standard Engagement Designer Task Missing, 22/02/2022 09:32:24
» Go to message
|
|
Hi Marcus,
"Telephony Communications" is part of EngagementDesigner task bundle. Please make sure you have the task bundle deployed in admin console.
|
 |
[+]
Engagement Designer
» EngagementDesigner 3.8.x ReadFromDB Issue - not all configured JDBCSources in selection drop down, 02/12/2021 12:33:52
» Go to message
|
|
Hi Markus,
Could you please check if the following properties are available for the missing datasources.
Url
Validation query
Username
Password
If anyone of them is missing/blank then that datasource will not be added to the list.
|
 |
[+]
Engagement Designer
» Questions, 03/08/2021 11:15:49
» Go to message
|
|
Hi LeeMarvin,
The Breeze services logs are located under,
/var/log/Avaya/services
And ED logs are under,
/var/log/Avaya/services/EngagementDesigner
You could use vi editor or any other editor to view the logs.
|
 |
[+]
Engagement Designer
» Trying to use the MS Graph APIs and I can't get a token..., 13/01/2021 18:22:00
» Go to message
|
|
Hi,
Have you tried "OAuth 2.0" option for http authentication? This option would either use the oAuth token if provided or try to get the OAuth token using the parameters you provide and use it for the http request.
If you have tried with this option and did not work, could please share the error you are getting?
Thanks!
|
 |
[+]
Engagement Designer
» Unable to get contextId or collected digits, 29/12/2020 11:41:04
» Go to message
|
|
Hi,
Could you please check if you have mapped the ucid correctly for the GetCallContext task.
The other possibility is that the call is already disconnected when the task is being executed.
Is this happening for every call?
Thanks!
|
 |
[+]
Engagement Designer
» ED Dynamic Task maven build sample error, 02/12/2020 13:31:04
» Go to message
|
|
Hi Shix,
Sorry for the delay. Could you please attach the file, C:\Users\shixianjue\.m2\repository\com\avaya\commons\avaya-commons-java-pom\2.6\avaya-commons-java-pom-2.6.pom
And also what version of Maven and Java are you using?
Thanks!
|
 |
[+]
Engagement Designer
» ED Dynamic Task maven build sample error, 24/11/2020 12:39:31
» Go to message
|
|
Hi Shix,
Did you run the install script to install the SDK?
If so, Please run the following command under randomnumbergeneratorfolder and let know the result.
mvn clean install
Thanks!
|
 |