Author Message
LAWRENCERIZZO
Joined: Jan 18, 2014
Messages: 6
Offline
I have developed a JTAPI CTI application that will automatically disconnect a call if there is no answer on the other end for n rings. Under ISDN, it seems that the connection name of the other connection (dialed #) is always a "Tnnnn" trunk number. When the traffic is directed out via SIP, I SOMETIMES get the connection name as the actual dialed phone number and other times report as a "Tnnnn" trunk number.

Is that expected behavior? It would seem to me to be one or the other. I can certainly code for this but did want to understand better.

Thanks,
Larry

PS: JTAPI version is 6.1.0.94, AES 6.3
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Online
The Tnnn numbers are called Dynamic IDs. They are generated by AE Services when Communication Manager does not know a number or, for some reason, does not pass a number to AE Services.

There are several reasons why you may get a Dynamic ID. It can be due to the configuration on Communication Manager or, more likely, the configuration on one of the switches between this Communication Manager and the far-end.

For example, many service providers do not return an Answering Party number as a matter of policy. In this case, an application that looks at the Answering Number in the JTAPI events will get a Dynamic ID.

Martin
LAWRENCERIZZO
Joined: Jan 18, 2014
Messages: 6
Offline
Thanks for you reply and clarification. One thing I am noticing is that the connectionUnknown event is firing when the name of the connection is a Dynamic ID (T#). From what I see, the code is 207 but I cannot seem to locate what that might be. Any ideas on what this may be?

i have included a log with both a call that reported as the full number dialed (call #1) and one that reported as a Dynamic ID (call #2) ... do you see anything that needs to be addressed? I'm afraid this is simply over my knowledge and was hoping you could review and let me know if you find anything odd.

Thanks,
Larry

Request: t_87004.addCallObserver(MyCallObserver) [decode=true]
=>t_87004.addCallObserver() returns void


16:56:13 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call1

[com.avaya.jtapi.tsapi.impl.events.call.TsapiCallActiveEvent]
Ev.getID() =>CallActiveEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>true
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnCreatedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[0]

Ev.getID() =>ConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnConnectedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[0]

Ev.getID() =>ConnConnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnInitiatedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[0]

Ev.getID() =>CallCtlConnInitiatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCtlCallEv.getCalledAddress() =>null
CallCtlCallEv.getCallingAddress() =>null
CallCtlCallEv.getCallingTerminal() =>null
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnCreatedEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 87004_tc[0]

Ev.getID() =>TermConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnActiveEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 87004_tc[0]

Ev.getID() =>TermConnActiveEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.LucentV5TermConnTalkingEventImpl]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 87004_tc[0]

Ev.getID() =>CallCtlTermConnTalkingEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCtlCallEv.getCalledAddress() =>null
CallCtlCallEv.getCallingAddress() =>null
CallCtlCallEv.getCallingTerminal() =>null
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:13 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call1

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnEstablishedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[0]

Ev.getID() =>CallCtlConnEstablishedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_PROGRESS
Ev.isNewMetaEvent() =>true
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => 22 < EC_NEW_CALL >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
CallCtlCallEv.getCalledAddress() =>a_1716XXXXXXX
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:15 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call1

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnCreatedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14254#2_c[1]

Ev.getID() =>ConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>true
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnConnectedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14254#2_c[1]

Ev.getID() =>ConnConnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnNetworkReachedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14254#2_c[1]

Ev.getID() =>CallCtlConnNetworkReachedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCtlCallEv.getCalledAddress() =>a_1716XXXXXXX
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentConnNetworkReachedEvent.getNetworkProgressInfo() =>progressDescription=PD_INBAND, progressLocation=PL_NONE)
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:23 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call1

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnEstablishedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14254#2_c[1]

Ev.getID() =>CallCtlConnEstablishedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_PROGRESS
Ev.isNewMetaEvent() =>true
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => 22 < EC_NEW_CALL >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_NEW_CALL
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.call.TsapiTrunkValidEv]
Ev.getID() =>CallCentTrunkValidEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_PROGRESS
Ev.isNewMetaEvent() =>false
csta3/AACC cause => 22 < EC_NEW_CALL >
TSCall.getChannelType =>CH_UNKNOWN
CallCentEv.getCallCenterCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
CallCentCallEv.getTrunks() =>942:33,
CallCentTrunkEv.getTrunk() =>942:33
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:24 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call1

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnCreatedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 84196_c[2]

Ev.getID() =>ConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>true
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnCreatedEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 84196_tc[1]

Ev.getID() =>TermConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnConnectedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 84196_c[2]

Ev.getID() =>ConnConnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnEstablishedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 84196_c[2]

Ev.getID() =>CallCtlConnEstablishedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnActiveEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 84196_tc[1]

