MCP Call Progress Result from Outbound Call in Composer - with SSG

Hello,

I have SSG and GVP (9.0) and am placing outbound calls via SSG. When the MCP leg is connected the application answers, and it the log I can see the call progress result sent via MSML:

2020-11-18T20:20:58.131 Int 50147 006E01FB-10002D5F 6828 cpa_result Human

However, I cannot find the variable or other method for accessing the cpa result in the Composer application. Has anyone run into this before?

Thanks!

OK so I found out the answer. The event externalmessage.cpa.beep is thrown, so that needs to be handled as a custom event in the start block of composer. As far as I can tell this is not documented anywhere.

Thanks!