Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: genesysnoob on December 17, 2018, 06:28:28 PM

Title: [Solved] Genesys GIR question
Post by: genesysnoob on December 17, 2018, 06:28:28 PM
Hey folks

I have a question, in the Genesys GIR suite as per the design MCP will send the metadata to RPS.
there are no connections/dependencies are established. its working as designed now.

I am trying to find the link between these two apps, how is the data transfer occur?

RPS logs says the metadata has been received, but it doesn't tell where its coming from, i mean which MCP ( if you have multiple)
same goes with MCP ,it doesn't show any where the data is sent to.

Have anyone faced this issue?
Title: Re: Genesys GIR question
Post by: cavagnaro on December 17, 2018, 06:48:42 PM
RPS has a WS where MCP sends the data in JSON format.
The MCP depends on the Tenant that is the user recorded from.
The RPS is the address you configure at the Voice Profile for that Tenant.



Title: Re: Genesys GIR question
Post by: genesysnoob on December 18, 2018, 08:56:44 PM
Thanks for the reply

So we have gir voice profile, in the settings i see httpd configuration with the link
are you saying mcp will send the meta data to here?


RPS apps address is no where in the voice profile

or do RPS gets details from the httpd somehow
i would like to know how mcp is sending the data to WS /RPS


Title: Re: Genesys GIR question
Post by: cavagnaro on December 18, 2018, 11:28:16 PM
please
Refer to installation documentation


https://docs.genesys.com/Documentation/CR/latest/Solution/RPS#t-14
Title: Re: Genesys GIR question
Post by: Janis on December 19, 2018, 08:46:54 AM
SIPServer is sending tenant and IVR Profile name with INVITE when it is establishing MSML session with Media Server (MCP).

MCP is reading option which can be found in GAX -  Voice Platform Profile - Recording tab - "Recording Processor URI" (or "recordingclient.callrec_dest" if we look into Configuration Manager - Annex tab of the IVR Profile).

This is the URL where to send metadata.
Title: Re: Genesys GIR question
Post by: genesysnoob on January 08, 2019, 10:54:00 PM
[quote author=Janis link=topic=11219.msg51080#msg51080 date=1545209214]
SIPServer is sending tenant and IVR Profile name with INVITE when it is establishing MSML session with Media Server (MCP).

MCP is reading option which can be found in GAX -  Voice Platform Profile - Recording tab - "Recording Processor URI" (or "recordingclient.callrec_dest" if we look into Configuration Manager - Annex tab of the IVR Profile).

This is the URL where to send metadata.
[/quote]

Thanks for the response

here is onething i didn't understood

so MCP will send the data to Recording processfor URI (fixed,http://xyz.bz/interactionreceiver/)and RPS will collect it from there?

In the mCP logs as i mentioned earlier i am not seeing any reference about RPS and VIce versa

Title: Re: Genesys GIR question
Post by: Janis on January 09, 2019, 07:09:41 AM
1) You have to enable DEBUG (verbose=all) level logging for your MCP;
2) You have to look into the log file of the right MCP which is doing recording :);

It should look like this one:
[code]2019-01-09 09:03:40.013 DBUG 008301C3-10005171-00000362-008301C3-10005171 3025054016 01F00000 FMThreadQueue.cxx:1273 Processing POST request, URL: http://gir.adventus.lv/rp/api/contact-centers//recordings/[/code]