Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: abdel on September 27, 2019, 04:53:15 PM
-
Hi,
In URS logs, I want to get attribute value and attach it, example:
I want to get the value of [b]AttributeUserEvent[/b]
AttributeANI '+212699747308'
AttributeDNIS '430'
AttributeOtherDNRole 1
AttributeOtherDN '+212699747308'
AttributeThisDNRole 2
AttributeThisQueue 'VQ_CS_N1'
AttributeThisDN 'VQ_CS_N1'
AttributeCallType 2
AttributeCallID 243071
AttributeConnID 00bb02e7e16711c4
AttributeCustomerID 'Resources'
AttributeReferenceID 4294967295
[b]AttributeUserEvent EventAttachedDataChanged[/b]
-
What means get attribute value in URS log?
-
You can't, this are events properties. You can set a listener and will be a property of the object
Enviado de meu SM-G9650 usando o Tapatalk
-
[quote author=terry link=topic=11447.msg52174#msg52174 date=1570168372]
What means get attribute value in URS log?
[/quote]I think he means to capture the value that URS logs shows
Enviado de meu SM-G9650 usando o Tapatalk
-
You can developer your own listener (using PSDK) to catch that information/data or you can parse URS logs to get the values (this is not recommended as it requires debug logging which should be avoided in production environment)