Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: CK on June 13, 2014, 12:21:20 PM
-
Hello,
I have created a project that links to audio files that are named in a non latin language format. When I try to access these files through composer prompt block, it gives me a warning on top "Discouraged file name". I hear nothing when these should be played. The weird thing is that this IVR application was developed with 8.1.2 composer and it was working without errors (no warnings in composer, files played as supposed to). Now that I need to do some changes and installed composer 8.1.3, it gives me that error. Anyone has encountered this ?
-
check composer logs and see which charset it is using. Probably a conflict there.
-
Thanks for the response cavagnaro. UTF8 is being used. :-\
-
Can you post the MCP logs covering the audio files fetch?
-
It had to do with the Tomcat server. I added the line
[code]URIEncoding="UTF-8"[/code]
in the server.xml inside the Connector definition