Hi all,
Could you please help me parsing the UUI information from the session complex variable? I'm receiving it as the following:

So it is visible that it is being saved in to complex variables, but I cannot get the values later. If I'm pointing to session:uui (The uui field of the session complex variable) it only retrieves 1A. (Which would be identifier for the info as I understand).
But how am I able to receive the values from session:uui[2] 3 4 and so on?
I've also tried to capture session.connection.protocol.sip in the AppRoot, it returned "User-to-User 1A" next to other values which are not UUI related.
Regards,
Bence
Could you please help me parsing the UUI information from the session complex variable? I'm receiving it as the following:
So it is visible that it is being saved in to complex variables, but I cannot get the values later. If I'm pointing to session:uui (The uui field of the session complex variable) it only retrieves 1A. (Which would be identifier for the info as I understand).
But how am I able to receive the values from session:uui[2] 3 4 and so on?
I've also tried to capture session.connection.protocol.sip in the AppRoot, it returned "User-to-User 1A" next to other values which are not UUI related.
Regards,
Bence
Comment