abdel
September 27, 2019, 4:53pm
1
Hi,
In URS logs, I want to get attribute value and attach it, example:
I want to get the value of AttributeUserEvent
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]
terry
October 4, 2019, 5:52am
2
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
I think he means to capture the value that URS logs shows
Enviado de meu SM-G9650 usando o Tapatalk
Kubig
October 4, 2019, 10:01am
5
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)