Hello everyone
Long time lurker and first time poster here, I went through the topics and did my part of research(I guess), and want to clarify some things a little before I move on with implementation, so maybe some of you will tell me why it is not possible
I am trying to set a recording solution for automated testing of service lines of our client, and I need to come up with some lightweight way to do it - basically call about 15 service lines using powershell script, and check if they are playing the audio announcement and pair it up with template files of the announcements (I know that I can check the events in received sip logs and look up the announcement files beeing played, but there is demand for strictly audio checking, so there you have it)
What I am planning to do is using Tlib Request Private Service method, but I figured I cannot use simple socket for listening to media replacation stream from media server, because I need to establish the connection, register the voip service, etc, basically as seen under following page:
https://docs.genesys.com/Documentation/GVP/8.1.0/Solution/IntegratingwithThirdPartyVendors
My question is: anyone here tried to set up Asterisk call recording server for such purpose? When looking through various topics I noticed some people were pointing at compatibilty issues with various recording solutions on the market, and regarding Asterisk, genesys only mentions its integration only as possible solution for media server itself, not recording service that I am planning to employ it as.
Any points will be greatly appreciated, thanks