Ev.getID() =>TermConnActiveEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.LucentV5TermConnTalkingEventImpl]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 84196_tc[1]

Ev.getID() =>CallCtlTermConnTalkingEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:29 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call1

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnDroppedEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 87004_tc[0]

Ev.getID() =>TermConnDroppedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_REMOVING_PARTY
Ev.isNewMetaEvent() =>true
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDeviceHistory()
V7DeviceHistoryEntry.getOldDeviceID() =>87004
V7DeviceHistoryEntry.getEventCause() =>EC_NONE
V7DeviceHistoryEntry.getOldConnectionID() =>14254
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.LucentV5TermConnDroppedEventCCImpl]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 87004_tc[0]

Ev.getID() =>CallCtlTermConnDroppedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_REMOVING_PARTY
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDeviceHistory()
V7DeviceHistoryEntry.getOldDeviceID() =>87004
V7DeviceHistoryEntry.getEventCause() =>EC_NONE
V7DeviceHistoryEntry.getOldConnectionID() =>14254
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnDisconnectedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[0]

Ev.getID() =>ConnDisconnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_REMOVING_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDeviceHistory()
V7DeviceHistoryEntry.getOldDeviceID() =>87004
V7DeviceHistoryEntry.getEventCause() =>EC_NONE
V7DeviceHistoryEntry.getOldConnectionID() =>14254
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnDisconnectedEventCCImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[0]

Ev.getID() =>CallCtlConnDisconnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_REMOVING_PARTY
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDeviceHistory()
V7DeviceHistoryEntry.getOldDeviceID() =>87004
V7DeviceHistoryEntry.getEventCause() =>EC_NONE
V7DeviceHistoryEntry.getOldConnectionID() =>14254
LucentV7CallInfo.getDistributingVDNAddress() =>null

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for null

[com.avaya.jtapi.tsapi.impl.events.call.TsapiCallObservationEndedEvent]
Ev.getID() =>CallObservationEndedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_UNKNOWN
Ev.isNewMetaEvent() =>true
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001142541552510572
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDeviceHistory()
V7DeviceHistoryEntry.getOldDeviceID() =>87004
V7DeviceHistoryEntry.getEventCause() =>EC_NONE
V7DeviceHistoryEntry.getOldConnectionID() =>14254
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:33 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call2

[com.avaya.jtapi.tsapi.impl.events.call.TsapiCallActiveEvent]
Ev.getID() =>CallActiveEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>true
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnCreatedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[3]

Ev.getID() =>ConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnConnectedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[3]

Ev.getID() =>ConnConnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnInitiatedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[3]

Ev.getID() =>CallCtlConnInitiatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCtlCallEv.getCalledAddress() =>null
CallCtlCallEv.getCallingAddress() =>null
CallCtlCallEv.getCallingTerminal() =>null
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnCreatedEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 87004_tc[2]

Ev.getID() =>TermConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnActiveEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 87004_tc[2]

Ev.getID() =>TermConnActiveEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.LucentV5TermConnTalkingEventImpl]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 87004_tc[2]

Ev.getID() =>CallCtlTermConnTalkingEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_STARTING
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCtlCallEv.getCalledAddress() =>null
CallCtlCallEv.getCallingAddress() =>null
CallCtlCallEv.getCallingTerminal() =>null
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:33 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call2

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnEstablishedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 87004_c[3]

Ev.getID() =>CallCtlConnEstablishedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_PROGRESS
Ev.isNewMetaEvent() =>true
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => 22 < EC_NEW_CALL >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
CallCtlCallEv.getCalledAddress() =>a_1716XXXXXXX
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:34 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call2

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnCreatedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14314#2_c[4]

Ev.getID() =>ConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>true
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnConnectedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14314#2_c[4]

Ev.getID() =>ConnConnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnNetworkReachedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14314#2_c[4]

Ev.getID() =>CallCtlConnNetworkReachedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCtlCallEv.getCalledAddress() =>a_1716XXXXXXX
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentConnNetworkReachedEvent.getNetworkProgressInfo() =>progressDescription=PD_INBAND, progressLocation=PL_NONE)
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>null
LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:37 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call2

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnEstablishedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14314#2_c[4]

Ev.getID() =>CallCtlConnEstablishedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_PROGRESS
Ev.isNewMetaEvent() =>true
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => 22 < EC_NEW_CALL >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_NEW_CALL
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.call.TsapiTrunkValidEv]
Ev.getID() =>CallCentTrunkValidEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_PROGRESS
Ev.isNewMetaEvent() =>false
csta3/AACC cause => 22 < EC_NEW_CALL >
TSCall.getChannelType =>CH_UNKNOWN
CallCentEv.getCallCenterCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
CallCentCallEv.getTrunks() =>942:34,
CallCentTrunkEv.getTrunk() =>942:34
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:37 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call2

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnCreatedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 54320_c[5]

