[quote author=Kubig link=topic=12109.msg54274#msg54274 date=1630337765]
Did you configure the certain KVP to be stored in "party" mode? By default the KVP is stored once call is released, so all subsequent updates of any fields have no effect at all.
[/quote]
I configured an XML file that contains the mapping of User Data for use in Genesys Info Mart and the key history for all user data keys is set to ALL to save every change in value to the IDB, if that's what you mean with "party" mode.
But I think this doesn't even matter because this is is not attached before.
Here is a snippet of the TLIB part in SIPS log:
[code]17:39:24.876 Int 04543 Interaction message "RequestDistributeUserEvent" received from 7956 ("ORS_MM_1_DC_MB2")
-- Absent ThisDN, ####### was used
@17:39:24.8760 [0] 8.1.104.24 send_to_client: message EventACK
AttributeEventSequenceNumber 0000000000f9a312
AttributeTimeinuSecs 876000
AttributeTimeinSecs 1630078764 (17:39:24)
AttributeReferenceID 6234
AttributeThisDN '#######'
AttributeUserEvent RequestDistributeUserEvent
17:39:24.876 Trc 04542 EventACK sent to [7956] (00001791 ORS_MM_1_DC_MB2 ######:47275)
@17:39:24.8760 [0] 8.1.104.24 distribute_user_event: message EventUserEvent
AttributeEventSequenceNumber 0000000000f9a313
AttributeTimeinuSecs 876000
AttributeTimeinSecs 1630078764 (17:39:24)
AttributeUserEvent EventUserEvent
AttributeReferenceID 6234
AttributeDNSyncInfo 96
AttributeConnID [b]0150032158b88de4[/b]
AttributeUserData [24] 00 01 00 00..
[b]'CUSTOM_DATA_4' 'test'[/b]
AttributeThisQueue '#######'
AttributeThisDN '##########'[/code]
And this is in ICON logs:
[code]17:39:24.876 DssMonitor: set current dsLink = Tserver, session= 297715137, ref[336-104-0]
17:39:24.876 Int 04543 Interaction message "EventUserEvent" received from 65200 ("SIPServer_P_MB2@#######")
: message EventUserEvent
AttributeEventSequenceNumber 0000000000f9a313
AttributeTimeinuSecs 876000
AttributeTimeinSecs 1630078764 (17:39:24)
AttributeUserEvent EventUserEvent
AttributeReferenceID 6234
AttributeDNSyncInfo 96
AttributeConnID [b]0150032158b88de4[/b]
AttributeUserData [24] 00 01 00 00..
AttributeThisQueue '#######'
AttributeThisDN '#########'
17:39:24.876 [CSTATE] No CDATA key configured
17:39:24.876 [CSTATE] DN[########]S[0]ID[0][b][CUSTOM_DATA_4]='test'[/b][/code]