" /> Recent Posts

Recent Posts

Pages: 1 ... 7 8 [9] 10
81
default_url? Maybe Override via URS strategy? Which parameter is that?
82
Genesys CTI Technical Discussion / Filtering Recordings in Batch Jobs
« Last post by victor on June 17, 2024, 02:31:46 PM »
Ok, this will sound insane, but I cannot figure how to filter recordings on ANI, because Genesys expects ANIs to be in segments and I get them in sessions...

According to API reference, we can filter recordings by Conversation and Segment filters.

So, to filter on ANI, it should be:

[code]2024-06-17 21:00:02,842 - INFO - POST https://api.mypurecloud.jp/api/v2/recording/jobs with headers {'Authorization': 'Bearer my_token', 'Content-Type': 'application/json'} and data {
    "action": "DELETE",
    "conversationQuery": {
        "interval": "2023-01-01T00:00:00.000Z/2024-12-31T23:59:59.999Z",
        "segmentFilters": [
            {
                "type": "or",
                "predicates": [
                    {
                        "type": "dimension",
                        "dimension": "dnis",
                        "operator": "matches",
                        "value": "+12345678900"
                    },
                    {
                        "type": "dimension",
                        "dimension": "ani",
                        "operator": "matches",
                        "value": "+12345678900"
                    }
                ]
            }
        ]
    },
    "actionDate": "2024-06-17T21:00:02Z"
}
[/code]

but if I list all the conversations I have using api/v2/analytics/conversations/details/jobs then the output shows ani / dnis info in the sessions part of json response and not segment.
[code]

{
                    "participantId": "1111111-2222-3333-4444-1234567890",
                    "purpose": "user",
                    "userId": "aaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
                    "sessions": [
                        {
                            "ani": "sip:1234567890+whitehouse.xxxspan.com@localhost",
                            "direction": "inbound",
                            "dnis": "tel:9999",
                            "edgeId": "abcdef-cccc-bbbb-aaaa-ffffffffff",
                            "mediaType": "voice",
                            "protocolCallId": “eeeeee-cccc-bbbb-aaaa-ffffffffff"",
                            "provider": "Edge",
                            "remote": "sip:98765432+whitehouse.gov@localhost",
                            "sessionDnis": "sip:1234567890+whitehouse.xxxspan.com@localhost;tgrp=582808e9-9ea0-41d5-93e5-a107ee3b2d92;trunk-context=starsystemsjapan@localhost",
                            "sessionId": “12345-12345-1223-1234-123455”,
                            "metrics": [
                                {
                                    "emitDate": "2023-08-30T15:17:13.725Z",
                                    "name": "tAlert",
                                    "value": 13007
                                }
                            ],
                            "segments": [
                                {
                                    "conference": false,
                                    "disconnectType": "client",
                                    "segmentEnd": "2023-08-30T15:17:13.725Z",
                                    "segmentStart": "2023-08-30T15:17:00.718Z",
                                    "segmentType": "alert",
                                    "sipResponseCodes": [
                                        487
                                    ]
                                }
                            ]
                        }
                    ]
                },[/code]

Question 1: I am scratching my head how I am supposed to filter the recordings based on ANI or any other value for that matter when they are located in sessions and we can only filter by conversations and segments...

Question 2: Why do I get my ANI in sessions while Genesys clearly expects it to be in segments?
83
Genesys CTI Technical Discussion / Re: "No task assigned" when logging in WDE
« Last post by Gef Buneri on June 13, 2024, 12:23:23 PM »
Thank you, I'll give a try using Administrator.
84
Genesys CTI Technical Discussion / Re: "No task assigned" when logging in WDE
« Last post by Kubig on June 13, 2024, 12:12:09 PM »
You have to import templates for WDE including the metadata file (XML) which defines the available roles for WDE. I would suggest to use GA instead of GAX to achieve it
85
Genesys CTI Technical Discussion / Re: "No task assigned" when logging in WDE
« Last post by Gef Buneri on June 13, 2024, 12:08:03 PM »
Yes. Everything points to some rules issue; found a workaround disabling RBAC in the WDE application, but can't find where this "workspace tasks" are to be set in GAX. Can't find a session to do so, nor anything in documentation.

The security documentation says "if this option is set to false (false is the default option), the list of agent tasks must be defined in Genesys Administrator."
86
Genesys CTI Technical Discussion / Re: "No task assigned" when logging in WDE
« Last post by hsujdik on June 13, 2024, 12:04:54 PM »
I remember something like missing execution permission on WDE or SIP Server application. Did you check those?
87
Genesys CTI Technical Discussion / Re: "No task assigned" when logging in WDE
« Last post by Gef Buneri on June 13, 2024, 11:19:41 AM »
Hello Kubig, checked those, everything's seems fine. I have a far memory about something assigned via GAX, can it be? like voice task or something.
88
Genesys CTI Technical Discussion / Re: "No task assigned" when logging in WDE
« Last post by Kubig on June 13, 2024, 11:11:09 AM »
Check user's permissions and assigned roles
89
Genesys CTI Technical Discussion / "No task assigned" when logging in WDE
« Last post by Gef Buneri on June 13, 2024, 10:18:36 AM »
When a test agent is trying to log in WDE, it gives this error.

How can I address a solution?


Best,
Gef
90
Hello all, hope everything's fine out there.

There's any chance to use a variable/attach/data/other var to pass a url from IRD to the

CrmUrl
default_url

WDE options?


Best,
Gef
Pages: 1 ... 7 8 [9] 10