Ev.getID() =>ConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>true
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnCreatedEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 54320_tc[3]

Ev.getID() =>TermConnCreatedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnConnectedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 54320_c[5]

Ev.getID() =>ConnConnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnEstablishedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: 54320_c[5]

Ev.getID() =>CallCtlConnEstablishedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.TsapiTermConnActiveEvent]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 54320_tc[3]

Ev.getID() =>TermConnActiveEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.termConn.LucentV5TermConnTalkingEventImpl]
Request: TermConnEv.getTerminalConnection()
=>TermConnEv.getTerminalConnection() returned: 54320_tc[3]

Ev.getID() =>CallCtlTermConnTalkingEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_ADDITIONAL_PARTY
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_NORMAL
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call2

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnUnknownEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14314#2_c[4]

Ev.getID() =>ConnUnknownEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_MERGING
Ev.isNewMetaEvent() =>true
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnUnknownEventCCImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14314#2_c[4]

Ev.getID() =>CallCtlConnUnknownEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_MERGING
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_CONFERENCE
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:38 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call2

[com.avaya.jtapi.tsapi.impl.events.conn.TsapiConnConnectedEvent]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14314#2_c[4]

Ev.getID() =>ConnConnectedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_MERGING
Ev.isNewMetaEvent() =>true
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null

[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5ConnEstablishedEventImpl]
Request: ConnEv.getConnection()
=>ConnEv.getConnection() returned: T14314#2_c[4]

Ev.getID() =>CallCtlConnEstablishedEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_MERGING
Ev.isNewMetaEvent() =>false
CallCtlEv.getCallControlCause() =>CAUSE_CONFERENCE
csta3/AACC cause => 31 < EC_SILENT_MONITOR >
TSCall.getChannelType =>CH_UNKNOWN
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
CallCtlCallEv.getCalledAddress() =>a_T14254#2
CallCtlCallEv.getCallingAddress() =>a_87004
CallCtlCallEv.getCallingTerminal() =>t_87004
CallCtlCallEv.getLastRedirectedAddress() =>null
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Other: -1
V5OCI.getUCID() =>00000000000000000000
V5OCI.hasCallOriginatorType()=>false

LucentCallInfo.getUserEnteredCode() =>null
LucentCallInfo.getUserToUserInfo() =>null
LucentV5CallInfo.canSetBillRate() =>false
LucentV5CallInfo.getCallOriginatorType() =>Other: -1
LucentV5CallInfo.getUCID() =>00001143141552510592
LucentV5CallInfo.hasCallOriginatorType() =>false
LucentV7CallInfo.getDistributingVDNAddress() =>null
______________________________________________________


16:56:44 Event List received by CallObserver:
______________________________________________________

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ New Meta Event for call2

[com.avaya.jtapi.tsapi.impl.events.call.TsapiTrunkInvalidEv]
Ev.getID() =>CallCentTrunkInvalidEv
Ev.getCause() =>CAUSE_NORMAL
Ev.getMetaCode() =>META_CALL_REMOVING_PARTY
Ev.isNewMetaEvent() =>true
csta3/AACC cause => -1 < EC_NONE >
TSCall.getChannelType =>CH_UNKNOWN
CallCentEv.getCallCenterCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
CallCentCallEv.getTrunks() =>No trunks on call.
CallCentTrunkEv.getTrunk() =>942:34
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null
LucentCallInfo.getOriginalCallInfo() =>OCI

OCI.getCalledDevice() =>a_91,716XXXXXXX,9358
OCI.getCallingDevice() =>a_87004
OCI.getLookaheadInfo() =>null
OCI.getReason() =>OR_CONFERENCED
OCI.getUserEnteredCode() =>null

OCI.getUserToUserInfo() =>null

V5OCI.canSetBillRate() =>false
V5OCI.getCallOriginatorType()=>Othe
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Online
1. I am not sure what you mean by "connectionUnknown event ". There is no such string in your trace.

2. You are using an Observer to get events. The observers have been deprecated for several years. You should use one of the Listener classes to get events.

Martin
LAWRENCERIZZO
Joined: Jan 18, 2014
Messages: 6
Offline
Sorry about that... it's been a bit since I've had to dig this deep in the logs. The new log below should now show what I was referring to (call #1 returns the full phone number, call #2 returns the dynamic id and throws connectionUnknown.)

One thing I also want to mention is that you will see additional events that are coming from our third-party call recording software... these are the connections with a 5 digit number that appears to represent a station ID that is dedicated to call recording.

Thanks,
Larry

Log Contents:
------------------------------------------------------------------
Request: t_87004.addCallListener(MyCallListener) [decode=true]
=>t_87004.addCallListener() returns void


8:24:35Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:35 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.CallEventImpl]
Event.getID() =>CallActiveEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >

