- Joined
- Apr 16, 2022
- Messages
- 41
- Reaction score
- 6
Hi guy, I have this problem, please help me
First of all I assign to the variable callflow $ .Telephone the number of the incoming call with ani.session. "screenshot1"
I access the json file via http reading (for now with direct access, "I deliberately deleted the link"). "screenshot2"
Reading the data and assigning the variables as follows "screenshot3"
Using JsonxmlParsel1, I check the input file to read and assign the variables as follows:
My problem is that in the http file, all the records are contained, I have no way in the view to filter for the moment only the value of my interest.
How can I say check record [0] or [1] or later and download the configuration only if the number contained in the Phone name is equal to the incoming call of the ani.session number?
Can you help me?
Thanks
First of all I assign to the variable callflow $ .Telephone the number of the incoming call with ani.session. "screenshot1"
I access the json file via http reading (for now with direct access, "I deliberately deleted the link"). "screenshot2"
Reading the data and assigning the variables as follows "screenshot3"
Using JsonxmlParsel1, I check the input file to read and assign the variables as follows:
My problem is that in the http file, all the records are contained, I have no way in the view to filter for the moment only the value of my interest.
How can I say check record [0] or [1] or later and download the configuration only if the number contained in the Phone name is equal to the incoming call of the ani.session number?
Can you help me?
Thanks