The most common cause for this is if the UUI data in the SIP header doesn’t match what is specified by the encoding format. There are three situations where this can occur.

  • If you specify ASCII as the encoding format, but your UUI data is Hex.
  • If you specify Hex as the encoding format, but your UUI data is ASCII.
  • If you do not specify an encoding format and your UUI data is ASCII.

The first two situations are pretty straightforward: the UUI data and the encoding format are not the same. However, the third situation is a little trickier to uncover because if you do not specify an encoding format, Genesys Cloud assumes the encoding format is Hex. So, if your UUI data is ASCII and Genesys Cloud is looking for Hex UUI data, then there isn’t a match.

For more information, see User to User Information (UUI) overview.