Abdul Rasheed | Dear Piyush,
Thanks for your reply.
Please find the following information. CUCM Version: 6.1 The Exception is ¿2009:08:20::15:01:16.015: Info: JTapiServer @ IpcConnection@127.0.0.1:1145: sending message: Error{ FailReason = (i) PlatformException, MessageType = (i) StartMonitoring, CallId = (s) 1000113, DeviceName = (s) CtiPort1 }¿ The Phone has an application user and is added in the monitored device pool of CUAE and status is Enabled Running. Did you mention about the username and password of server.registerApplication ?We gave as server.registerApplication("EtchSample", "Default", "administrator", "<password>"); The applications is connected to the cuae server and when an incoming call comes it triggers.In the csllActive event JTapiStartmonitoring called.After that platform Exception Comes.
By Application user , do you mean that a user in CUAE or in CUCM. ? Right now we put the CUAE administrator in our code as mentioned above. JTAPI service logs(in verbose mode) Is attached below 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering 5 call events 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallActiveEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 8155/1, callState = active 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: # AM::addCallMonitor - Add CM - CallId: 8155/1 size: 0 2009:08:20::15:01:12.812: Info: metreos.service.jtapi.CallMonitorMap@18f5824: CMMap::add - Adding CallMonitor CID lFZvvZdFJlJ9PkdM | Size 0 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: added call INACTIVE/IDLE lFZvvZdFJlJ9PkdM 8155/1 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering ConnCreatedEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring ConnCreatedEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering ConnInProgressEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring ConnInProgressEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlConnOfferedEv 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: delivering CallCtlConnOfferedEv 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CallCtlConnOfferedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8155/1, callState = active, conn.getAddress = 1037, conn.getCallControlState = OFFERED, conn.getConnectionID = 19449653/1, conn.getReason = DIRECTCALL, conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 1039, callingTerminal = SEP0090F51F55E1, lastRedirectedAddress = null 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: xsetupAddrs connAddr=1037, called (ev=1037, c=1037, cCur=1037, cMod=1037), calling (ev=1039, c=1039, cCur=1039, cMod=1039), redir (evLast=null, cLast=null) 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: connState changed from INACTIVE to OFFERED 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: sending message: IncomingCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP001CC0314499, CallControlCause = (s) NORMAL, CallId = (s) lFZvvZdFJlJ9PkdM, From = (s) 1039, To = (s) 1037, OriginalTo = (s) 1037, *unknownMessageField=66* = (s) 8155/1 } 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering ConnCreatedEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: *** ignoring event about address: ConnCreatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8155/1, callState = active, conn.getAddress = 1039, conn.getCallControlState = IDLE, conn.getConnectionID = 0/0, conn.getReason = DIRECTCALL, conn.getState = IDLE 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring ConnCreatedEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: done delivering 5 call events 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering 2 call events 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering ConnConnectedEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: *** ignoring event about address: ConnConnectedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8155/1, callState = active, conn.getAddress = 1039, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 0/0, conn.getReason = DIRECTCALL, conn.getState = CONNECTED 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring ConnConnectedEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlConnEstablishedEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: *** ignoring event about address: CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8155/1, callState = active, conn.getAddress = 1039, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 0/0, conn.getReason = DIRECTCALL, conn.getState = CONNECTED 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring CallCtlConnEstablishedEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: done delivering 2 call events 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering 5 call events 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering ConnAlertingEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring ConnAlertingEv 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlConnAlertingEv 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: delivering CallCtlConnAlertingEv 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CallCtlConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8155/1, callState = active, conn.getAddress = 1037, conn.getCallControlState = ALERTING, conn.getConnectionID = 19449653/1, conn.getReason = DIRECTCALL, conn.getState = ALERTING, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 1039, callingTerminal = SEP0090F51F55E1, lastRedirectedAddress = null 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: xsetupAddrs connAddr=1037, called (ev=1037, c=1037, cCur=1037, cMod=1037), calling (ev=1039, c=1039, cCur=1039, cMod=1039), redir (evLast=null, cLast=null) 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: connState changed from OFFERED to ALERTING 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering TermConnCreatedEv SEP001CC0314499 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring TermConnCreatedEv SEP001CC0314499 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering TermConnRingingEv SEP001CC0314499 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring TermConnRingingEv SEP001CC0314499 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlTermConnRingingEvImpl SEP001CC0314499 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: delivering CallCtlTermConnRingingEvImpl SEP001CC0314499 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CallCtlTermConnRingingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8155/1, callState = active, termConn.getCallControlState = RINGING, termConn.getState = RINGING, termConn.getTerminal = SEP001CC0314499, conn.getAddress = 1037, conn.getCallControlState = ALERTING, conn.getConnectionID = 19449653/1, conn.getReason = DIRECTCALL, conn.getState = ALERTING, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 1039, callingTerminal = SEP0090F51F55E1, lastRedirectedAddress = null 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: no dtmf detection, media not available 2009:08:20::15:01:12.812: Info: mon-dev( SEP001CC0314499 ): addCallMonitor, connId=19449653, monitor=offered call ALERTING/IDLE lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499, oldMonitor=null, active=true 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: termConnState changed from IDLE to RINGING 2009:08:20::15:01:12.812: Info: offered call ALERTING/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: sending message: RingingCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP001CC0314499, CallId = (s) lFZvvZdFJlJ9PkdM, From = (s) 1039, To = (s) 1037, OriginalTo = (s) 1037, *unknownMessageField=66* = (s) 8155/1 } 2009:08:20::15:01:12.812: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: done delivering 5 call events 2009:08:20::15:01:15.937: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering 4 call events 2009:08:20::15:01:15.937: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering ConnConnectedEv 2009:08:20::15:01:15.937: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring ConnConnectedEv 2009:08:20::15:01:15.937: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlConnEstablishedEv 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: delivering CallCtlConnEstablishedEv 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8155/1, callState = active, conn.getAddress = 1037, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 19449653/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 1039, callingTerminal = SEP0090F51F55E1, lastRedirectedAddress = null 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: xsetupAddrs connAddr=1037, called (ev=1037, c=1037, cCur=1037, cMod=1037), calling (ev=1039, c=1039, cCur=1039, cMod=1039), redir (evLast=null, cLast=null) 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: connState changed from ALERTING to ESTABLISHED 2009:08:20::15:01:15.937: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering TermConnActiveEv SEP001CC0314499 2009:08:20::15:01:15.937: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring TermConnActiveEv SEP001CC0314499 2009:08:20::15:01:15.937: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlTermConnTalkingEv SEP001CC0314499 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: delivering CallCtlTermConnTalkingEv SEP001CC0314499 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8155/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP001CC0314499, conn.getAddress = 1037, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 19449653/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 1039, callingTerminal = SEP0090F51F55E1, lastRedirectedAddress = null 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: no dtmf detection, media not available 2009:08:20::15:01:15.937: Info: mon-dev( SEP001CC0314499 ): addCallMonitor, connId=19449653, monitor=offered call ESTABLISHED/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499, oldMonitor=offered call ESTABLISHED/RINGING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499, active=true 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: termConnState changed from RINGING to TALKING 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: sending message: EstablishedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP001CC0314499, Cause = (s) normal, CallControlCause = (s) NORMAL, CallId = (s) lFZvvZdFJlJ9PkdM, From = (s) 1039, To = (s) 1037, OriginalTo = (s) 1037, *unknownMessageField=66* = (s) 8155/1 } 2009:08:20::15:01:15.937: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: done delivering 4 call events 2009:08:20::15:01:15.937: Info: mon-dev( SEP001CC0314499 ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStartedEv 2009:08:20::15:01:15.937: Info: offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CiscoRTPInputStartedEv, cause = NORMAL, metaCode = UNKNOWN, terminal = SEP001CC0314499, localAddress = 192.168.0.24, localPort = 24610, payloadType = 4, packetSize = 20, hasLogicalChannel = false 2009:08:20::15:01:15.953: Info: mon-dev( SEP001CC0314499 ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPOutputStartedEv 2009:08:20::15:01:15.953: Info: offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CiscoRTPOutputStartedEv, cause = NORMAL, metaCode = UNKNOWN, terminal = SEP001CC0314499, remoteAddress = 192.168.0.102, remotePort = 24608, payloadType = 4, packetSize = 20, hasLogicalChannel = false, silent = false 2009:08:20::15:01:15.984: Info: JTapiServer @ IpcConnection@127.0.0.1:1145: received message: StartMonitoring{ DeviceName = (s) CtiPort1, RxIP = (s) 192.168.0.102, RxPort = (i) 8740, CallId = (s) 1000113, To = (s) 1037, From = (s) 2050, MonTargetDeviceName = (s) SEP001CC0314499, PlayToneMode = (i) 0, MonTargetCallId = (s) lFZvvZdFJlJ9PkdM } 2009:08:20::15:01:15.984: Info: JTapiServer @ IpcConnection@127.0.0.1:1145: StartMonitoring Monitor Initiator device = CtiPort1 2009:08:20::15:01:15.984: Info: JTapiServer @ IpcConnection@127.0.0.1:1145: StartMonitoring Monitor Target device = mon-dev( SEP001CC0314499 ) 2009:08:20::15:01:15.984: Info: mon-dev( CtiPort1 ): Start monitoring: Initiator Device: CtiPort1 Target Device: SEP001CC0314499 2009:08:20::15:01:15.984: Info: mon-dev( CtiPort1 ): Got Target terminal : SEP001CC0314499 2009:08:20::15:01:15.984: Info: mon-dev( CtiPort1 ): No. of connections : 1 2009:08:20::15:01:15.984: Info: mon-dev( CtiPort1 ): StartMonitoring: Found Call 8155/1 on SEP001CC0314499 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering 7 call events 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering CallActiveEv 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: # AM::addCallMonitor - Add CM - CallId: 8156/1 size: 1 2009:08:20::15:01:16.000: Info: metreos.service.jtapi.CallMonitorMap@18f5824: CMMap::add - Adding CallMonitor CID 8lY3t7HbL6ypVZ2Q | Size 1 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: added call INACTIVE/IDLE 8lY3t7HbL6ypVZ2Q 8156/1 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering ConnCreatedEv 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: ignoring ConnCreatedEv 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering ConnConnectedEv 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: ignoring ConnConnectedEv 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering CallCtlConnInitiatedEv 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: delivering CallCtlConnInitiatedEv 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = INITIATED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: xsetupAddrs connAddr=2050, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=2050, c=2050, cCur=2050, cMod=2050), redir (evLast=null, cLast=null) 2009:08:20::15:01:16.000: Info: metreos.service.jtapi.CallMonitorMap@18f5824: rename 8lY3t7HbL6ypVZ2Q -> 1000113 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: setRTPIpPort to /192.168.0.102/8740, callSetRTPParams true, fake false 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: setRTPParams but no handle or no media: 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== ConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== ConnConnectedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = INITIATED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== TermConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== TermConnActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 8156/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = CtiPort1, conn.getAddress = 2050, conn.getCallControlState = INITIATED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: connState changed from INACTIVE to INITIATED 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering TermConnCreatedEv CtiPort1 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: ignoring TermConnCreatedEv CtiPort1 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering TermConnActiveEv CtiPort1 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: ignoring TermConnActiveEv CtiPort1 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering CallCtlTermConnTalkingEv CtiPort1 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: delivering CallCtlTermConnTalkingEv CtiPort1 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8156/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = CtiPort1, conn.getAddress = 2050, conn.getCallControlState = INITIATED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: no dtmf detection, media not available 2009:08:20::15:01:16.000: Info: mon-dev( CtiPort1 ): addCallMonitor, connId=19449654, monitor=initiated call INITIATED/IDLE 1000113 8156/1 2050 CtiPort1, oldMonitor=null, active=true 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: termConnState changed from IDLE to TALKING 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: sending message: InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) CtiPort1, CallControlCause = (s) NORMAL, CallId = (s) 1000113, From = (s) 2050, *unknownMessageField=66* = (s) 8156/1 } 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: done delivering 7 call events 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== ConnCreatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== ConnConnectedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = INITIATED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== TermConnCreatedEv, cause = 0, metaCode = CALL_STARTING, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== TermConnActiveEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8156/1, callState = active 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 8156/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = CtiPort1, conn.getAddress = 2050, conn.getCallControlState = INITIATED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219) 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering 1 call events 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering CallCtlConnDialingEv 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: delivering CallCtlConnDialingEv 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = DIALING, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: xsetupAddrs connAddr=2050, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=2050, c=2050, cCur=2050, cMod=2050), redir (evLast=null, cLast=null) 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: connState changed from INITIATED to DIALING 2009:08:20::15:01:16.000: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: done delivering 1 call events 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = DIALING, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.000: Info: initiated call DIALING/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(204) 2009:08:20::15:01:16.015: Info: mon-dev( CtiPort1 ): Failed to start monitoring on terminal : SEP001CC0314499 2009:08:20::15:01:16.015: Info: JTapiServer @ IpcConnection@127.0.0.1:1145: sending message: Error{ FailReason = (i) PlatformException, MessageType = (i) StartMonitoring, CallId = (s) 1000113, DeviceName = (s) CtiPort1 } 2009:08:20::15:01:16.015: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering 1 call events 2009:08:20::15:01:16.015: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering CallCtlConnEstablishedEv 2009:08:20::15:01:16.015: Info: initiated call ESTABLISHED/TALKING 1000113 8156/1 2050 CtiPort1: delivering CallCtlConnEstablishedEv 2009:08:20::15:01:16.015: Info: initiated call ESTABLISHED/TALKING 1000113 8156/1 2050 CtiPort1: CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.015: Info: initiated call ESTABLISHED/TALKING 1000113 8156/1 2050 CtiPort1: xsetupAddrs connAddr=2050, called (ev=1037, c=1037, cCur=1037, cMod=1037), calling (ev=2050, c=2050, cCur=2050, cMod=2050), redir (evLast=null, cLast=null) 2009:08:20::15:01:16.015: Info: initiated call ESTABLISHED/TALKING 1000113 8156/1 2050 CtiPort1: connState changed from DIALING to ESTABLISHED 2009:08:20::15:01:16.015: Info: initiated call ESTABLISHED/TALKING 1000113 8156/1 2050 CtiPort1: sending message: EstablishedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) CtiPort1, Cause = (s) normal, CallControlCause = (s) NORMAL, CallId = (s) 1000113, From = (s) 2050, To = (s) 1037, OriginalTo = (s) 1037, *unknownMessageField=66* = (s) 8156/1 } 2009:08:20::15:01:16.015: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: done delivering 1 call events 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 2050, callingTerminal = null, lastRedirectedAddress = null 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: ===== address 2050 NOT alerting 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(206) 2009:08:20::15:01:16.015: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering 2 call events 2009:08:20::15:01:16.015: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering ConnFailedEv 2009:08:20::15:01:16.015: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: ignoring ConnFailedEv 2009:08:20::15:01:16.015: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: delivering CallCtlConnFailedEv 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: delivering CallCtlConnFailedEv 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: CallCtlConnFailedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = FAILED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = FAILED, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 2050, callingTerminal = CtiPort1, lastRedirectedAddress = null 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: ---- callCtlConnFailed: Changin state to Disconnected 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: connState changed from ESTABLISHED to DISCONNECTED 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: Sending Hangup Call from jtapi service 2009:08:20::15:01:16.015: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) CtiPort1, Cause = (s) NORMAL, CallControlCause = (s) NORMAL, CallId = (s) 1000113, From = (s) 2050, To = (s) 1037, OriginalTo = (s) 1037, *unknownMessageField=66* = (s) 8156/1 } 2009:08:20::15:01:16.031: Info: address( 2050@CtiPort1 ) [metreos.service.jtapi.AddressMonitor@14b5f4a]: done delivering 2 call events 2009:08:20::15:01:16.031: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: ===== ConnFailedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8156/1, callState = active 2009:08:20::15:01:16.031: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(108) 2009:08:20::15:01:16.031: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: ===== CallCtlConnFailedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 8156/1, callState = active, conn.getAddress = 2050, conn.getCallControlState = FAILED, conn.getConnectionID = 19449654/1, conn.getReason = DIRECTCALL, conn.getState = FAILED, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 2050, callingTerminal = CtiPort1, lastRedirectedAddress = null 2009:08:20::15:01:16.031: Info: initiated call DISCONNECTED/TALKING 1000113 8156/1 2050 CtiPort1: -C- callChangedEvent: Received Event: <- *unknownTermEv*(207) 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering 2 call events 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering ConnDisconnectedEv 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: *** ignoring event about address: ConnDisconnectedEv, cause = NORMAL, metaCode = CALL_REMOVING_PARTY, callId = 8155/1, callState = active, conn.getAddress = 1039, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 0/0, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring ConnDisconnectedEv 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlConnDisconnectedEv 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: *** ignoring event about address: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_REMOVING_PARTY, callId = 8155/1, callState = active, conn.getAddress = 1039, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 0/0, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring CallCtlConnDisconnectedEv 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: done delivering 2 call events 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering 5 call events 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering TermConnDroppedEv SEP001CC0314499 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring TermConnDroppedEv SEP001CC0314499 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlTermConnDroppedEv SEP001CC0314499 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: delivering CallCtlTermConnDroppedEv SEP001CC0314499 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 8155/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP001CC0314499, conn.getAddress = 1037, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 19449653/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 1039, callingTerminal = SEP0090F51F55E1, lastRedirectedAddress = null 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: # CM::callCtlTermConnDropped - About to remove CM 2009:08:20::15:01:20.875: Info: mon-dev( SEP001CC0314499 ): removeCallMonitor, connId=19449653, monitor=offered call ESTABLISHED/TALKING lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: termConnState changed from TALKING to DROPPED 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: Sending Hangup Call from jtapi service 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP001CC0314499, Cause = (s) NORMAL, CallControlCause = (s) NORMAL, CallId = (s) lFZvvZdFJlJ9PkdM, From = (s) 1039, To = (s) 1037, OriginalTo = (s) 1037, *unknownMessageField=66* = (s) 8155/1 } 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering ConnDisconnectedEv 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: ignoring ConnDisconnectedEv 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallCtlConnDisconnectedEv 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: delivering CallCtlConnDisconnectedEv 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 8155/1, callState = invalid, conn.getAddress = 1037, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 19449653/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1037, callingAddress = 1039, callingTerminal = SEP0090F51F55E1, lastRedirectedAddress = null
2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: connState changed from ESTABLISHED to DISCONNECTED 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallInvalidEv 2009:08:20::15:01:20.875: Info: offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499: cleanup 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: done delivering 5 call events 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering 1 call events 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: delivering CallObservationEndedEv 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: # AM::removeCallMonitor - Removed CM CallId: 8155/1 size: 2 2009:08:20::15:01:20.875: Info: (P1-192.168.0.117) EventThread: {8155/1=offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499} 2009:08:20::15:01:20.875: Info: metreos.service.jtapi.CallMonitorMap@18f5824: # CMMap::remove - Removing CallMonitor CID lFZvvZdFJlJ9PkdM | Size 2 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: removed call offered call DISCONNECTED/DROPPED lFZvvZdFJlJ9PkdM 8155/1 1037 SEP001CC0314499 2009:08:20::15:01:20.875: Info: address( 1037@SEP001CC0314499 ) [metreos.service.jtapi.AddressMonitor@f18e8e]: done delivering 1 call events 2009:08:20::15:01:20.890: Info: mon-dev( SEP001CC0314499 ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStoppedEv 2009:08:20::15:01:20.890: Info: mon-dev( SEP001CC0314499 ): *** ignored CiscoRTPInputStoppedEv 2009:08:20::15:01:20.890: Info: mon-dev( SEP001CC0314499 ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPOutputStoppedEv 2009:08:20::15:01:20.890: Info: mon-dev( SEP001CC0314499 ): *** ignored CiscoRTPOutputStoppedEv
Thanks and Regards Rasheed |