" /> Recent Posts

Recent Posts

Pages: 1 ... 8 9 [10]
91
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

92
Did you manage to make this work?
93
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?
94
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]
95
Genesys CTI Technical Discussion / Re: Interaction Queue Views execution order
« Last post by Kubig on June 04, 2024, 12:15:41 PM »
Hi Cav, afaik IXN checks the views in alphabetical order
96
Genesys CTI Technical Discussion / Interaction Queue Views execution order
« Last post by cavagnaro on June 04, 2024, 05:41:05 AM »
Hi guys,
Always have wondered which is the criteria for the views to be executed? It seems to be kinda randomic and therefore can't determine which view will run first so I can create some "where (conditions)" to catch before others...Or am I missing some configuration option maybe?


Thanks
97
Genesys CTI Technical Discussion / Re: Confserv stopped working
« Last post by cavagnaro on May 27, 2024, 10:09:19 PM »
But what error do you exactly get?
You say RCA...? What is it? Or is it LCA?

I have seen errors with limit of tcp connections, if you have AD or radius, those servers could be also the problem, slowing or not enough capacity...

Try do describe a little more of your issue.

Enviado de meu SM-S918B usando o Tapatalk

98
Genesys CTI Technical Discussion / Confserv stopped working
« Last post by mahmoud.islam on May 27, 2024, 11:37:31 AM »
Hello Guys, hope all is great,

I have a weird behavior regarding the confserv, as it sometimes I suddenly can't login to application although the confserv is started normally and shows no warning in SCI.

Each time it is solved by "restarting" the confserv and I can not detect on the confserv logs the RCA as it shows only authentication errors from the failed login attempts, and also SCS logs do not show any errors or exceptions

So, how can I detect the reason behind it? or where?
99
[quote author=Gef Buneri link=topic=12486.msg55500#msg55500 date=1702558513]
Thank you Hsujdik. Love your theory and I'll try this method for sure; internal-registrar-persistent is set as true already. Permissions are ok too.


I'll let you know asap.
[/quote]

Hello guys, hope everything's fine out there. Sorry for the delay but I was totaly caught in a project, but confirmed, the method suggested by Hsujdik works perfectly to retrieve the SIP contact of the DN containing the IP address, and depending on the system configuration that IP can be used to identiify the extension DN the interaction is routed to. It is mandatory that the DN (or any object excluding transaction and agents) have got an alias, because the name must be the alias. Another little stone to my experience, thank you very much.
100
What do you want to achieve? KeyValueCollection itself has nothing to do with IXN directly, KVC is just key-value pair collection which mostly represents interaction's userdata
Pages: 1 ... 8 9 [10]