I'm trying to script gathering reports using Ruby and the "xmlrpc/client" library offer therein. However, the following analyses seem to have invalid XML-RPC codes associated in the documentation:
6.1.14. OK14 - Report Header
6.2.5. OD05 - IVR details (full list)
The former's code matches that of `6.1.13. OK13 - Music On Hold by Agent` exactly, so I'm thinking it's just a typo. The latter's code doesn't match any surrounding codes, but when I make a request using the documented code, I get nil back as a response. Can someone hook me up with the correct codes for these analyses? Thanks!