" /> Recent Posts

Recent Posts

Pages: 1 ... 8 9 [10]
91
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."
92
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?
93
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.
94
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
95
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
96
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
97
Genesys CTI Technical Discussion / Re: Interaction Queue Views execution order
« Last post by cavagnaro on June 08, 2024, 07:14:27 PM »
Nice! Thanks! That will work!
Will test


Enviado de meu SM-S918B usando o Tapatalk

98
Did you manage to make this work?
99
Genesys CTI Technical Discussion / Is Call Pickup possible for Hunt Group?
« Last post by anatolewilson on June 07, 2024, 01:57:04 AM »
According to the sipserver deployment guide document, the user must enter *<pickup code><DN where a call is ringing>.

However, the user does not know the number of the ringing DN number.

Is Call Pickup possible for Hunt Group?

or any idea? with urs script or macro?
100
Genesys CTI Technical Discussion / Re: Retrieving IP and agent email from strategy
« Last post by victor on June 05, 2024, 11:02:09 AM »
Brilliant!

[quote author=hsujdik link=topic=12486.msg55486#msg55486 date=1701866391]
I have a suggestion that might work but I'm not entirely sure since I do not have anything prepared to test it. It will depend a lot on your architecture though.

1. The agents SIP Endpoints would need to be directly registered to Genesys SIP Server (and not through a Session Border Controller);
2. You would need the option "internal-registrar-persistent" set to True on your SIP Server. And also, for this to work, the account that SIP Server is starting as (usually "SYSTEM") would need to have change permissions on the extensions DNs. This way, whenever a SIP Endpoint registers to an Extension, SIP Server would update its "Annex" tab / "contact" option with the SIP URI to reach the Endpoint (e.g. TServer\contact = sip:10.10.10.10:5090)
3. Instead of a regular "Select Target" block on your strategy, you use the "expanded" version: SelectDN, SuspendForDN, TRoute... This way you are able to get the DN that has been targeted (another approach would be to use the "Custom Routing" on the General tab of the "Select Target" block);
4. Once you have the DN that has been selected using the step 3 above, use URS function "GetObjectProperty" to retrieve the option TServer\contact of that given DN;
5. Parse the retrieved result form step 4 by removing the "sip:" prefix and the port number suffix (if applicable).

Again, I'm not sure if this will work since I cannot test it, and also depends if your environment falls on condition "1" above and your SIP Server is configured as "2" above.
[/quote]
Pages: 1 ... 8 9 [10]