I am trying to retrieve Cisco ID in this format NodeId-SessionId-SequenceId from UCCX script but while retrieving the contact session I am receiving this value 001-0x12a05f25f, which seems to be hex, after converting it to long it translated to 5000000095.
This is only the session-id, here from the string 001-0x12a05f25f, only 12a05f25f converts to 5000000095, then what does 001-0x stands for, and how can I receive the CISCO ID in complete format i.e NodeId-SessionId-SequenceId?
Please can someone provide assistance on this?