Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: ctidevuser on March 17, 2022, 07:19:05 PM

Title: Nuance MRCPv2 testing process
Post by: ctidevuser on March 17, 2022, 07:19:05 PM
Can someone please share if the testing procedure to validate the ports for Nuance MRCP v2 version.
There is a port testing method for MRCPv2 (<Drive:>GCTI\Nuance\Speech Server\Client\bin ) to run test against SIP ports using MRCP scripts in the Scripts folder (<Drive:>\GCTI\Nuance\Speech Server\Client\Scripts). Please share if anyone has it handy
Title: Re: Nuance MRCPv2 testing process
Post by: KebabPower on March 22, 2022, 12:10:42 PM
What is it exactly you are trying to test and achieve? Please share more details.
Title: Re: Nuance MRCPv2 testing process
Post by: ctidevuser on March 22, 2022, 05:29:44 PM
I am trying to test the ports using the mrcp scripts for the MRCPv2 version. Nuance ASR and TTS are installed on the windows servers. Resource Access Points (RAP) are configured as application objects in Genesys GAX.  I just need to check that when the application is executed from the windows server,  it is able to launch and open up the SIP port . The command tested for older version MRCPv1 was like this : client.exe -s localhost –r 4900 demo-mrcpv1.mrcp and for TTS : 'client.exe –s localhost –r 4900 demoPrompt-mrcpv1.mrcp'.  I am trying to find the commands that needs used to test the SIP ports (opening and establishing ) for the MRCPv2 version and also which scripts to be used to run the test. Please let me know if that clarifies my question.
Title: Re: Nuance MRCPv2 testing process
Post by: cavagnaro on March 22, 2022, 05:56:20 PM
You can just do a "telnet host 5060" and see if the port opens or not.
Title: Re: Nuance MRCPv2 testing process
Post by: ctidevuser on March 22, 2022, 06:03:21 PM
Thank you but the scope of testing is beyond that. We have to launch the application through the exe through command line to the SIP port . That kind of execution will start the application , listening to the port and the script being used also write logs with detailed events under the bin location where the Nuance inbuilt test scripts are located. That was the kind of testing I was looking for .
Title: Re: Nuance MRCPv2 testing process
Post by: cavagnaro on March 22, 2022, 06:22:00 PM
I found this on my notes


[size=9pt][font=Verdana]client.exe –s 127.0.0.1 –r 5060 ..\scripts\demo-mrcpv1.mrcp[/font][/size]
[size=9pt][/size]
[size=9pt][font=Verdana]So I guess it is MRCPv2 as I was using the SIP port and not the MRCPv1 port[/font][/size]
[size=9pt][/size]
[size=9pt][font=Verdana]Try please, I don't have a TTS Server at hand[/font][/size]