Hey guys,
I’ve set up agent preview callback using GMS and all works good except the fact that there is no WrapUpTime.
We don’t have SIPServer instad a TServer with agents registered to Alcatel PBX.
In the GMS Callback Service I setup _ixn_createcall_hints = {“extensions”: {“WrapUpTime”: “10”, “BusinessCall”:“1”}}
So in the TServer logs I can see this info used in the RequestMakeCall:
16:28:32.571 Trc 04541 RequestMakeCall received from [804] (00000004 OR_Server 11.11.111.11:59826)
message RequestMakeCall
AttributeThisDN '3017'
AttributeOtherDN '00041xxx'
AttributeMakeCallType 0 (MakeCallRegular)
AttributeUserData [1917] 00 32 00 00..
…
AttributeExtensions [38] 00 02 00 00..
'BusinessCall' '1'
'WrapUpTime ' '10'
AttributeReferenceID 958
but then in the EventEstablished everything is reset to 0
@16:28:43.0090 [0] 8.1.008.03 distribute_event: message EventEstablished
AttributeEventSequenceNumber 000000000003980e
AttributeTimeinuSecs 9000
AttributeTimeinSecs 1614180523 (16:28:43)
AttributeExtensions [175] 00 07 02 00..
'GCTI_GLOB_CID' bin: a0 70 36 60.. (len=8)
'BusinessCall' 0
'GCTI_BUSINESS_CALL' 0
'GCTI_SUB_THIS_DN' '9900013'
'GCTI_NETWORK_TIMESLOT' 10
'WrapUpTime' 0
'PBXTimeStampS' 1614180523
AttributeOtherTrunk 268355
AttributeOtherDNRole 2
…
AttributeCallUUID 'U2V3CI0AGD4VJ3650NMJ17P25K0004L5'
AttributeConnID 00700312534ab18c
AttributePropagatedCallType 3
AttributeCallType 3
AttributeCallState 0
AttributeNetworkCallID a0703660b48c0100
Is there any way to have WrapUpTime configured in this case?
Thanks!