8:24:35Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:35 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5CallControlConnectionEvent]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: 87004_c[0]

Event.getID() =>CallControlConnectionEstablishedEvent
Event.getCause() =>CAUSE_NORMAL
CallControlEvent.getCallControlCause() =>Other: 100
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
ITsapiCallEvent CSTA3/AACC cause => 22 < EC_NEW_CALL >

8:24:37Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:37 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.ConnectionEventImpl]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: T7678#2_c[1]

Event.getID() =>ConnectionCreatedEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >

8:24:42Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:42 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5CallControlConnectionEvent]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: T7678#2_c[1]

Event.getID() =>CallControlConnectionEstablishedEvent
Event.getCause() =>CAUSE_NORMAL
CallControlEvent.getCallControlCause() =>Other: 100
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
ITsapiCallEvent CSTA3/AACC cause => 22 < EC_NEW_CALL >

8:24:42Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:42 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.ConnectionEventImpl]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: 54091_c[2]

Event.getID() =>ConnectionCreatedEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
ITsapiCallEvent CSTA3/AACC cause => 31 < EC_SILENT_MONITOR >

8:24:51Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:51 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.CallCenterTrunkEventImpl]
Event.getID() =>CallCenterTrunkInvalidEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >

8:24:51Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:51 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.termConn.TerminalConnectionEventImpl]
Request: TerminalConnectionEvent.getTerminalConnection()
=>TerminalConnectionEvent.getTerminalConnection() returned: 87004_tc[0]

Event.getID() =>TerminalConnectionDroppedEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >

8:24:57 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.CallEventImpl]
Event.getID() =>CallActiveEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >

8:24:57Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:57 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5CallControlConnectionEvent]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: 87004_c[3]

Event.getID() =>CallControlConnectionEstablishedEvent
Event.getCause() =>CAUSE_NORMAL
CallControlEvent.getCallControlCause() =>Other: 100
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
ITsapiCallEvent CSTA3/AACC cause => 22 < EC_NEW_CALL >

8:24:59Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:24:59 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.ConnectionEventImpl]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: T7797#2_c[4]

Event.getID() =>ConnectionCreatedEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >

8:25:2Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:25:2 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.LucentV5CallControlConnectionEvent]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: T7797#2_c[4]

Event.getID() =>CallControlConnectionEstablishedEvent
Event.getCause() =>CAUSE_NORMAL
CallControlEvent.getCallControlCause() =>Other: 100
ITsapiCallEvent.getCSTACause() => 22 < EC_NEW_CALL >
ITsapiCallEvent CSTA3/AACC cause => 22 < EC_NEW_CALL >

8:25:2Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:25:2 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.ConnectionEventImpl]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: 54097_c[5]

Event.getID() =>ConnectionCreatedEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
ITsapiCallEvent CSTA3/AACC cause => 31 < EC_SILENT_MONITOR >

8:25:2Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.MultiCallMetaEventImpl]
Event.getID() =>MultiCallMetaMergeStartedEvent
Event.getCause() =>Other: 207

8:25:2 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.ConnectionEventImpl]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: T7797#2_c[4]

Event.getID() =>ConnectionUnknownEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
ITsapiCallEvent CSTA3/AACC cause => 31 < EC_SILENT_MONITOR >

8:25:2Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.MultiCallMetaEventImpl]
Event.getID() =>MultiCallMetaMergeStartedEvent
Event.getCause() =>Other: 207

8:25:2 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.conn.ConnectionEventImpl]
Request: ConnectionEvent.getConnection()
=>ConnectionEvent.getConnection() returned: T7797#2_c[4]

Event.getID() =>ConnectionConnectedEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => 31 < EC_SILENT_MONITOR >
ITsapiCallEvent CSTA3/AACC cause => 31 < EC_SILENT_MONITOR >

8:25:7Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:25:7 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.CallCenterTrunkEventImpl]
Event.getID() =>CallCenterTrunkInvalidEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >

8:25:7Meta Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.call.SingleCallMetaEventImpl]
Event.getID() =>SingleCallMetaProgressStartedEvent
Event.getCause() =>CAUSE_NORMAL

8:25:7 Event received by CallListener:[com.avaya.jtapi.tsapi.impl.events.termConn.TerminalConnectionEventImpl]
Request: TerminalConnectionEvent.getTerminalConnection()
=>TerminalConnectionEvent.getTerminalConnection() returned: 87004_tc[1]

Event.getID() =>TerminalConnectionDroppedEvent
Event.getCause() =>CAUSE_NORMAL
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Online
This requires more investigation than I can do in the forum. If you want further help with this, please open a technical support ticket and one of my colleagues will try to help.

Martin
Go to:   
Mobile view