Author Message
AlexKlinov
Joined: Mar 26, 2018
Messages: 21
Offline
Hello team!
Tell me, is it possible to edit the variable session ani? We need to cut off the first digit for calls that have Ani length equal to 12 digits.

For example: ANI 989505000000 must be modified to 89505000000
For others ANI leave everything as is.


Avaya Aura(®) Orchestration Designer CCXML
Version: 7.2 (7.2.1.0502) Build id: 201802120814

AAEP 7.2.1
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
You can manipulate any variable value during the execution of the app. I am not sure where you are going with this though.
AlexKlinov
Joined: Mar 26, 2018
Messages: 21
Offline
At the end of my application, I have to send an email that specifies the session:ani variable. It is in the application that I need to cut the first digit from the twelve-digit number of the ANI variable. Please tell me an example of how to do it.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
In a Data node, you can use the Sub String operation to do it. You would end up with the new value in a variable, which you can create. Then you use the variable in the email.
Go to:   
Mobile view