Cisco Unified Application Environment Developer Forums

« Back to Developers

[Cuae-developers] FW: device monitoring

Combination View Flat View Tree View
Threads [ Previous | Next ]
Showing 1 - 20 of 28 results.
of 2
Hello Vadim, the earlier mail that I send to the group did not make it
to the forum. I am resending it. Please see below.

Thanks,
Rajesh

-----Original Message-----
From: Rajesh Vargheese (rvarghee)
Sent: Friday, June 20, 2008 2:15 PM
To: 'cuae-developers@developer.cisco.com'
Subject: RE: [Cuae-developers] device monitoring

Hello Vadim,

The two user id/passwords are totally different.

1. The one that you use with registerApplication is the credentials of
the user created in the cuaeadmin.
2. The userid/password that you used to create the monitored cti device
pool is the userid/password of the CTI application user.

About the jTapiNonTriggeringSubscribe issue: Can you try the following.
1. Use the same monitored pool and add the same device using mceadmin
and make sure it registers correctly. This will rule many causes.
2. Once this succeeds, use the jTapiNonTriggeringSubscribe. The app
server is giving an error InvalidDeviceType. I would like to take a look
at the jtapi service log to pin point the problem.

Thanks,
Rajesh

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Friday, June 20, 2008 1:15 PM
To: cuae-developers@developer.cisco.com
Subject: [Cuae-developers] device monitoring

Hi,

I'd like start receiving jtapi events for a particular terminal. I'm
calling jTapiNonTriggeringSubscribe method with the following
parameters: sessionId as a string returned from registerApplication
call; deviceName is a device name that I took in CCM (in my case it's
SEP0009B7DA0BCemoticon; pool is the name of the configured in mceadmin
monitored cti device pool (question - when I was creating the pool I had
to enter user/password - are these the same as those in
registerApplication?), deviceType is JTapi.DeviceType.CTIMONITORED, and
options are null. My simple test blocks forever in the subcribe request.

In the log files I can see that AppServer complains about device type.
Specificaly:
2008:06:20::11:01:36(71): Info: JTP Registering new device
'SEP0009B7DA0BCB' type: True under CCM6 with JTAPI service v6.0
2008:06:20::11:01:36(71): Error: JTP Call encountered an error
(InvalidDeviceType): <no description> So what device type should I use?
Also, is it an expected behaviour when the call blocks (even if the
arguments are incorrect)?
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Hi Rajesh,

I realize that these are different users and do use different corresponding credentials (cuad admin and cti app user).
Here is the log that AppServer generates:
2008:06:20::12:03:25(32): Warning: CI This server is not configured with a hot-standby
2008:06:20::12:03:29(35): Info: HP Connected to H.323 service successfully
2008:06:20::12:03:30(54): Info: JTP Setting log level for JTAPI service v3.3 to level: 3
2008:06:20::12:03:30(57): Info: JTP Setting log level for JTAPI service v4.0 to level: 3
2008:06:20::12:03:30(59): Info: JTP Setting log level for JTAPI service v4.1 to level: 3
2008:06:20::12:03:30(60): Info: JTP Setting log level for JTAPI service v4.2 to level: 3
2008:06:20::12:03:30(62): Info: JTP Setting log level for JTAPI service v5.0 to level: 3
2008:06:20::12:03:30(64): Info: JTP Setting log level for JTAPI service v5.1 to level: 3
2008:06:20::12:03:30(65): Info: JTP Setting log level for JTAPI service v6.0 to level: 3
2008:06:20::12:03:30(67): Info: JTP Setting log level for JTAPI service v6.1 to level: 3
2008:06:20::12:03:30(71): Verbose: Config Device Pool Data id = '1', version= '6.0', name= 'CCM6', ip= '10.2.0.16', ctiAddr= '10.2.0.16'
2008:06:20::12:03:30(85): Warning: JTP Failed to send register for device SEP0009B7DA0BCB
2008:06:20::12:03:31(10): Info: JTP Connected to JTAPI service v4.0 successfully
2008:06:20::12:03:31(12): Info: JTP No CTI devices configured for v4.0.
2008:06:20::12:03:31(14): Info: JTP Connected to JTAPI service v3.3 successfully
2008:06:20::12:03:31(14): Info: JTP No CTI devices configured for v3.3.
2008:06:20::12:03:31(14): Info: JTP Connected to JTAPI service v4.1 successfully
2008:06:20::12:03:31(14): Info: JTP No CTI devices configured for v4.1.
2008:06:20::12:03:31(15): Info: JTP Connected to JTAPI service v4.2 successfully
2008:06:20::12:03:31(15): Info: JTP No CTI devices configured for v4.2.
2008:06:20::12:03:31(17): Info: JTP Connected to JTAPI service v5.0 successfully
2008:06:20::12:03:31(17): Info: JTP No CTI devices configured for v5.0.
2008:06:20::12:03:31(18): Info: JTP Connected to JTAPI service v5.1 successfully
2008:06:20::12:03:31(18): Info: JTP No CTI devices configured for v5.1.
2008:06:20::12:03:31(18): Info: JTP Connected to JTAPI service v6.0 successfully
2008:06:20::12:03:31(18): Info: JTP Registering device 'SEP0009B7DA0BCB' with the JTAPI service v6.0
2008:06:20::12:03:31(21): Info: JTP Setting log level for JTAPI service v3.3 to level: 3
2008:06:20::12:03:31(23): Info: JTP Setting log level for JTAPI service v4.0 to level: 3
2008:06:20::12:03:31(25): Info: JTP Setting log level for JTAPI service v4.1 to level: 3
2008:06:20::12:03:31(26): Info: JTP Setting log level for JTAPI service v4.2 to level: 3
2008:06:20::12:03:31(29): Info: JTP Setting log level for JTAPI service v5.0 to level: 3
2008:06:20::12:03:31(31): Info: JTP Connected to JTAPI service v6.1 successfully
2008:06:20::12:03:31(31): Info: JTP No CTI devices configured for v6.1.
2008:06:20::12:03:31(31): Info: JTP Setting log level for JTAPI service v5.1 to level: 3
2008:06:20::12:03:31(32): Info: JTP Setting log level for JTAPI service v6.0 to level: 3
2008:06:20::12:03:31(34): Info: JTP Setting log level for JTAPI service v6.1 to level: 3
2008:06:20::12:03:36(57): Info: JTP Device 'SEP0009B7DA0BCB' registered successfully.
2008:06:20::12:03:48(89): Info: SIP Connected to Sip service successfully
2008:06:20::12:03:49(10): Warning: SIP No SIP devices configured. SIP services are unavailable.
2008:06:20::12:03:52(42): Info: MEP Clearing MRG cache
2008:06:20::12:03:54(68): Info: CDL Adding '10.2.0.16 v6' to DeviceListX cache list
2008:06:20::12:03:55(75): Info: CDL Device list cache refresh starting.
2008:06:20::12:03:59(59): Info: PP Connected to Presence service successfully
2008:06:20::12:04:00(03): Info: PP Presence service started, re-subscribe for notifications.
2008:06:20::12:04:01(64): Verbose: AM Application: jtapitest has correct directory structure
2008:06:20::12:04:06(04): Info: ARE Script 'script1' compiled successfully
2008:06:20::12:04:06(07): Verbose: ARE Registering script:
InternalMessage:
Type: CommandMessage
Message ID: RegisterScript
Routing GUID: unspecified
Source: Repository
SourceType: Core
SourceQueue: unspecified
Destination: Router
Fields:
ScriptName: script1
ApplicationQueueWriter: Metreos.Messaging.MessageQueueWriter
ApplicationName: jtapitest
Enabled: False
EventName: Metreos.Providers.JTapi.JTapiCallInitiated
PartitionName: Default
2008:06:20::12:04:06(31): Verbose: jtapitest New thread pool 'ARE Thread Pool' starting:
Initial thread count: 5
Max thread count: 10
New thread trigger: 400 ms
Dynamic thread decay time: 300000 ms
Request queue limit: -1 entries
2008:06:20::12:04:06(31): Verbose: jtapitest [111, ARE Thread Pool (static)] Worker thread started
2008:06:20::12:04:06(31): Verbose: jtapitest [112, ARE Thread Pool (static)] Worker thread started
2008:06:20::12:04:06(32): Verbose: jtapitest [113, ARE Thread Pool (static)] Worker thread started
2008:06:20::12:04:06(32): Verbose: jtapitest [114, ARE Thread Pool (static)] Worker thread started
2008:06:20::12:04:06(32): Verbose: jtapitest [115, ARE Thread Pool (static)] Worker thread started
2008:06:20::12:04:06(32): Info: jtapitest No constructor found
2008:06:20::12:04:06(34): Info: AM Application jtapitest loaded successfully.
2008:06:20::12:04:06(37): Info: DS Debug server started
2008:06:20::12:04:08(46): Info: CDL Device list cache refresh complete.
2008:06:20::14:03:54(70): Info: CDL Device list cache refresh starting.
2008:06:20::14:04:03(65): Info: CDL Device list cache refresh complete.
2008:06:20::15:06:04(15): Info: JTP Added JTapi call 1000001<->8S6qwlVG4F6XhYZH
2008:06:20::15:06:04(15): Info: JTP Sending third-party CallInitiated for: 1000001
2008:06:20::15:06:04(20): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:06:04(21): Info: JTP Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:06:04(65): Info: JTP Sending third-party Hangup for '1000001' (cause=NORMAL)
2008:06:20::15:06:04(65): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:06:04(67): Info: JTP Metreos.Providers.JTapi.JTapiHangup event was not handled
2008:06:20::15:06:05(00): Info: JTP Added JTapi call 1000002<->CzkTdnBjZfbRq2Bl
2008:06:20::15:06:05(00): Info: JTP Sending third-party CallInitiated for: 1000002
2008:06:20::15:06:05(01): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:06:05(03): Info: JTP Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:06:05(39): Info: JTP Sending third-party Hangup for '1000002' (cause=NORMAL)
2008:06:20::15:06:05(39): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:06:05(39): Info: JTP Metreos.Providers.JTapi.JTapiHangup event was not handled
2008:06:20::15:32:28(10): Info: JTP Added JTapi call 1000003<->QvzxmDSNgCsTyhsW
2008:06:20::15:32:28(10): Info: JTP Sending third-party CallInitiated for: 1000003
2008:06:20::15:32:28(10): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:28(10): Info: JTP Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:32:28(81): Info: JTP Sending third-party GotDigits for '1000003': 1
2008:06:20::15:32:28(81): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:28(81): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:29(35): Info: JTP Sending third-party GotDigits for '1000003': 0
2008:06:20::15:32:29(37): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:29(37): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:29(68): Info: JTP Sending third-party GotDigits for '1000003': 2
2008:06:20::15:32:29(68): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:29(68): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:30(01): Info: JTP Sending third-party GotDigits for '1000003': 7
2008:06:20::15:32:30(03): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:30(03): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:30(06): Info: JTP Sending third-party Hangup for '1000003' (cause=DEST_NOT_OBTAINABLE)
2008:06:20::15:32:30(06): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:30(06): Info: JTP Metreos.Providers.JTapi.JTapiHangup event was not handled
2008:06:20::15:32:35(26): Info: JTP Added JTapi call 1000004<->38jgcdZxqnF5WqXg
2008:06:20::15:32:35(26): Info: JTP Sending third-party CallInitiated for: 1000004
2008:06:20::15:32:35(26): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:35(26): Info: JTP Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:32:35(73): Info: JTP Sending third-party GotDigits for '1000004': 1
2008:06:20::15:32:35(75): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:35(75): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:35(84): Info: JTP Sending third-party GotDigits for '1000004': 0
2008:06:20::15:32:35(84): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:35(84): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:35(93): Info: JTP Sending third-party GotDigits for '1000004': 3
2008:06:20::15:32:35(93): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:35(95): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:36(04): Info: JTP Sending third-party GotDigits for '1000004': 7
2008:06:20::15:32:36(04): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:36(04): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:36(06): Info: JTP Sending third-party Hangup for '1000004' (cause=DEST_NOT_OBTAINABLE)
2008:06:20::15:32:36(06): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:36(06): Info: JTP Metreos.Providers.JTapi.JTapiHangup event was not handled
2008:06:20::15:32:40(03): Info: JTP Added JTapi call 1000005<->nRyHcKRvbCDbwsd2
2008:06:20::15:32:40(03): Info: JTP Sending third-party CallInitiated for: 1000005
2008:06:20::15:32:40(03): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:40(03): Info: JTP Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:32:40(51): Info: JTP Sending third-party GotDigits for '1000005': 1
2008:06:20::15:32:40(51): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:40(51): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:40(60): Info: JTP Sending third-party GotDigits for '1000005': 0
2008:06:20::15:32:40(60): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:40(62): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:40(71): Info: JTP Sending third-party GotDigits for '1000005': 3
2008:06:20::15:32:40(71): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:40(71): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:40(81): Info: JTP Sending third-party GotDigits for '1000005': 3
2008:06:20::15:32:40(81): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:40(81): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:40(82): Info: JTP Sending third-party Hangup for '1000005' (cause=DEST_NOT_OBTAINABLE)
2008:06:20::15:32:40(82): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:40(82): Info: JTP Metreos.Providers.JTapi.JTapiHangup event was not handled
2008:06:20::15:32:45(82): Info: JTP Added JTapi call 1000006<->TVqldfjfjfn7YCcG
2008:06:20::15:32:45(82): Info: JTP Sending third-party CallInitiated for: 1000006
2008:06:20::15:32:45(82): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:45(82): Info: JTP Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:32:46(32): Info: JTP Sending third-party GotDigits for '1000006': 1
2008:06:20::15:32:46(32): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:46(32): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:46(40): Info: JTP Sending third-party GotDigits for '1000006': 0
2008:06:20::15:32:46(40): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:46(40): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:46(50): Info: JTP Sending third-party GotDigits for '1000006': 3
2008:06:20::15:32:46(50): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:46(50): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:46(60): Info: JTP Sending third-party GotDigits for '1000006': 2
2008:06:20::15:32:46(60): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:46(60): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:46(70): Info: JTP Sending third-party CallInitiated for: 1000006
2008:06:20::15:32:46(70): Error: LM License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2008:06:20::15:32:46(70): Info: JTP Metreos.Providers.JTapi.JTapiCallEstablished event was not handled
2008:06:20::15:32:46(76): Info: JTP Sending CallActive for call: 1000006
2008:06:20::15:32:46(76): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:46(76): Info: JTP Metreos.Providers.JTapi.JTapiCallActive event was not handled
2008:06:20::15:32:49(12): Info: JTP Sending third-party Hangup for '1000006' (cause=NORMAL)
2008:06:20::15:32:49(15): Warning: EPM Unable to trigger Etch application - jtapitest is not registered.
2008:06:20::15:32:49(15): Info: JTP Metreos.Providers.JTapi.JTapiHangup event was not handled
2008:06:20::15:34:36(64): Info: JTP Added JTapi call 1000007<->P9fVklwVnQGTBqLJ
2008:06:20::15:34:36(65): Info: JTP Sending third-party CallInitiated for: 1000007
2008:06:20::15:34:36(65): Error: LM License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2008:06:20::15:34:36(65): Info: JTP Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:34:37(14): Info: JTP Sending third-party GotDigits for '1000007': 1
2008:06:20::15:34:37(14): Warning: EPM Etch application jtapiTest is not enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiGotDigits.
2008:06:20::15:34:37(14): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:34:37(21): Info: JTP Sending third-party GotDigits for '1000007': 0
2008:06:20::15:34:37(23): Warning: EPM Etch application jtapiTest is not enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiGotDigits.
2008:06:20::15:34:37(23): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:34:37(32): Info: JTP Sending third-party GotDigits for '1000007': 3
2008:06:20::15:34:37(32): Warning: EPM Etch application jtapiTest is not enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiGotDigits.
2008:06:20::15:34:37(32): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:34:37(42): Info: JTP Sending third-party GotDigits for '1000007': 2
2008:06:20::15:34:37(42): Warning: EPM Etch application jtapiTest is not enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiGotDigits.
2008:06:20::15:34:37(43): Info: JTP Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:34:37(43): Info: JTP Sending third-party CallInitiated for: 1000007
2008:06:20::15:34:37(45): Error: LM License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2008:06:20::15:34:37(45): Info: JTP Metreos.Providers.JTapi.JTapiCallEstablished event was not handled
2008:06:20::15:34:37(50): Info: JTP Sending CallActive for call: 1000007
2008:06:20::15:34:37(50): Warning: EPM Etch application jtapiTest is not enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiCallActive.
2008:06:20::15:34:37(51): Info: JTP Metreos.Providers.JTapi.JTapiCallActive event was not handled
2008:06:20::15:34:51(60): Info: JTP Sending third-party Hangup for '1000007' (cause=NORMAL)
2008:06:20::15:34:51(60): Warning: EPM Etch application jtapiTest is not enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiHangup6.
2008:06:20::15:34:51(60): Info: JTP Metreos.Providers.JTapi.JTapiHangup event was not handled

JTAPI log which is located in etch home dir is empty.
Please let me know if you nee more info.
Thank you,
Vadim

Hello Vadim,

The JTAPI service log is under C:\Program Files\Cisco Systems\Unified
Application Environment\Logs\JTapiService-6-0 (assuming you are using
JATPI version 6.0)

If you are using a different version, please look at the log directory
for the version that you are using. Te log might be large in size, so
you may want to attach it.
Thanks,
Rajesh

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Monday, June 23, 2008 10:15 AM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi Rajesh,

I realize that these are different users and do use different
corresponding credentials (cuad admin and cti app user).
Here is the log that AppServer generates:
2008:06:20::12:03:25(32): Warning: CI This server is not configured
with a hot-standby
2008:06:20::12:03:29(35): Info: HP Connected to H.323 service
successfully
2008:06:20::12:03:30(54): Info: JTP Setting log level for JTAPI service
v3.3 to level: 3
2008:06:20::12:03:30(57): Info: JTP Setting log level for JTAPI service
v4.0 to level: 3
2008:06:20::12:03:30(59): Info: JTP Setting log level for JTAPI service
v4.1 to level: 3
2008:06:20::12:03:30(60): Info: JTP Setting log level for JTAPI service
v4.2 to level: 3
2008:06:20::12:03:30(62): Info: JTP Setting log level for JTAPI service
v5.0 to level: 3
2008:06:20::12:03:30(64): Info: JTP Setting log level for JTAPI service
v5.1 to level: 3
2008:06:20::12:03:30(65): Info: JTP Setting log level for JTAPI service
v6.0 to level: 3
2008:06:20::12:03:30(67): Info: JTP Setting log level for JTAPI service
v6.1 to level: 3
2008:06:20::12:03:30(71): Verbose: Config Device Pool Data id =
'1', version= '6.0', name= 'CCM6', ip=
'10.2.0.16', ctiAddr= '10.2.0.16'
2008:06:20::12:03:30(85): Warning: JTP Failed to send register for
device SEP0009B7DA0BCB
2008:06:20::12:03:31(10): Info: JTP Connected to JTAPI service v4.0
successfully
2008:06:20::12:03:31(12): Info: JTP No CTI devices configured for v4.0.
2008:06:20::12:03:31(14): Info: JTP Connected to JTAPI service v3.3
successfully
2008:06:20::12:03:31(14): Info: JTP No CTI devices configured for v3.3.
2008:06:20::12:03:31(14): Info: JTP Connected to JTAPI service v4.1
successfully
2008:06:20::12:03:31(14): Info: JTP No CTI devices configured for v4.1.
2008:06:20::12:03:31(15): Info: JTP Connected to JTAPI service v4.2
successfully
2008:06:20::12:03:31(15): Info: JTP No CTI devices configured for v4.2.
2008:06:20::12:03:31(17): Info: JTP Connected to JTAPI service v5.0
successfully
2008:06:20::12:03:31(17): Info: JTP No CTI devices configured for v5.0.
2008:06:20::12:03:31(18): Info: JTP Connected to JTAPI service v5.1
successfully
2008:06:20::12:03:31(18): Info: JTP No CTI devices configured for v5.1.
2008:06:20::12:03:31(18): Info: JTP Connected to JTAPI service v6.0
successfully
2008:06:20::12:03:31(18): Info: JTP Registering device
'SEP0009B7DA0BCB' with the JTAPI service v6.0
2008:06:20::12:03:31(21): Info: JTP Setting log level for JTAPI service
v3.3 to level: 3
2008:06:20::12:03:31(23): Info: JTP Setting log level for JTAPI service
v4.0 to level: 3
2008:06:20::12:03:31(25): Info: JTP Setting log level for JTAPI service
v4.1 to level: 3
2008:06:20::12:03:31(26): Info: JTP Setting log level for JTAPI service
v4.2 to level: 3
2008:06:20::12:03:31(29): Info: JTP Setting log level for JTAPI service
v5.0 to level: 3
2008:06:20::12:03:31(31): Info: JTP Connected to JTAPI service v6.1
successfully
2008:06:20::12:03:31(31): Info: JTP No CTI devices configured for v6.1.
2008:06:20::12:03:31(31): Info: JTP Setting log level for JTAPI service
v5.1 to level: 3
2008:06:20::12:03:31(32): Info: JTP Setting log level for JTAPI service
v6.0 to level: 3
2008:06:20::12:03:31(34): Info: JTP Setting log level for JTAPI service
v6.1 to level: 3
2008:06:20::12:03:36(57): Info: JTP Device 'SEP0009B7DA0BCB'
registered successfully.
2008:06:20::12:03:48(89): Info: SIP Connected to Sip service
successfully
2008:06:20::12:03:49(10): Warning: SIP No SIP devices configured. SIP
services are unavailable.
2008:06:20::12:03:52(42): Info: MEP Clearing MRG cache
2008:06:20::12:03:54(68): Info: CDL Adding '10.2.0.16 v6' to
DeviceListX cache list
2008:06:20::12:03:55(75): Info: CDL Device list cache refresh starting.
2008:06:20::12:03:59(59): Info: PP Connected to Presence service
successfully
2008:06:20::12:04:00(03): Info: PP Presence service started,
re-subscribe for notifications.
2008:06:20::12:04:01(64): Verbose: AM Application: jtapitest has
correct directory structure
2008:06:20::12:04:06(04): Info: ARE Script 'script1' compiled
successfully
2008:06:20::12:04:06(07): Verbose: ARE Registering script:
InternalMessage:
Type: CommandMessage
Message ID: RegisterScript
Routing GUID: unspecified
Source: Repository
SourceType: Core
SourceQueue: unspecified
Destination: Router
Fields:
ScriptName: script1
ApplicationQueueWriter: Metreos.Messaging.MessageQueueWriter
ApplicationName: jtapitest
Enabled: False
EventName: Metreos.Providers.JTapi.JTapiCallInitiated
PartitionName: Default
2008:06:20::12:04:06(31): Verbose: jtapitest New thread pool 'ARE
Thread Pool' starting:
Initial thread count: 5
Max thread count: 10
New thread trigger: 400 ms
Dynamic thread decay time: 300000 ms
Request queue limit: -1 entries
2008:06:20::12:04:06(31): Verbose: jtapitest [111, ARE Thread Pool
(static)] Worker thread started
2008:06:20::12:04:06(31): Verbose: jtapitest [112, ARE Thread Pool
(static)] Worker thread started
2008:06:20::12:04:06(32): Verbose: jtapitest [113, ARE Thread Pool
(static)] Worker thread started
2008:06:20::12:04:06(32): Verbose: jtapitest [114, ARE Thread Pool
(static)] Worker thread started
2008:06:20::12:04:06(32): Verbose: jtapitest [115, ARE Thread Pool
(static)] Worker thread started
2008:06:20::12:04:06(32): Info: jtapitest No constructor found
2008:06:20::12:04:06(34): Info: AM Application jtapitest loaded
successfully.
2008:06:20::12:04:06(37): Info: DS Debug server started
2008:06:20::12:04:08(46): Info: CDL Device list cache refresh complete.
2008:06:20::14:03:54(70): Info: CDL Device list cache refresh starting.
2008:06:20::14:04:03(65): Info: CDL Device list cache refresh complete.
2008:06:20::15:06:04(15): Info: JTP Added JTapi call
1000001<->8S6qwlVG4F6XhYZH
2008:06:20::15:06:04(15): Info: JTP Sending third-party CallInitiated
for: 1000001
2008:06:20::15:06:04(20): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:06:04(21): Info: JTP
Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:06:04(65): Info: JTP Sending third-party Hangup for
'1000001' (cause=NORMAL)
2008:06:20::15:06:04(65): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:06:04(67): Info: JTP Metreos.Providers.JTapi.JTapiHangup
event was not handled
2008:06:20::15:06:05(00): Info: JTP Added JTapi call
1000002<->CzkTdnBjZfbRq2Bl
2008:06:20::15:06:05(00): Info: JTP Sending third-party CallInitiated
for: 1000002
2008:06:20::15:06:05(01): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:06:05(03): Info: JTP
Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:06:05(39): Info: JTP Sending third-party Hangup for
'1000002' (cause=NORMAL)
2008:06:20::15:06:05(39): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:06:05(39): Info: JTP Metreos.Providers.JTapi.JTapiHangup
event was not handled
2008:06:20::15:32:28(10): Info: JTP Added JTapi call
1000003<->QvzxmDSNgCsTyhsW
2008:06:20::15:32:28(10): Info: JTP Sending third-party CallInitiated
for: 1000003
2008:06:20::15:32:28(10): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:28(10): Info: JTP
Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:32:28(81): Info: JTP Sending third-party GotDigits for
'1000003': 1
2008:06:20::15:32:28(81): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:28(81): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:29(35): Info: JTP Sending third-party GotDigits for
'1000003': 0
2008:06:20::15:32:29(37): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:29(37): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:29(68): Info: JTP Sending third-party GotDigits for
'1000003': 2
2008:06:20::15:32:29(68): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:29(68): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:30(01): Info: JTP Sending third-party GotDigits for
'1000003': 7
2008:06:20::15:32:30(03): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:30(03): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:30(06): Info: JTP Sending third-party Hangup for
'1000003' (cause=DEST_NOT_OBTAINABLE)
2008:06:20::15:32:30(06): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:30(06): Info: JTP Metreos.Providers.JTapi.JTapiHangup
event was not handled
2008:06:20::15:32:35(26): Info: JTP Added JTapi call
1000004<->38jgcdZxqnF5WqXg
2008:06:20::15:32:35(26): Info: JTP Sending third-party CallInitiated
for: 1000004
2008:06:20::15:32:35(26): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:35(26): Info: JTP
Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:32:35(73): Info: JTP Sending third-party GotDigits for
'1000004': 1
2008:06:20::15:32:35(75): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:35(75): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:35(84): Info: JTP Sending third-party GotDigits for
'1000004': 0
2008:06:20::15:32:35(84): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:35(84): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:35(93): Info: JTP Sending third-party GotDigits for
'1000004': 3
2008:06:20::15:32:35(93): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:35(95): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:36(04): Info: JTP Sending third-party GotDigits for
'1000004': 7
2008:06:20::15:32:36(04): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:36(04): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:36(06): Info: JTP Sending third-party Hangup for
'1000004' (cause=DEST_NOT_OBTAINABLE)
2008:06:20::15:32:36(06): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:36(06): Info: JTP Metreos.Providers.JTapi.JTapiHangup
event was not handled
2008:06:20::15:32:40(03): Info: JTP Added JTapi call
1000005<->nRyHcKRvbCDbwsd2
2008:06:20::15:32:40(03): Info: JTP Sending third-party CallInitiated
for: 1000005
2008:06:20::15:32:40(03): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:40(03): Info: JTP
Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:32:40(51): Info: JTP Sending third-party GotDigits for
'1000005': 1
2008:06:20::15:32:40(51): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:40(51): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:40(60): Info: JTP Sending third-party GotDigits for
'1000005': 0
2008:06:20::15:32:40(60): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:40(62): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:40(71): Info: JTP Sending third-party GotDigits for
'1000005': 3
2008:06:20::15:32:40(71): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:40(71): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:40(81): Info: JTP Sending third-party GotDigits for
'1000005': 3
2008:06:20::15:32:40(81): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:40(81): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:40(82): Info: JTP Sending third-party Hangup for
'1000005' (cause=DEST_NOT_OBTAINABLE)
2008:06:20::15:32:40(82): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:40(82): Info: JTP Metreos.Providers.JTapi.JTapiHangup
event was not handled
2008:06:20::15:32:45(82): Info: JTP Added JTapi call
1000006<->TVqldfjfjfn7YCcG
2008:06:20::15:32:45(82): Info: JTP Sending third-party CallInitiated
for: 1000006
2008:06:20::15:32:45(82): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:45(82): Info: JTP
Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:32:46(32): Info: JTP Sending third-party GotDigits for
'1000006': 1
2008:06:20::15:32:46(32): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:46(32): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:46(40): Info: JTP Sending third-party GotDigits for
'1000006': 0
2008:06:20::15:32:46(40): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:46(40): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:46(50): Info: JTP Sending third-party GotDigits for
'1000006': 3
2008:06:20::15:32:46(50): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:46(50): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:46(60): Info: JTP Sending third-party GotDigits for
'1000006': 2
2008:06:20::15:32:46(60): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:46(60): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:32:46(70): Info: JTP Sending third-party CallInitiated
for: 1000006
2008:06:20::15:32:46(70): Error: LM License check FAIL: licensed: 6,
running: 6. Running script instances has exceeded license. License
overage period exceeded. Licensing limits are being strictly enforced.
2008:06:20::15:32:46(70): Info: JTP
Metreos.Providers.JTapi.JTapiCallEstablished event was not handled
2008:06:20::15:32:46(76): Info: JTP Sending CallActive for call: 1000006
2008:06:20::15:32:46(76): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:46(76): Info: JTP
Metreos.Providers.JTapi.JTapiCallActive event was not handled
2008:06:20::15:32:49(12): Info: JTP Sending third-party Hangup for
'1000006' (cause=NORMAL)
2008:06:20::15:32:49(15): Warning: EPM Unable to trigger Etch
application - jtapitest is not registered.
2008:06:20::15:32:49(15): Info: JTP Metreos.Providers.JTapi.JTapiHangup
event was not handled
2008:06:20::15:34:36(64): Info: JTP Added JTapi call
1000007<->P9fVklwVnQGTBqLJ
2008:06:20::15:34:36(65): Info: JTP Sending third-party CallInitiated
for: 1000007
2008:06:20::15:34:36(65): Error: LM License check FAIL: licensed: 6,
running: 6. Running script instances has exceeded license. License
overage period exceeded. Licensing limits are being strictly enforced.
2008:06:20::15:34:36(65): Info: JTP
Metreos.Providers.JTapi.JTapiCallInitiated event was not handled
2008:06:20::15:34:37(14): Info: JTP Sending third-party GotDigits for
'1000007': 1
2008:06:20::15:34:37(14): Warning: EPM Etch application jtapiTest is not
enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiGotDigits.
2008:06:20::15:34:37(14): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:34:37(21): Info: JTP Sending third-party GotDigits for
'1000007': 0
2008:06:20::15:34:37(23): Warning: EPM Etch application jtapiTest is not
enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiGotDigits.
2008:06:20::15:34:37(23): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:34:37(32): Info: JTP Sending third-party GotDigits for
'1000007': 3
2008:06:20::15:34:37(32): Warning: EPM Etch application jtapiTest is not
enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiGotDigits.
2008:06:20::15:34:37(32): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:34:37(42): Info: JTP Sending third-party GotDigits for
'1000007': 2
2008:06:20::15:34:37(42): Warning: EPM Etch application jtapiTest is not
enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiGotDigits.
2008:06:20::15:34:37(43): Info: JTP
Metreos.Providers.JTapi.JTapiGotDigits event was not handled
2008:06:20::15:34:37(43): Info: JTP Sending third-party CallInitiated
for: 1000007
2008:06:20::15:34:37(45): Error: LM License check FAIL: licensed: 6,
running: 6. Running script instances has exceeded license. License
overage period exceeded. Licensing limits are being strictly enforced.
2008:06:20::15:34:37(45): Info: JTP
Metreos.Providers.JTapi.JTapiCallEstablished event was not handled
2008:06:20::15:34:37(50): Info: JTP Sending CallActive for call: 1000007
2008:06:20::15:34:37(50): Warning: EPM Etch application jtapiTest is not
enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiCallActive.
2008:06:20::15:34:37(51): Info: JTP
Metreos.Providers.JTapi.JTapiCallActive event was not handled
2008:06:20::15:34:51(60): Info: JTP Sending third-party Hangup for
'1000007' (cause=NORMAL)
2008:06:20::15:34:51(60): Warning: EPM Etch application jtapiTest is not
enabled, ignore event cisco.uc.cuae.legacy.JTapi.JTapiHangup6.
2008:06:20::15:34:51(60): Info: JTP Metreos.Providers.JTapi.JTapiHangup
event was not handled

JTAPI log which is located in etch home dir is empty.
Please let me know if you nee more info.
Thank you,
Vadim
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Hi Rajesh,

Here is the jtapi log file:
2008:06:16::13:38:14.453: Info: JTapiServer @ IpcConnection@127.0.0.1:4028: shutdown...
2008:06:16::13:38:14.453: Info: JTapiServer @ IpcConnection@127.0.0.1:4028: shutdown done.
2008:06:16::13:38:48.406: Info: JTapiServer @ IpcConnection@127.0.0.1:4260: startup...
2008:06:16::13:38:48.406: Info: JTapiServer @ IpcConnection@127.0.0.1:4260: startup done.
2008:06:16::13:38:48.406: Info: JTapiServer @ IpcConnection@127.0.0.1:4260: received message: RegisterMediaCaps{ Codec = (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:16::13:38:48.406: Info: JTapiServer @ IpcConnection@127.0.0.1:4260: received message: RegisterMediaCaps{ Codec = (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:16::13:38:48.531: Info: JTapiServer @ IpcConnection@127.0.0.1:4260: received message: SetLogLevel{ Level = (i) 3 }
2008:06:16::13:38:48.531: Info: JTapiServer @ IpcConnection@127.0.0.1:4260: The log level has been set to level: 3 mask: 3
2008:06:16::13:41:34.390: Info: JTapiServer @ IpcConnection@127.0.0.1:4260: shutdown...
2008:06:16::13:41:34.390: Info: JTapiServer @ IpcConnection@127.0.0.1:4260: shutdown done.
2008:06:16::13:41:43.359: Info: JTapiServer @ IpcConnection@127.0.0.1:4333: startup...
2008:06:16::13:41:43.359: Info: JTapiServer @ IpcConnection@127.0.0.1:4333: startup done.
2008:06:16::13:41:43.359: Info: JTapiServer @ IpcConnection@127.0.0.1:4333: received message: RegisterMediaCaps{ Codec = (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:16::13:41:43.359: Info: JTapiServer @ IpcConnection@127.0.0.1:4333: received message: RegisterMediaCaps{ Codec = (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:16::13:41:43.484: Info: JTapiServer @ IpcConnection@127.0.0.1:4333: received message: SetLogLevel{ Level = (i) 3 }
2008:06:16::13:41:43.484: Info: JTapiServer @ IpcConnection@127.0.0.1:4333: The log level has been set to level: 3 mask: 3
2008:06:17::15:16:41.156: Info: JTapiServer @ IpcConnection@127.0.0.1:4333: shutdown...
2008:06:17::15:16:41.156: Info: JTapiServer @ IpcConnection@127.0.0.1:4333: shutdown done.
2008:06:17::15:16:52.046: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: startup...
2008:06:17::15:16:52.062: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: startup done.
2008:06:17::15:16:52.062: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: RegisterMediaCaps{ Codec = (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:17::15:16:52.062: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: RegisterMediaCaps{ Codec = (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:17::15:16:52.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:17::15:16:52.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::10:32:04.453: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::10:32:04.640: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::10:37:40.796: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::10:37:41.031: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::10:37:53.125: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::10:37:53.125: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::10:38:31.593: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::10:38:31.593: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::10:41:45.281: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::10:41:45.406: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::10:41:45.484: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::10:41:45.484: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::10:41:45.484: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::10:41:45.484: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::10:41:45.484: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::10:41:45.484: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::10:43:06.796: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::10:43:06.796: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:00:53.390: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::11:00:53.546: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:00:53.546: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:00:53.546: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:00:53.546: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:00:53.546: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:00:53.546: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:00:53.562: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::11:00:53.750: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::11:00:53.843: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:00:53.843: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:00:53.843: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:00:53.843: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:00:53.953: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::11:01:21.921: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::11:01:22.062: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:01:22.062: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:01:22.062: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:01:22.062: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:01:22.171: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::11:01:36.718: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:01:36.718: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:42:42.875: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::11:42:42.984: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:42:42.984: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:42:42.984: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:42:42.984: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:42:43.000: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::11:42:43.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::11:42:43.296: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:42:43.296: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:42:43.296: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:42:43.296: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:42:43.437: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::11:43:03.562: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::11:43:03.687: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:43:03.687: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:43:03.687: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:43:03.687: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:43:03.812: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::11:43:53.468: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:43:53.468: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:45:32.046: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::11:45:32.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:45:32.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:45:32.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:45:32.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:45:32.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:45:32.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:45:32.203: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: The log level has been set to level: 3 mask: 3
2008:06:20::11:45:50.984: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) *unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1 }
2008:06:20::11:45:50.984: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i) InvalidDeviceType, MessageType = (i) Register, DeviceType = (i) *unknownDeviceType*(0) }
2008:06:20::11:57:30.203: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: shutdown...
2008:06:20::11:57:30.203: Info: JTapiServer @ IpcConnection@127.0.0.1:4684: shutdown done.
2008:06:20::11:57:41.093: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: startup...
2008:06:20::11:57:41.093: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: startup done.
2008:06:20::11:57:41.093: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: received message: RegisterMediaCaps{ Codec = (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:20::11:57:41.093: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: received message: RegisterMediaCaps{ Codec = (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:20::11:57:41.109: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) MonitoredDevice, ThirdParty = (i) 1, DynamicRegistration = (i) 0 }
2008:06:20::11:57:41.125: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): addListener added device mon-dev( SEP0009B7DA0BCB )
2008:06:20::11:57:41.125: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): looking for provider 10.2.0.16;login=LSCTIAdmin;passwd=LSCTIAdmin
2008:06:20::11:57:48.828: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received ProvOutOfServiceEv
2008:06:20::11:57:48.828: Info: mon-dev( SEP0009B7DA0BCB ): setProvider: oldProv=(P1-LSCTIAdmin), newProv=null
2008:06:20::11:57:48.828: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::11:57:48.875: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: The log level has been set to level: 3 mask: 3
2008:06:20::11:57:48.890: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received ProvInServiceEv
2008:06:20::11:57:48.890: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): provInService: Version: 6.0.1.2000-3
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): Rx providerInService from Provider for device: SEP0009B7DA0BCB
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): setProvider: oldProv=null, newProv=(P1-LSCTIAdmin)
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): provider changed: (P1-LSCTIAdmin)
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: entry - SEP0009B7DA0BCB
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: About to getTerminal from Provider - SEP0009B7DA0BCB
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: Got terminal from Provider - SEP0009B7DA0BCB
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): did not register media caps, terminal class is class com.cisco.jtapi.TerminalImpl
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): Device::addObserver: About to add terminal Observer SEP0009B7DA0BCB
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermOutOfServiceEv
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): ==Device::markOffline: Updating status for SEP0009B7DA0BCB
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): Device::updateStatus - Sending Terminal Out of service
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): Device::sendStatus - Ignoring status update 0
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): wasn't monitoring 1032@SEP0009B7DA0BCB
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): Device::addObserver: Enabling button pressed events ... SEP0009B7DA0BCB
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermInServiceEv
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): observeAddresses: Device [SEP0009B7DA0BCB] has [1] observeAddresses
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): observeAddresses: Device [SEP0009B7DA0BCB] Address: 1032
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): addAddress: Current Array length 1 - 1032
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ): Device::monitorTerminalAddress - address.addObserver... 1032@SEP0009B7DA0BCB
2008:06:20::11:57:48.953: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: ---- AddressMonitor::addressChangedEvent for [1032] Received CiscoAddrOutOfServiceEv
2008:06:20::11:57:48.953: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: ignored CiscoAddrOutOfServiceEv
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ): observeAddresses: registered address=1032
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ): observeAddresses: ok=true
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ): ==Device::markOnline: Updating status for SEP0009B7DA0BCB
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ): Device::updateStatus - Sending Terminal In service
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ): sending message: StatusUpdate{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Status = (i) DeviceOnline, From = (s) 1032 }
2008:06:20::11:57:48.984: Info: mon-dev( SEP0009B7DA0BCB ): Device::sendStatus - Send status update 1
2008:06:20::11:57:48.984: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: ---- AddressMonitor::addressChangedEvent for [1032] Received CiscoAddrInServiceEv
2008:06:20::11:57:48.984: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: Address::monitorCallsOnAddress - address.addCallObserver... 1032
2008:06:20::11:57:48.984: Info: mon-dev( SEP0009B7DA0BCB ): Device::addObserver: Enabled button pressed events ... SEP0009B7DA0BCB
2008:06:20::11:57:48.984: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: Terminal ready to observe events - SEP0009B7DA0BCB
2008:06:20::11:57:48.984: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: exit - SEP0009B7DA0BCB
2008:06:20::11:57:49.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: monitoring 1032
2008:06:20::12:03:09.406: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: shutdown...
2008:06:20::12:03:09.406: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): removeListener worked for mon-dev( SEP0009B7DA0BCB )
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): setProvider: oldProv=(P1-LSCTIAdmin), newProv=null
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): provider changed: null
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): did not unregister media caps, terminal class is class com.cisco.jtapi.TerminalImpl
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): address.removeObserver... 1032@SEP0009B7DA0BCB
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: ---- AddressMonitor::addressChangedEvent for [1032] Received AddrObservationEndedEv
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: ignored AddrObservationEndedEv
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): address.removeCallObserver... 1032@SEP0009B7DA0BCB
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: delivering 1 call events
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: delivering CallObservationEndedEv
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: *** ignoring event with null call
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: ignoring CallObservationEndedEv
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@120bf2c: done delivering 1 call events
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): no longer monitoring 1032@SEP0009B7DA0BCB
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): removeAddress: Setting address to null1032
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): Device::removeAddress: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): Device::updateStatus - Sending Terminal In service
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): calling removeObserver ...
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- TermObservationEndedEv
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ): calling removeObserver done
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ): terminal closed
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ): ==Device::markOffline: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ): Device::updateStatus - Sending Terminal Out of service
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ): ==Device::termClose: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ): Device::updateStatus - Sending Terminal Out of service
2008:06:20::12:03:09.421: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): closeProvider
2008:06:20::12:03:09.421: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received ProvShutdownEv
2008:06:20::12:03:09.421: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received ProvObservationEndedEv
2008:06:20::12:03:09.671: Info: JTapiServer @ IpcConnection@127.0.0.1:4676: shutdown done.
2008:06:20::12:03:31.187: Info: JTapiServer @ IpcConnection@127.0.0.1:4795: startup...
2008:06:20::12:03:31.203: Info: JTapiServer @ IpcConnection@127.0.0.1:4795: startup done.
2008:06:20::12:03:31.203: Info: JTapiServer @ IpcConnection@127.0.0.1:4795: received message: RegisterMediaCaps{ Codec = (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:20::12:03:31.203: Info: JTapiServer @ IpcConnection@127.0.0.1:4795: received message: RegisterMediaCaps{ Codec = (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10 }
2008:06:20::12:03:31.203: Info: JTapiServer @ IpcConnection@127.0.0.1:4795: received message: Register{ CtiManager = (s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin, DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) MonitoredDevice, ThirdParty = (i) 1, DynamicRegistration = (i) 0 }
2008:06:20::12:03:31.203: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): addListener added device mon-dev( SEP0009B7DA0BCB )
2008:06:20::12:03:31.203: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): looking for provider 10.2.0.16;login=LSCTIAdmin;passwd=LSCTIAdmin
2008:06:20::12:03:36.453: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received ProvOutOfServiceEv
2008:06:20::12:03:36.453: Info: mon-dev( SEP0009B7DA0BCB ): setProvider: oldProv=(P2-LSCTIAdmin), newProv=null
2008:06:20::12:03:36.453: Info: JTapiServer @ IpcConnection@127.0.0.1:4795: received message: SetLogLevel{ Level = (i) 3 }
2008:06:20::12:03:36.468: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received ProvInServiceEv
2008:06:20::12:03:36.468: Info: ProviderWrapper( http://10.2.0.16, LSCTIAdmin, LSCTIAdmin ): provInService: Version: 6.0.1.2000-3
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Rx providerInService from Provider for device: SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): setProvider: oldProv=null, newProv=(P2-LSCTIAdmin)
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): provider changed: (P2-LSCTIAdmin)
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: entry - SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: JTapiServer @ IpcConnection@127.0.0.1:4795: The log level has been set to level: 3 mask: 3
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: About to getTerminal from Provider - SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: Got terminal from Provider - SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): did not register media caps, terminal class is class com.cisco.jtapi.TerminalImpl
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Device::addObserver: About to add terminal Observer SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermOutOfServiceEv
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): ==Device::markOffline: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Device::updateStatus - Sending Terminal Out of service
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Device::sendStatus - Ignoring status update 0
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): wasn't monitoring 1032@SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Device::addObserver: Enabling button pressed events ... SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermInServiceEv
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): observeAddresses: Device [SEP0009B7DA0BCB] has [1] observeAddresses
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): observeAddresses: Device [SEP0009B7DA0BCB] Address: 1032
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): addAddress: Current Array length 1 - 1032
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): Device::monitorTerminalAddress - address.addObserver... 1032@SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ---- AddressMonitor::addressChangedEvent for [1032] Received CiscoAddrOutOfServiceEv
2008:06:20::12:03:36.484: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignored CiscoAddrOutOfServiceEv
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): Device::addObserver: Enabled button pressed events ... SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: Terminal ready to observe events - SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): Device::termOpen: exit - SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): observeAddresses: registered address=1032
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): observeAddresses: ok=true
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): ==Device::markOnline: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): Device::updateStatus - Sending Terminal In service
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): sending message: StatusUpdate{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Status = (i) DeviceOnline, From = (s) 1032 }
2008:06:20::12:03:36.515: Info: mon-dev( SEP0009B7DA0BCB ): Device::sendStatus - Send status update 1
2008:06:20::12:03:36.515: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ---- AddressMonitor::addressChangedEvent for [1032] Received CiscoAddrInServiceEv
2008:06:20::12:03:36.515: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: Address::monitorCallsOnAddress - address.addCallObserver... 1032
2008:06:20::12:03:36.593: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: monitoring 1032
2008:06:20::15:06:04.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:06:04.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:06:04.078: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 378/1, callState = active
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor - Add CM - CallId: 378/1 size: 0
2008:06:20::15:06:04.109: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding CallMonitor CID 8S6qwlVG4F6XhYZH | Size 0
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE 8S6qwlVG4F6XhYZH 378/1
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnInitiatedEv
2008:06:20::15:06:04.109: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnInitiatedEv
2008:06:20::15:06:04.109: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 378/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.109: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: connState changed from INACTIVE to INITIATED
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 378/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: no dtmf detection, media not available
2008:06:20::15:06:04.125: Info: mon-dev( SEP0009B7DA0BCB ): addCallMonitor, connId=28535794, monitor=initiated call INITIATED/IDLE 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB, oldMonitor=null, active=true
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: termConnState changed from IDLE to TALKING
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: sending message: InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) 8S6qwlVG4F6XhYZH, From = (s) 1032 }
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call events
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState = invalid
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(117)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(215)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState = invalid
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(107)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(205)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState = invalid
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId = 378/1, callState = invalid
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(103)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(102)
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: # CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:06:04.625: Info: mon-dev( SEP0009B7DA0BCB ): removeCallMonitor, connId=28535794, monitor=initiated call INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: termConnState changed from TALKING to DROPPED
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call from jtapi service
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) NORMAL, CallControlCause = (s) NORMAL, CallId = (s) 8S6qwlVG4F6XhYZH, From = (s) 1032 }
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnDisconnectedEv
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnDisconnectedEv
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDisconnectedEv
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDisconnectedEv
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: connState changed from INITIATED to DISCONNECTED
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call events
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallObservationEndedEv
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor - Removed CM CallId: 378/1 size: 1
2008:06:20::15:06:04.625: Info: (P2-10.2.0.16) EventThread: {378/1=initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB}
2008:06:20::15:06:04.625: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing CallMonitor CID 8S6qwlVG4F6XhYZH | Size 1
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: removed call initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor - Add CM - CallId: 379/1 size: 0
2008:06:20::15:06:05.000: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding CallMonitor CID CzkTdnBjZfbRq2Bl | Size 0
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE CzkTdnBjZfbRq2Bl 379/1
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnInitiatedEv
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnInitiatedEv
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 379/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: connState changed from INACTIVE to INITIATED
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 379/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: no dtmf detection, media not available
2008:06:20::15:06:05.000: Info: mon-dev( SEP0009B7DA0BCB ): addCallMonitor, connId=28535796, monitor=initiated call INITIATED/IDLE CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB, oldMonitor=null, active=true
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: termConnState changed from IDLE to TALKING
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: sending message: InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) CzkTdnBjZfbRq2Bl, From = (s) 1032 }
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call events
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState = invalid
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(117)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(215)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState = invalid
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(107)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(205)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState = invalid
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId = 379/1, callState = invalid
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(103)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(102)
2008:06:20::15:06:05.343: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:06:05.343: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: # CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:06:05.343: Info: mon-dev( SEP0009B7DA0BCB ): removeCallMonitor, connId=28535796, monitor=initiated call INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: termConnState changed from TALKING to DROPPED
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call from jtapi service
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) NORMAL, CallControlCause = (s) NORMAL, CallId = (s) CzkTdnBjZfbRq2Bl, From = (s) 1032 }
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnDisconnectedEv
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnDisconnectedEv
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDisconnectedEv
2008:06:20::15:06:05.359: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDisconnectedEv
2008:06:20::15:06:05.359: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.359: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: connState changed from INITIATED to DISCONNECTED
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:06:05.359: Info: initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call events
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallObservationEndedEv
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor - Removed CM CallId: 379/1 size: 1
2008:06:20::15:06:05.359: Info: (P2-10.2.0.16) EventThread: {379/1=initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB}
2008:06:20::15:06:05.359: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing CallMonitor CID CzkTdnBjZfbRq2Bl | Size 1
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: removed call initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor - Add CM - CallId: 380/1 size: 0
2008:06:20::15:32:28.062: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding CallMonitor CID QvzxmDSNgCsTyhsW | Size 0
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE QvzxmDSNgCsTyhsW 380/1
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnInitiatedEv
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnInitiatedEv
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 380/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: connState changed from INACTIVE to INITIATED
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 380/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: no dtmf detection, media not available
2008:06:20::15:32:28.062: Info: mon-dev( SEP0009B7DA0BCB ): addCallMonitor, connId=28535798, monitor=initiated call INITIATED/IDLE QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB, oldMonitor=null, active=true
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: termConnState changed from IDLE to TALKING
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) QvzxmDSNgCsTyhsW, From = (s) 1032 }
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call events
2008:06:20::15:32:28.796: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:28.796: Info: initiated call INITIATED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) QvzxmDSNgCsTyhsW, From = (s) 1032 }
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 380/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(204)
2008:06:20::15:32:28.828: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:28.828: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDialingEv
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDialingEv
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 380/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: connState changed from INITIATED to DIALING
2008:06:20::15:32:28.828: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:29.359: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:29.359: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) QvzxmDSNgCsTyhsW, From = (s) 1032 }
2008:06:20::15:32:29.687: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:29.687: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 2, ButtonSource = (i) 2, CallId = (s) QvzxmDSNgCsTyhsW, From = (s) 1032 }
2008:06:20::15:32:30.015: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:30.015: Info: initiated call DIALING/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 7, ButtonSource = (i) 2, CallId = (s) QvzxmDSNgCsTyhsW, From = (s) 1032 }
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== ConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 380/1, callState = active
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(108)
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 380/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = FAILED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(207)
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnFailedEv
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnFailedEv
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnFailedEv
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnFailedEv
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 380/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = FAILED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ---- callCtlConnFailed: Changin state to Disconnected
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: connState changed from DIALING to DISCONNECTED
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call from jtapi service
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) DEST_NOT_OBTAINABLE, CallControlCause = (s) DEST_NOT_OBTAINABLE, CallId = (s) QvzxmDSNgCsTyhsW, From = (s) 1032 }
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:32:30.062: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStartedEv
2008:06:20::15:32:30.062: Info: initiated call DISCONNECTED/TALKING QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CiscoRTPInputStartedEv, cause = NORMAL, metaCode = UNKNOWN, terminal = SEP0009B7DA0BCB, localAddress = 10.13.0.232, localPort = 20516, payloadType = 4, packetSize = 20, hasLogicalChannel = false
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState = invalid
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(117)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(215)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState = invalid
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(107)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(205)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState = invalid
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId = 380/1, callState = invalid
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(103)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(102)
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: # CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: termConnState changed from TALKING to DROPPED
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnDisconnectedEv
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnDisconnectedEv
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDisconnectedEv
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDisconnectedEv
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call events
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallObservationEndedEv
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor - Removed CM CallId: 380/1 size: 1
2008:06:20::15:32:31.968: Info: (P2-10.2.0.16) EventThread: {380/1=initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB}
2008:06:20::15:32:31.968: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing CallMonitor CID QvzxmDSNgCsTyhsW | Size 1
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: removed call initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:31.968: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStoppedEv
2008:06:20::15:32:31.968: Info: mon-dev( SEP0009B7DA0BCB ): *** ignored CiscoRTPInputStoppedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor - Add CM - CallId: 381/1 size: 0
2008:06:20::15:32:35.234: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding CallMonitor CID 38jgcdZxqnF5WqXg | Size 0
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE 38jgcdZxqnF5WqXg 381/1
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnInitiatedEv
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnInitiatedEv
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: connState changed from INACTIVE to INITIATED
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: no dtmf detection, media not available
2008:06:20::15:32:35.234: Info: mon-dev( SEP0009B7DA0BCB ): addCallMonitor, connId=28535801, monitor=initiated call INITIATED/IDLE 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB, oldMonitor=null, active=true
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: termConnState changed from IDLE to TALKING
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) 38jgcdZxqnF5WqXg, From = (s) 1032 }
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call events
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv, cause = 0, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:35.734: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:35.734: Info: initiated call INITIATED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) 38jgcdZxqnF5WqXg, From = (s) 1032 }
2008:06:20::15:32:35.750: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:35.750: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDialingEv
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDialingEv
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 381/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: connState changed from INITIATED to DIALING
2008:06:20::15:32:35.750: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 381/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(204)
2008:06:20::15:32:35.843: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:35.843: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) 38jgcdZxqnF5WqXg, From = (s) 1032 }
2008:06:20::15:32:35.937: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:35.937: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) 38jgcdZxqnF5WqXg, From = (s) 1032 }
2008:06:20::15:32:36.046: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:36.046: Info: initiated call DIALING/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 7, ButtonSource = (i) 2, CallId = (s) 38jgcdZxqnF5WqXg, From = (s) 1032 }
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnFailedEv
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnFailedEv
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnFailedEv
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnFailedEv
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 381/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = FAILED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ---- callCtlConnFailed: Changin state to Disconnected
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: connState changed from DIALING to DISCONNECTED
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call from jtapi service
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) DEST_NOT_OBTAINABLE, CallControlCause = (s) DEST_NOT_OBTAINABLE, CallId = (s) 38jgcdZxqnF5WqXg, From = (s) 1032 }
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 381/1, callState = active
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(108)
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 381/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = FAILED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(207)
2008:06:20::15:32:36.062: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStartedEv
2008:06:20::15:32:36.062: Info: initiated call DISCONNECTED/TALKING 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CiscoRTPInputStartedEv, cause = NORMAL, metaCode = UNKNOWN, terminal = SEP0009B7DA0BCB, localAddress = 10.13.0.232, localPort = 21116, payloadType = 4, packetSize = 20, hasLogicalChannel = false
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: # CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: termConnState changed from TALKING to DROPPED
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnDisconnectedEv
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnDisconnectedEv
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDisconnectedEv
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDisconnectedEv
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call events
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState = invalid
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(117)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(215)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState = invalid
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(107)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(205)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState = invalid
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId = 381/1, callState = invalid
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(103)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(102)
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallObservationEndedEv
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor - Removed CM CallId: 381/1 size: 1
2008:06:20::15:32:36.812: Info: (P2-10.2.0.16) EventThread: {381/1=initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB}
2008:06:20::15:32:36.812: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing CallMonitor CID 38jgcdZxqnF5WqXg | Size 1
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: removed call initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:36.812: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStoppedEv
2008:06:20::15:32:36.812: Info: mon-dev( SEP0009B7DA0BCB ): *** ignored CiscoRTPInputStoppedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor - Add CM - CallId: 382/1 size: 0
2008:06:20::15:32:40.000: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding CallMonitor CID nRyHcKRvbCDbwsd2 | Size 0
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE nRyHcKRvbCDbwsd2 382/1
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnInitiatedEv
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnInitiatedEv
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 382/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: connState changed from INACTIVE to INITIATED
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 382/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: no dtmf detection, media not available
2008:06:20::15:32:40.000: Info: mon-dev( SEP0009B7DA0BCB ): addCallMonitor, connId=28535804, monitor=initiated call INITIATED/IDLE nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB, oldMonitor=null, active=true
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: termConnState changed from IDLE to TALKING
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) nRyHcKRvbCDbwsd2, From = (s) 1032 }
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call events
2008:06:20::15:32:40.515: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:40.515: Info: initiated call INITIATED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) nRyHcKRvbCDbwsd2, From = (s) 1032 }
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 382/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(204)
2008:06:20::15:32:40.515: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:40.515: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDialingEv
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDialingEv
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 382/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: connState changed from INITIATED to DIALING
2008:06:20::15:32:40.515: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:40.609: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:40.609: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) nRyHcKRvbCDbwsd2, From = (s) 1032 }
2008:06:20::15:32:40.703: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:40.703: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) nRyHcKRvbCDbwsd2, From = (s) 1032 }
2008:06:20::15:32:40.812: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:40.812: Info: initiated call DIALING/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) nRyHcKRvbCDbwsd2, From = (s) 1032 }
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== ConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 382/1, callState = active
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(108)
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 382/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = FAILED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(207)
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnFailedEv
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnFailedEv
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnFailedEv
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnFailedEv
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlConnFailedEv, cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 382/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = FAILED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ---- callCtlConnFailed: Changin state to Disconnected
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: connState changed from DIALING to DISCONNECTED
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call from jtapi service
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) DEST_NOT_OBTAINABLE, CallControlCause = (s) DEST_NOT_OBTAINABLE, CallId = (s) nRyHcKRvbCDbwsd2, From = (s) 1032 }
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:32:40.828: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStartedEv
2008:06:20::15:32:40.828: Info: initiated call DISCONNECTED/TALKING nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CiscoRTPInputStartedEv, cause = NORMAL, metaCode = UNKNOWN, terminal = SEP0009B7DA0BCB, localAddress = 10.13.0.232, localPort = 21592, payloadType = 4, packetSize = 20, hasLogicalChannel = false
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState = invalid
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(117)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(215)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState = invalid
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(107)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(205)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState = invalid
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId = 382/1, callState = invalid
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(103)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(102)
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: # CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: termConnState changed from TALKING to DROPPED
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnDisconnectedEv
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnDisconnectedEv
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDisconnectedEv
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDisconnectedEv
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call events
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallObservationEndedEv
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor - Removed CM CallId: 382/1 size: 1
2008:06:20::15:32:41.812: Info: (P2-10.2.0.16) EventThread: {382/1=initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB}
2008:06:20::15:32:41.812: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing CallMonitor CID nRyHcKRvbCDbwsd2 | Size 1
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: removed call initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:41.812: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStoppedEv
2008:06:20::15:32:41.812: Info: mon-dev( SEP0009B7DA0BCB ): *** ignored CiscoRTPInputStoppedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor - Add CM - CallId: 383/1 size: 0
2008:06:20::15:32:45.796: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding CallMonitor CID TVqldfjfjfn7YCcG | Size 0
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE TVqldfjfjfn7YCcG 383/1
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnInitiatedEv
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnInitiatedEv
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: connState changed from INACTIVE to INITIATED
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 383/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: no dtmf detection, media not available
2008:06:20::15:32:45.796: Info: mon-dev( SEP0009B7DA0BCB ): addCallMonitor, connId=28535807, monitor=initiated call INITIATED/IDLE TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB, oldMonitor=null, active=true
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: termConnState changed from IDLE to TALKING
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032 }
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call events
2008:06:20::15:32:46.328: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:46.328: Info: initiated call INITIATED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032 }
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(204)
2008:06:20::15:32:46.328: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:46.328: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDialingEv
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDialingEv
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: connState changed from INITIATED to DIALING
2008:06:20::15:32:46.328: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:46.406: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:46.406: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032 }
2008:06:20::15:32:46.500: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:46.500: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032 }
2008:06:20::15:32:46.593: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:32:46.593: Info: initiated call DIALING/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 2, ButtonSource = (i) 2, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032 }
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== address 1032 NOT alerting
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(206)
2008:06:20::15:32:46.687: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:46.687: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnEstablishedEv
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnEstablishedEv
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: connState changed from DIALING to ESTABLISHED
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: EstablishedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) normal, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032, To = (s) 1032, OriginalTo = (s) 1032 }
2008:06:20::15:32:46.687: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnInProgressEv, cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 383/1, callState = active
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(109)
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnOfferedEv, cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = OFFERED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: adding 1032 to alerting
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(211)
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnInProgressEv
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnInProgressEv
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnOfferedEv
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnOfferedEv
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnOfferedEv, cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = OFFERED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.703: Error: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: caught exception delivering CallCtlConnOfferedEv
java.lang.UnsupportedOperationException: changeConnState( INACTIVE, OFFERED ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown Source)
at metreos.service.jtapi.CallMonitor.callCtlConnOffered(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.newCall(CTQF)
at com.cisco.jtapi.AddressCallObserver.newCall(CTQF)
at com.cisco.jtapi.LineObserverImpl.NewCall(CTQF)
at com.cisco.cti.client.implementation.Line.LineBargeStartedEvent(CTQF)
at com.cisco.cti.client.implementation.Line.I(CTQF)
at com.cisco.cti.client.implementation.Provider$EventThread.messageReceived(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(104)
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ALERTING, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = ALERTING, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: adding 1032 to alerting
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(203)
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnAlertingEv
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnAlertingEv
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnAlertingEv
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnAlertingEv
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ALERTING, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = ALERTING, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.718: Error: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: caught exception delivering CallCtlConnAlertingEv
java.lang.UnsupportedOperationException: changeConnState( OFFERED, ALERTING ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown Source)
at metreos.service.jtapi.CallMonitor.callCtlConnAlerting(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.callStateChanged(CTQF)
at com.cisco.jtapi.LineObserverImpl.CallStateChanged(CTQF)
at com.cisco.cti.client.implementation.Call.CallPartyInfoChanged(CTQF)
at com.cisco.cti.client.implementation.Call.I(CTQF)
at com.cisco.cti.client.implementation.Provider$EventThread.messageReceived(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== adding 1032 to answered
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: answered 1032 at 1032
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: Answered{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032, To = (s) 1032, OriginalTo = (s) 1032 }
2008:06:20::15:32:46.750: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(206)
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnEstablishedEv
2008:06:20::15:32:46.750: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnEstablishedEv
2008:06:20::15:32:46.750: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:46.750: Info: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.750: Error: offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: caught exception delivering CallCtlConnEstablishedEv
java.lang.UnsupportedOperationException: changeConnState( INACTIVE|ALERTING|DIALING|INITIATED, ESTABLISHED ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown Source)
at metreos.service.jtapi.CallMonitor.callCtlConnEstablished(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.callStateChanged(CTQF)
at com.cisco.jtapi.LineObserverImpl.CallStateChanged(CTQF)
at com.cisco.cti.client.implementation.Call.CallPartyInfoChanged(CTQF)
at com.cisco.cti.client.implementation.Call.I(CTQF)
at com.cisco.cti.client.implementation.Provider$EventThread.messageReceived(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState = invalid
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(117)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(215)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState = invalid
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(107)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(205)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState = invalid
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId = 383/1, callState = invalid
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(103)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(102)
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: # CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:32:49.125: Info: mon-dev( SEP0009B7DA0BCB ): removeCallMonitor, connId=28535807, monitor=offered call ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: termConnState changed from TALKING to DROPPED
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call from jtapi service
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) NORMAL, CallControlCause = (s) NORMAL, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032, To = (s) 1032, OriginalTo = (s) 1032 }
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnDisconnectedEv
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnDisconnectedEv
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDisconnectedEv
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDisconnectedEv
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: connState changed from ESTABLISHED to DISCONNECTED
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call events
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallObservationEndedEv
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor - Removed CM CallId: 383/1 size: 1
2008:06:20::15:32:49.125: Info: (P2-10.2.0.16) EventThread: {383/1=offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB}
2008:06:20::15:32:49.125: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing CallMonitor CID TVqldfjfjfn7YCcG | Size 1
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: removed call offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause = NEW_CALL, metaCode = CALL_STARTING, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor - Add CM - CallId: 384/1 size: 0
2008:06:20::15:34:36.625: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding CallMonitor CID P9fVklwVnQGTBqLJ | Size 0
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE P9fVklwVnQGTBqLJ 384/1
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnInitiatedEv
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnInitiatedEv
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(101)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(106)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(208)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(116)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(115)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(219)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: connState changed from INACTIVE to INITIATED
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING, callId = 384/1, callState = active, termConn.getCallControlState = TALKING, termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = INITIATED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: no dtmf detection, media not available
2008:06:20::15:34:36.625: Info: mon-dev( SEP0009B7DA0BCB ): addCallMonitor, connId=28535809, monitor=initiated call INITIATED/IDLE P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB, oldMonitor=null, active=true
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: termConnState changed from IDLE to TALKING
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032 }
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call events
2008:06:20::15:34:37.125: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:34:37.125: Info: initiated call INITIATED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032 }
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(204)
2008:06:20::15:34:37.140: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:34:37.140: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDialingEv
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDialingEv
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = DIALING, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: connState changed from INITIATED to DIALING
2008:06:20::15:34:37.140: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:34:37.218: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:34:37.218: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032 }
2008:06:20::15:34:37.328: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:34:37.328: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032 }
2008:06:20::15:34:37.421: Info: mon-dev( SEP0009B7DA0BCB ): -T- Device::terminalChangedEvent: Received Event: <- CiscoTermButtonPressedEv
2008:06:20::15:34:37.421: Info: initiated call DIALING/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Digits = (s) 2, ButtonSource = (i) 2, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032 }
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== address 1032 NOT alerting
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(206)
2008:06:20::15:34:37.437: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:34:37.437: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnEstablishedEv
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnEstablishedEv
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: connState changed from DIALING to ESTABLISHED
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: EstablishedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) normal, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032, To = (s) 1032, OriginalTo = (s) 1032 }
2008:06:20::15:34:37.437: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnInProgressEv, cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 384/1, callState = active
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(109)
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnOfferedEv, cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = OFFERED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: adding 1032 to alerting
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(211)
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnInProgressEv
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnInProgressEv
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnOfferedEv
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnOfferedEv
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnOfferedEv, cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = OFFERED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.453: Error: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: caught exception delivering CallCtlConnOfferedEv
java.lang.UnsupportedOperationException: changeConnState( INACTIVE, OFFERED ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown Source)
at metreos.service.jtapi.CallMonitor.callCtlConnOffered(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.newCall(CTQF)
at com.cisco.jtapi.AddressCallObserver.newCall(CTQF)
at com.cisco.jtapi.LineObserverImpl.NewCall(CTQF)
at com.cisco.cti.client.implementation.Line.LineBargeStartedEvent(CTQF)
at com.cisco.cti.client.implementation.Line.I(CTQF)
at com.cisco.cti.client.implementation.Provider$EventThread.messageReceived(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(104)
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ALERTING, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = ALERTING, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: adding 1032 to alerting
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(203)
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnAlertingEv
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnAlertingEv
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnAlertingEv
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnAlertingEv
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ALERTING, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = ALERTING, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.484: Error: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: caught exception delivering CallCtlConnAlertingEv
java.lang.UnsupportedOperationException: changeConnState( OFFERED, ALERTING ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown Source)
at metreos.service.jtapi.CallMonitor.callCtlConnAlerting(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.callStateChanged(CTQF)
at com.cisco.jtapi.LineObserverImpl.CallStateChanged(CTQF)
at com.cisco.cti.client.implementation.Call.CallPartyInfoChanged(CTQF)
at com.cisco.cti.client.implementation.Call.I(CTQF)
at com.cisco.cti.client.implementation.Provider$EventThread.messageReceived(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(105)
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== adding 1032 to answered
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: answered 1032 at 1032
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: Answered{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032, To = (s) 1032, OriginalTo = (s) 1032 }
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(206)
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnConnectedEv
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnEstablishedEv
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnEstablishedEv
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032, called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032, c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.500: Error: offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: caught exception delivering CallCtlConnEstablishedEv
java.lang.UnsupportedOperationException: changeConnState( INACTIVE|ALERTING|DIALING|INITIATED, ESTABLISHED ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown Source)
at metreos.service.jtapi.CallMonitor.callCtlConnEstablished(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.callStateChanged(CTQF)
at com.cisco.jtapi.LineObserverImpl.CallStateChanged(CTQF)
at com.cisco.cti.client.implementation.Call.CallPartyInfoChanged(CTQF)
at com.cisco.cti.client.implementation.Call.I(CTQF)
at com.cisco.cti.client.implementation.Provider$EventThread.messageReceived(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call events
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState = invalid
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(117)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(215)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState = invalid
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(107)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(205)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState = invalid
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId = 384/1, callState = invalid
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(103)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent: Received Event: <- *unknownTermEv*(102)
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState = invalid, termConn.getCallControlState = DROPPED, termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: # CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:34:51.578: Info: mon-dev( SEP0009B7DA0BCB ): removeCallMonitor, connId=28535809, monitor=offered call ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: termConnState changed from TALKING to DROPPED
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call from jtapi service
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB, Cause = (s) NORMAL, CallControlCause = (s) NORMAL, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032, To = (s) 1032, OriginalTo = (s) 1032 }
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering ConnDisconnectedEv
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnDisconnectedEv
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallCtlConnDisconnectedEv
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering CallCtlConnDisconnectedEv
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState = invalid, conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: connState changed from ESTABLISHED to DISCONNECTED
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call events
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: delivering CallObservationEndedEv
2008:06:20::15:34:51.593: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor - Removed CM CallId: 384/1 size: 1
2008:06:20::15:34:51.593: Info: (P2-10.2.0.16) EventThread: {384/1=offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB}
2008:06:20::15:34:51.593: Info: metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing CallMonitor CID P9fVklwVnQGTBqLJ | Size 1
2008:06:20::15:34:51.593: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: removed call offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB
2008:06:20::15:34:51.593: Info: address( 1032@SEP0009B7DA0BCB ) metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call events

Hello Vadim,

Thanks for the logs. I can see the error in the log.

2008:06:20::10:38:31.593: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}

2008:06:20::10:38:31.593: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }

We are getting an error during registeration since the jtapi service is
being passed 'unknownDeviceType'.

If you look at the API for JTapiNonTriggeringSubscribeResult, it has a
'deviceType' that must be specified. Can you confirm if you are using
the 'CTIMONITORED' device type. It appears that it is being populated
with UNSPECIFIED.
-----

  • @param deviceType The device type of the device. This must currently
be set
  • to CtiMonitored in all situations.
  • @param options An object holding all the optional parameters
*/
public cisco.uc.cuae.legacy.JTapi.JTapiNonTriggeringSubscribeResult
jTapiNonTriggeringSubscribe(
String sessionId
, String deviceName
, String devicePoolName
, cisco.uc.cuae.legacy.JTapi.DeviceType deviceType
, cisco.uc.cuae.legacy.JTapi.JTapiNonTriggeringSubscribeOptions options
)
-----

Let me know if this is the case.

Thanks,
Rajesh

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Monday, June 23, 2008 11:11 AM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi Rajesh,

Here is the jtapi log file:
2008:06:16::13:38:14.453: Info: JTapiServer @
IpcConnection@127.0.0.1:4028: shutdown...
2008:06:16::13:38:14.453: Info: JTapiServer @
IpcConnection@127.0.0.1:4028: shutdown done.
2008:06:16::13:38:48.406: Info: JTapiServer @
IpcConnection@127.0.0.1:4260: startup...
2008:06:16::13:38:48.406: Info: JTapiServer @
IpcConnection@127.0.0.1:4260: startup done.
2008:06:16::13:38:48.406: Info: JTapiServer @
IpcConnection@127.0.0.1:4260: received message: RegisterMediaCaps{ Codec
= (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:16::13:38:48.406: Info: JTapiServer @
IpcConnection@127.0.0.1:4260: received message: RegisterMediaCaps{ Codec
= (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:16::13:38:48.531: Info: JTapiServer @
IpcConnection@127.0.0.1:4260: received message: SetLogLevel{ Level = (i)
3 }
2008:06:16::13:38:48.531: Info: JTapiServer @
IpcConnection@127.0.0.1:4260: The log level has been set to level: 3
mask: 3
2008:06:16::13:41:34.390: Info: JTapiServer @
IpcConnection@127.0.0.1:4260: shutdown...
2008:06:16::13:41:34.390: Info: JTapiServer @
IpcConnection@127.0.0.1:4260: shutdown done.
2008:06:16::13:41:43.359: Info: JTapiServer @
IpcConnection@127.0.0.1:4333: startup...
2008:06:16::13:41:43.359: Info: JTapiServer @
IpcConnection@127.0.0.1:4333: startup done.
2008:06:16::13:41:43.359: Info: JTapiServer @
IpcConnection@127.0.0.1:4333: received message: RegisterMediaCaps{ Codec
= (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:16::13:41:43.359: Info: JTapiServer @
IpcConnection@127.0.0.1:4333: received message: RegisterMediaCaps{ Codec
= (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:16::13:41:43.484: Info: JTapiServer @
IpcConnection@127.0.0.1:4333: received message: SetLogLevel{ Level = (i)
3 }
2008:06:16::13:41:43.484: Info: JTapiServer @
IpcConnection@127.0.0.1:4333: The log level has been set to level: 3
mask: 3
2008:06:17::15:16:41.156: Info: JTapiServer @
IpcConnection@127.0.0.1:4333: shutdown...
2008:06:17::15:16:41.156: Info: JTapiServer @
IpcConnection@127.0.0.1:4333: shutdown done.
2008:06:17::15:16:52.046: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: startup...
2008:06:17::15:16:52.062: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: startup done.
2008:06:17::15:16:52.062: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: RegisterMediaCaps{ Codec
= (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:17::15:16:52.062: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: RegisterMediaCaps{ Codec
= (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:17::15:16:52.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:17::15:16:52.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::10:32:04.453: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::10:32:04.640: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::10:37:40.796: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::10:37:41.031: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::10:37:53.125: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::10:37:53.125: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::10:38:31.593: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::10:38:31.593: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::10:41:45.281: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::10:41:45.406: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::10:41:45.484: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::10:41:45.484: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::10:41:45.484: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::10:41:45.484: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::10:41:45.484: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::10:41:45.484: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::10:43:06.796: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::10:43:06.796: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:00:53.390: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::11:00:53.546: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:00:53.546: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:00:53.546: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:00:53.546: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:00:53.546: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:00:53.546: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:00:53.562: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::11:00:53.750: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::11:00:53.843: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:00:53.843: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:00:53.843: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:00:53.843: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:00:53.953: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::11:01:21.921: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::11:01:22.062: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:01:22.062: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:01:22.062: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:01:22.062: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:01:22.171: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::11:01:36.718: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:01:36.718: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:42:42.875: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::11:42:42.984: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:42:42.984: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:42:42.984: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:42:42.984: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:42:43.000: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::11:42:43.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::11:42:43.296: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:42:43.296: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:42:43.296: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:42:43.296: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:42:43.437: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::11:43:03.562: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::11:43:03.687: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:43:03.687: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:43:03.687: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:43:03.687: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:43:03.812: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::11:43:53.468: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:43:53.468: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:45:32.046: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::11:45:32.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:45:32.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:45:32.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:45:32.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:45:32.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEIP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:45:32.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:45:32.203: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: The log level has been set to level: 3
mask: 3
2008:06:20::11:45:50.984: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i)
*unknownDeviceType*(0), ThirdParty = (i) 0, DynamicRegistration = (i) 1
}
2008:06:20::11:45:50.984: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: sending message: Error{ FailReason = (i)
InvalidDeviceType, MessageType = (i) Register, DeviceType = (i)
*unknownDeviceType*(0) }
2008:06:20::11:57:30.203: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: shutdown...
2008:06:20::11:57:30.203: Info: JTapiServer @
IpcConnection@127.0.0.1:4684: shutdown done.
2008:06:20::11:57:41.093: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: startup...
2008:06:20::11:57:41.093: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: startup done.
2008:06:20::11:57:41.093: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: received message: RegisterMediaCaps{ Codec
= (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:20::11:57:41.093: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: received message: RegisterMediaCaps{ Codec
= (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:20::11:57:41.109: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) MonitoredDevice,
ThirdParty = (i) 1, DynamicRegistration = (i) 0 }
2008:06:20::11:57:41.125: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): addListener added device mon-dev(
SEP0009B7DA0BCB )
2008:06:20::11:57:41.125: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): looking for provider
10.2.0.16;login=LSCTIAdmin;passwd=LSCTIAdmin
2008:06:20::11:57:48.828: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received
ProvOutOfServiceEv
2008:06:20::11:57:48.828: Info: mon-dev( SEP0009B7DA0BCB ): setProvider:
oldProv=(P1-LSCTIAdmin), newProv=null
2008:06:20::11:57:48.828: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::11:57:48.875: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: The log level has been set to level: 3
mask: 3
2008:06:20::11:57:48.890: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received
ProvInServiceEv
2008:06:20::11:57:48.890: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): provInService: Version: 6.0.1.2000-3
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): Rx
providerInService from Provider for device: SEP0009B7DA0BCB
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): setProvider:
oldProv=null, newProv=(P1-LSCTIAdmin)
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): provider
changed: (P1-LSCTIAdmin)
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: entry - SEP0009B7DA0BCB
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: About to getTerminal from Provider - SEP0009B7DA0BCB
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: Got terminal from Provider - SEP0009B7DA0BCB
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ): did not
register media caps, terminal class is class
com.cisco.jtapi.TerminalImpl
2008:06:20::11:57:48.890: Info: mon-dev( SEP0009B7DA0BCB ):
Device::addObserver: About to add terminal Observer SEP0009B7DA0BCB
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoTermOutOfServiceEv
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ):
==Device::markOffline: Updating status for SEP0009B7DA0BCB
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ):
Device::updateStatus - Sending Terminal Out of service
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ):
Device::sendStatus - Ignoring status update 0
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): wasn't
monitoring 1032@SEP0009B7DA0BCB
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ):
Device::addObserver: Enabling button pressed events ... SEP0009B7DA0BCB
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoTermInServiceEv
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ):
observeAddresses: Device [SEP0009B7DA0BCB] has [1] observeAddresses
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ):
observeAddresses: Device [SEP0009B7DA0BCB] Address: 1032
2008:06:20::11:57:48.906: Info: mon-dev( SEP0009B7DA0BCB ): addAddress:
Current Array length 1 - 1032
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ):
Device::monitorTerminalAddress - address.addObserver...
1032@SEP0009B7DA0BCB
2008:06:20::11:57:48.953: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: ----
AddressMonitor::addressChangedEvent for [1032] Received
CiscoAddrOutOfServiceEv
2008:06:20::11:57:48.953: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: ignored
CiscoAddrOutOfServiceEv
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ):
observeAddresses: registered address=1032
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ):
observeAddresses: ok=true
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ):
==Device::markOnline: Updating status for SEP0009B7DA0BCB
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ):
Device::updateStatus - Sending Terminal In service
2008:06:20::11:57:48.953: Info: mon-dev( SEP0009B7DA0BCB ): sending
message: StatusUpdate{ DeviceType = (i) MonitoredDevice, DeviceName =
(s) SEP0009B7DA0BCB, Status = (i) DeviceOnline, From = (s) 1032 }
2008:06:20::11:57:48.984: Info: mon-dev( SEP0009B7DA0BCB ):
Device::sendStatus - Send status update 1
2008:06:20::11:57:48.984: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: ----
AddressMonitor::addressChangedEvent for [1032] Received
CiscoAddrInServiceEv
2008:06:20::11:57:48.984: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c:
Address::monitorCallsOnAddress - address.addCallObserver... 1032
2008:06:20::11:57:48.984: Info: mon-dev( SEP0009B7DA0BCB ):
Device::addObserver: Enabled button pressed events ... SEP0009B7DA0BCB
2008:06:20::11:57:48.984: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: Terminal ready to observe events - SEP0009B7DA0BCB
2008:06:20::11:57:48.984: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: exit - SEP0009B7DA0BCB
2008:06:20::11:57:49.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: monitoring 1032
2008:06:20::12:03:09.406: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: shutdown...
2008:06:20::12:03:09.406: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): removeListener worked for mon-dev(
SEP0009B7DA0BCB )
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): setProvider:
oldProv=(P1-LSCTIAdmin), newProv=null
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): provider
changed: null
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): did not
unregister media caps, terminal class is class
com.cisco.jtapi.TerminalImpl
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ):
address.removeObserver... 1032@SEP0009B7DA0BCB
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: ----
AddressMonitor::addressChangedEvent for [1032] Received
AddrObservationEndedEv
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: ignored
AddrObservationEndedEv
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ):
address.removeCallObserver... 1032@SEP0009B7DA0BCB
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: delivering 1 call events
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: delivering
CallObservationEndedEv
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: *** ignoring event with
null call
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: ignoring
CallObservationEndedEv
2008:06:20::12:03:09.406: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@120bf2c: done delivering 1 call
events
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): no longer
monitoring 1032@SEP0009B7DA0BCB
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ):
removeAddress: Setting address to null1032
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ):
Device::removeAddress: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ):
Device::updateStatus - Sending Terminal In service
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): calling
removeObserver ...
2008:06:20::12:03:09.406: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- TermObservationEndedEv
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ): calling
removeObserver done
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ): terminal
closed
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ):
==Device::markOffline: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ):
Device::updateStatus - Sending Terminal Out of service
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ):
==Device::termClose: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:09.421: Info: mon-dev( SEP0009B7DA0BCB ):
Device::updateStatus - Sending Terminal Out of service
2008:06:20::12:03:09.421: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): closeProvider
2008:06:20::12:03:09.421: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received
ProvShutdownEv
2008:06:20::12:03:09.421: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received
ProvObservationEndedEv
2008:06:20::12:03:09.671: Info: JTapiServer @
IpcConnection@127.0.0.1:4676: shutdown done.
2008:06:20::12:03:31.187: Info: JTapiServer @
IpcConnection@127.0.0.1:4795: startup...
2008:06:20::12:03:31.203: Info: JTapiServer @
IpcConnection@127.0.0.1:4795: startup done.
2008:06:20::12:03:31.203: Info: JTapiServer @
IpcConnection@127.0.0.1:4795: received message: RegisterMediaCaps{ Codec
= (i) G711a, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:20::12:03:31.203: Info: JTapiServer @
IpcConnection@127.0.0.1:4795: received message: RegisterMediaCaps{ Codec
= (i) G711u, Framesize = (i) 30, Framesize = (i) 20, Framesize = (i) 10
}
2008:06:20::12:03:31.203: Info: JTapiServer @
IpcConnection@127.0.0.1:4795: received message: Register{ CtiManager =
(s) 10.2.0.16, Username = (s) LSCTIAdmin, Password = (s) LSCTIAdmin,
DeviceName = (s) SEP0009B7DA0BCB, DeviceType = (i) MonitoredDevice,
ThirdParty = (i) 1, DynamicRegistration = (i) 0 }
2008:06:20::12:03:31.203: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): addListener added device mon-dev(
SEP0009B7DA0BCB )
2008:06:20::12:03:31.203: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): looking for provider
10.2.0.16;login=LSCTIAdmin;passwd=LSCTIAdmin
2008:06:20::12:03:36.453: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received
ProvOutOfServiceEv
2008:06:20::12:03:36.453: Info: mon-dev( SEP0009B7DA0BCB ): setProvider:
oldProv=(P2-LSCTIAdmin), newProv=null
2008:06:20::12:03:36.453: Info: JTapiServer @
IpcConnection@127.0.0.1:4795: received message: SetLogLevel{ Level = (i)
3 }
2008:06:20::12:03:36.468: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): ---- providerChangedEvent: Received
ProvInServiceEv
2008:06:20::12:03:36.468: Info: ProviderWrapper( http://10.2.0.16,
LSCTIAdmin, LSCTIAdmin ): provInService: Version: 6.0.1.2000-3
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): Rx
providerInService from Provider for device: SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): setProvider:
oldProv=null, newProv=(P2-LSCTIAdmin)
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): provider
changed: (P2-LSCTIAdmin)
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: entry - SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: JTapiServer @
IpcConnection@127.0.0.1:4795: The log level has been set to level: 3
mask: 3
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: About to getTerminal from Provider - SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: Got terminal from Provider - SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): did not
register media caps, terminal class is class
com.cisco.jtapi.TerminalImpl
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ):
Device::addObserver: About to add terminal Observer SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoTermOutOfServiceEv
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ):
==Device::markOffline: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ):
Device::updateStatus - Sending Terminal Out of service
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ):
Device::sendStatus - Ignoring status update 0
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ): wasn't
monitoring 1032@SEP0009B7DA0BCB
2008:06:20::12:03:36.468: Info: mon-dev( SEP0009B7DA0BCB ):
Device::addObserver: Enabling button pressed events ... SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoTermInServiceEv
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
observeAddresses: Device [SEP0009B7DA0BCB] has [1] observeAddresses
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
observeAddresses: Device [SEP0009B7DA0BCB] Address: 1032
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): addAddress:
Current Array length 1 - 1032
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
Device::monitorTerminalAddress - address.addObserver...
1032@SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ----
AddressMonitor::addressChangedEvent for [1032] Received
CiscoAddrOutOfServiceEv
2008:06:20::12:03:36.484: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignored
CiscoAddrOutOfServiceEv
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
Device::addObserver: Enabled button pressed events ... SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: Terminal ready to observe events - SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
Device::termOpen: exit - SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
observeAddresses: registered address=1032
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
observeAddresses: ok=true
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
==Device::markOnline: Updating status for SEP0009B7DA0BCB
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ):
Device::updateStatus - Sending Terminal In service
2008:06:20::12:03:36.484: Info: mon-dev( SEP0009B7DA0BCB ): sending
message: StatusUpdate{ DeviceType = (i) MonitoredDevice, DeviceName =
(s) SEP0009B7DA0BCB, Status = (i) DeviceOnline, From = (s) 1032 }
2008:06:20::12:03:36.515: Info: mon-dev( SEP0009B7DA0BCB ):
Device::sendStatus - Send status update 1
2008:06:20::12:03:36.515: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ----
AddressMonitor::addressChangedEvent for [1032] Received
CiscoAddrInServiceEv
2008:06:20::12:03:36.515: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b:
Address::monitorCallsOnAddress - address.addCallObserver... 1032
2008:06:20::12:03:36.593: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: monitoring 1032
2008:06:20::15:06:04.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:06:04.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:06:04.078: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause =
NEW_CALL, metaCode = CALL_STARTING, callId = 378/1, callState = active
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor -
Add CM - CallId: 378/1 size: 0
2008:06:20::15:06:04.109: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding
CallMonitor CID 8S6qwlVG4F6XhYZH | Size 0
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE
8S6qwlVG4F6XhYZH 378/1
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:06:04.109: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnInitiatedEv
2008:06:20::15:06:04.109: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnInitiatedEv
2008:06:20::15:06:04.109: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 378/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:06:04.109: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause =
SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(101)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause
= SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState = active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(106)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState =
active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId =
378/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535794/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal
= null, lastRedirectedAddress = null
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(208)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState =
active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(116)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 378/1, callState =
active
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(115)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId
= 378/1, callState = active, termConn.getCallControlState = TALKING,
termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(219)
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: connState changed from
INACTIVE to INITIATED
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv
SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 378/1, callState =
active, termConn.getCallControlState = TALKING, termConn.getState =
ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535794/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal =
null, lastRedirectedAddress = null
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: no dtmf detection, media
not available
2008:06:20::15:06:04.125: Info: mon-dev( SEP0009B7DA0BCB ):
addCallMonitor, connId=28535794, monitor=initiated call INITIATED/IDLE
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB, oldMonitor=null,
active=true
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: termConnState changed from
IDLE to TALKING
2008:06:20::15:06:04.125: Info: initiated call INITIATED/TALKING
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: sending message:
InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, CallId = (s) 8S6qwlVG4F6XhYZH, From = (s) 1032 }
2008:06:20::15:06:04.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call
events
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState =
invalid
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(117)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId
= 378/1, callState = invalid, termConn.getCallControlState = DROPPED,
termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED,
conn.getConnectionID = 28535794/1, conn.getReason = DIRECTCALL,
conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(215)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState =
invalid
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(107)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING,
callId = 378/1, callState = invalid, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535794/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(205)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause
= NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState = invalid
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: =====
CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId =
378/1, callState = invalid
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(103)
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(102)
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState =
invalid, termConn.getCallControlState = DROPPED, termConn.getState =
DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535794/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: #
CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:06:04.625: Info: mon-dev( SEP0009B7DA0BCB ):
removeCallMonitor, connId=28535794, monitor=initiated call
INITIATED/TALKING 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: termConnState changed from
TALKING to DROPPED
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call
from jtapi service
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: sending message:
HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) NORMAL, CallControlCause = (s) NORMAL,
CallId = (s) 8S6qwlVG4F6XhYZH, From = (s) 1032 }
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnDisconnectedEv
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
ConnDisconnectedEv
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 378/1, callState =
invalid, conn.getAddress = 1032, conn.getCallControlState =
DISCONNECTED, conn.getConnectionID = 28535794/1, conn.getReason =
DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: connState changed from
INITIATED to DISCONNECTED
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:06:04.625: Info: initiated call DISCONNECTED/DROPPED
8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call
events
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallObservationEndedEv
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor -
Removed CM CallId: 378/1 size: 1
2008:06:20::15:06:04.625: Info: (P2-10.2.0.16) EventThread:
{378/1=initiated call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032
SEP0009B7DA0BCB}
2008:06:20::15:06:04.625: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing
CallMonitor CID 8S6qwlVG4F6XhYZH | Size 1
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: removed call initiated
call DISCONNECTED/DROPPED 8S6qwlVG4F6XhYZH 378/1 1032 SEP0009B7DA0BCB
2008:06:20::15:06:04.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause =
NEW_CALL, metaCode = CALL_STARTING, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor -
Add CM - CallId: 379/1 size: 0
2008:06:20::15:06:05.000: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding
CallMonitor CID CzkTdnBjZfbRq2Bl | Size 0
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE
CzkTdnBjZfbRq2Bl 379/1
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnInitiatedEv
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnInitiatedEv
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 379/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause =
SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(101)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause
= SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState = active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(106)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState =
active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId =
379/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535796/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal
= null, lastRedirectedAddress = null
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(208)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState =
active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(116)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 379/1, callState =
active
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(115)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId
= 379/1, callState = active, termConn.getCallControlState = TALKING,
termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(219)
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: connState changed from
INACTIVE to INITIATED
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv
SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 379/1, callState =
active, termConn.getCallControlState = TALKING, termConn.getState =
ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535796/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal =
null, lastRedirectedAddress = null
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: no dtmf detection, media
not available
2008:06:20::15:06:05.000: Info: mon-dev( SEP0009B7DA0BCB ):
addCallMonitor, connId=28535796, monitor=initiated call INITIATED/IDLE
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB, oldMonitor=null,
active=true
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: termConnState changed from
IDLE to TALKING
2008:06:20::15:06:05.000: Info: initiated call INITIATED/TALKING
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: sending message:
InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, CallId = (s) CzkTdnBjZfbRq2Bl, From = (s) 1032 }
2008:06:20::15:06:05.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call
events
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState =
invalid
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(117)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId
= 379/1, callState = invalid, termConn.getCallControlState = DROPPED,
termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED,
conn.getConnectionID = 28535796/1, conn.getReason = DIRECTCALL,
conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(215)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState =
invalid
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(107)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING,
callId = 379/1, callState = invalid, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535796/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(205)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause
= NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState = invalid
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: =====
CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId =
379/1, callState = invalid
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(103)
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(102)
2008:06:20::15:06:05.343: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:06:05.343: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState =
invalid, termConn.getCallControlState = DROPPED, termConn.getState =
DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535796/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: #
CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:06:05.343: Info: mon-dev( SEP0009B7DA0BCB ):
removeCallMonitor, connId=28535796, monitor=initiated call
INITIATED/TALKING CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: termConnState changed from
TALKING to DROPPED
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call
from jtapi service
2008:06:20::15:06:05.343: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: sending message:
HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) NORMAL, CallControlCause = (s) NORMAL,
CallId = (s) CzkTdnBjZfbRq2Bl, From = (s) 1032 }
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnDisconnectedEv
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
ConnDisconnectedEv
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:06:05.359: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:06:05.359: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 379/1, callState =
invalid, conn.getAddress = 1032, conn.getCallControlState =
DISCONNECTED, conn.getConnectionID = 28535796/1, conn.getReason =
DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:06:05.359: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: connState changed from
INITIATED to DISCONNECTED
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:06:05.359: Info: initiated call DISCONNECTED/DROPPED
CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call
events
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallObservationEndedEv
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor -
Removed CM CallId: 379/1 size: 1
2008:06:20::15:06:05.359: Info: (P2-10.2.0.16) EventThread:
{379/1=initiated call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032
SEP0009B7DA0BCB}
2008:06:20::15:06:05.359: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing
CallMonitor CID CzkTdnBjZfbRq2Bl | Size 1
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: removed call initiated
call DISCONNECTED/DROPPED CzkTdnBjZfbRq2Bl 379/1 1032 SEP0009B7DA0BCB
2008:06:20::15:06:05.359: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause =
NEW_CALL, metaCode = CALL_STARTING, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor -
Add CM - CallId: 380/1 size: 0
2008:06:20::15:32:28.062: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding
CallMonitor CID QvzxmDSNgCsTyhsW | Size 0
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE
QvzxmDSNgCsTyhsW 380/1
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnInitiatedEv
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnInitiatedEv
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 380/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause =
SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause
= SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState = active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState =
active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId =
380/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535798/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal
= null, lastRedirectedAddress = null
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState =
active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 380/1, callState =
active
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId
= 380/1, callState = active, termConn.getCallControlState = TALKING,
termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: connState changed from
INACTIVE to INITIATED
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv
SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 380/1, callState =
active, termConn.getCallControlState = TALKING, termConn.getState =
ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535798/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal =
null, lastRedirectedAddress = null
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: no dtmf detection, media
not available
2008:06:20::15:32:28.062: Info: mon-dev( SEP0009B7DA0BCB ):
addCallMonitor, connId=28535798, monitor=initiated call INITIATED/IDLE
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB, oldMonitor=null,
active=true
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: termConnState changed from
IDLE to TALKING
2008:06:20::15:32:28.062: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message:
InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, CallId = (s) QvzxmDSNgCsTyhsW, From = (s) 1032 }
2008:06:20::15:32:28.062: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call
events
2008:06:20::15:32:28.796: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:28.796: Info: initiated call INITIATED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) QvzxmDSNgCsTyhsW,
From = (s) 1032 }
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 380/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(204)
2008:06:20::15:32:28.828: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:28.828: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDialingEv
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDialingEv
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause
= NORMAL, metaCode = CALL_PROGRESS, callId = 380/1, callState = active,
conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:28.828: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: connState changed from
INITIATED to DIALING
2008:06:20::15:32:28.828: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:29.359: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:29.359: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) QvzxmDSNgCsTyhsW,
From = (s) 1032 }
2008:06:20::15:32:29.687: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:29.687: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 2, ButtonSource = (i) 2, CallId = (s) QvzxmDSNgCsTyhsW,
From = (s) 1032 }
2008:06:20::15:32:30.015: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:30.015: Info: initiated call DIALING/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 7, ButtonSource = (i) 2, CallId = (s) QvzxmDSNgCsTyhsW,
From = (s) 1032 }
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== ConnFailedEv, cause =
DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 380/1, callState
= active
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(108)
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnFailedEv,
cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 380/1,
callState = active, conn.getAddress = 1032, conn.getCallControlState =
FAILED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL,
conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(207)
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnFailedEv
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnFailedEv
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnFailedEv
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnFailedEv
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlConnFailedEv, cause
= DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 380/1,
callState = active, conn.getAddress = 1032, conn.getCallControlState =
FAILED, conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL,
conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ---- callCtlConnFailed:
Changin state to Disconnected
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: connState changed from
DIALING to DISCONNECTED
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call
from jtapi service
2008:06:20::15:32:30.046: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: sending message:
HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) DEST_NOT_OBTAINABLE, CallControlCause = (s)
DEST_NOT_OBTAINABLE, CallId = (s) QvzxmDSNgCsTyhsW, From = (s) 1032 }
2008:06:20::15:32:30.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:32:30.062: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStartedEv
2008:06:20::15:32:30.062: Info: initiated call DISCONNECTED/TALKING
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CiscoRTPInputStartedEv,
cause = NORMAL, metaCode = UNKNOWN, terminal = SEP0009B7DA0BCB,
localAddress = 10.13.0.232, localPort = 20516, payloadType = 4,
packetSize = 20, hasLogicalChannel = false
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState =
invalid
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(117)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId
= 380/1, callState = invalid, termConn.getCallControlState = DROPPED,
termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED,
conn.getConnectionID = 28535798/1, conn.getReason = DIRECTCALL,
conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(215)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState =
invalid
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(107)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING,
callId = 380/1, callState = invalid, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535798/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(205)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause
= NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState = invalid
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: =====
CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId =
380/1, callState = invalid
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(103)
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(102)
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState =
invalid, termConn.getCallControlState = DROPPED, termConn.getState =
DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535798/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: #
CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: termConnState changed from
TALKING to DROPPED
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnDisconnectedEv
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
ConnDisconnectedEv
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 380/1, callState =
invalid, conn.getAddress = 1032, conn.getCallControlState =
DISCONNECTED, conn.getConnectionID = 28535798/1, conn.getReason =
DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL,
calledAddress = null, callingAddress = 1032, callingTerminal =
SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:32:31.968: Info: initiated call DISCONNECTED/DROPPED
QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call
events
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallObservationEndedEv
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor -
Removed CM CallId: 380/1 size: 1
2008:06:20::15:32:31.968: Info: (P2-10.2.0.16) EventThread:
{380/1=initiated call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032
SEP0009B7DA0BCB}
2008:06:20::15:32:31.968: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing
CallMonitor CID QvzxmDSNgCsTyhsW | Size 1
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: removed call initiated
call DISCONNECTED/DROPPED QvzxmDSNgCsTyhsW 380/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:31.968: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:31.968: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStoppedEv
2008:06:20::15:32:31.968: Info: mon-dev( SEP0009B7DA0BCB ): *** ignored
CiscoRTPInputStoppedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause =
NEW_CALL, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor -
Add CM - CallId: 381/1 size: 0
2008:06:20::15:32:35.234: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding
CallMonitor CID 38jgcdZxqnF5WqXg | Size 0
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE
38jgcdZxqnF5WqXg 381/1
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnInitiatedEv
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnInitiatedEv
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause =
SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause
= SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState =
active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId =
381/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal
= null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState =
active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 381/1, callState =
active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId
= 381/1, callState = active, termConn.getCallControlState = TALKING,
termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: connState changed from
INACTIVE to INITIATED
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv
SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState =
active, termConn.getCallControlState = TALKING, termConn.getState =
ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal =
null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: no dtmf detection, media
not available
2008:06:20::15:32:35.234: Info: mon-dev( SEP0009B7DA0BCB ):
addCallMonitor, connId=28535801, monitor=initiated call INITIATED/IDLE
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB, oldMonitor=null,
active=true
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: termConnState changed from
IDLE to TALKING
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message:
InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, CallId = (s) 38jgcdZxqnF5WqXg, From = (s) 1032 }
2008:06:20::15:32:35.234: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call
events
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause =
NEW_CALL, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause
= NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState =
active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnInitiatedEv, cause = NORMAL, metaCode = CALL_STARTING, callId
= 381/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535801/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal =
null, lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv,
cause = 0, metaCode = CALL_STARTING, callId = 381/1, callState = active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 381/1, callState =
active
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnTalkingEv, cause = NORMAL, metaCode = CALL_STARTING,
callId = 381/1, callState = active, termConn.getCallControlState =
TALKING, termConn.getState = ACTIVE, termConn.getTerminal =
SEP0009B7DA0BCB, conn.getAddress = 1032, conn.getCallControlState =
INITIATED, conn.getConnectionID = 28535801/1, conn.getReason =
DIRECTCALL, conn.getState = CONNECTED, callControlCause = NORMAL,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:35.234: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:35.734: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:35.734: Info: initiated call INITIATED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) 38jgcdZxqnF5WqXg,
From = (s) 1032 }
2008:06:20::15:32:35.750: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:35.750: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDialingEv
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDialingEv
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause
= NORMAL, metaCode = CALL_PROGRESS, callId = 381/1, callState = active,
conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: connState changed from
INITIATED to DIALING
2008:06:20::15:32:35.750: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 381/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:35.750: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(204)
2008:06:20::15:32:35.843: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:35.843: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) 38jgcdZxqnF5WqXg,
From = (s) 1032 }
2008:06:20::15:32:35.937: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:35.937: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) 38jgcdZxqnF5WqXg,
From = (s) 1032 }
2008:06:20::15:32:36.046: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:36.046: Info: initiated call DIALING/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 7, ButtonSource = (i) 2, CallId = (s) 38jgcdZxqnF5WqXg,
From = (s) 1032 }
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnFailedEv
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnFailedEv
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnFailedEv
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnFailedEv
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlConnFailedEv, cause
= DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 381/1,
callState = active, conn.getAddress = 1032, conn.getCallControlState =
FAILED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL,
conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ---- callCtlConnFailed:
Changin state to Disconnected
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: connState changed from
DIALING to DISCONNECTED
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call
from jtapi service
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: sending message:
HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) DEST_NOT_OBTAINABLE, CallControlCause = (s)
DEST_NOT_OBTAINABLE, CallId = (s) 38jgcdZxqnF5WqXg, From = (s) 1032 }
2008:06:20::15:32:36.046: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnFailedEv, cause =
DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 381/1, callState
= active
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(108)
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnFailedEv,
cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 381/1,
callState = active, conn.getAddress = 1032, conn.getCallControlState =
FAILED, conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL,
conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:36.046: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(207)
2008:06:20::15:32:36.062: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStartedEv
2008:06:20::15:32:36.062: Info: initiated call DISCONNECTED/TALKING
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CiscoRTPInputStartedEv,
cause = NORMAL, metaCode = UNKNOWN, terminal = SEP0009B7DA0BCB,
localAddress = 10.13.0.232, localPort = 21116, payloadType = 4,
packetSize = 20, hasLogicalChannel = false
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState =
invalid, termConn.getCallControlState = DROPPED, termConn.getState =
DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535801/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: #
CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: termConnState changed from
TALKING to DROPPED
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnDisconnectedEv
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
ConnDisconnectedEv
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState =
invalid, conn.getAddress = 1032, conn.getCallControlState =
DISCONNECTED, conn.getConnectionID = 28535801/1, conn.getReason =
DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL,
calledAddress = null, callingAddress = 1032, callingTerminal =
SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call
events
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState =
invalid
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(117)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId
= 381/1, callState = invalid, termConn.getCallControlState = DROPPED,
termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED,
conn.getConnectionID = 28535801/1, conn.getReason = DIRECTCALL,
conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(215)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState =
invalid
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(107)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING,
callId = 381/1, callState = invalid, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535801/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(205)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause
= NORMAL, metaCode = CALL_ENDING, callId = 381/1, callState = invalid
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: =====
CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId =
381/1, callState = invalid
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(103)
2008:06:20::15:32:36.812: Info: initiated call DISCONNECTED/DROPPED
38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(102)
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallObservationEndedEv
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor -
Removed CM CallId: 381/1 size: 1
2008:06:20::15:32:36.812: Info: (P2-10.2.0.16) EventThread:
{381/1=initiated call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032
SEP0009B7DA0BCB}
2008:06:20::15:32:36.812: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing
CallMonitor CID 38jgcdZxqnF5WqXg | Size 1
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: removed call initiated
call DISCONNECTED/DROPPED 38jgcdZxqnF5WqXg 381/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:36.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:36.812: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStoppedEv
2008:06:20::15:32:36.812: Info: mon-dev( SEP0009B7DA0BCB ): *** ignored
CiscoRTPInputStoppedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause =
NEW_CALL, metaCode = CALL_STARTING, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor -
Add CM - CallId: 382/1 size: 0
2008:06:20::15:32:40.000: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding
CallMonitor CID nRyHcKRvbCDbwsd2 | Size 0
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE
nRyHcKRvbCDbwsd2 382/1
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnInitiatedEv
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnInitiatedEv
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 382/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause =
SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause
= SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState = active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState =
active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId =
382/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535804/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal
= null, lastRedirectedAddress = null
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState =
active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 382/1, callState =
active
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId
= 382/1, callState = active, termConn.getCallControlState = TALKING,
termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: connState changed from
INACTIVE to INITIATED
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv
SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 382/1, callState =
active, termConn.getCallControlState = TALKING, termConn.getState =
ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535804/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal =
null, lastRedirectedAddress = null
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: no dtmf detection, media
not available
2008:06:20::15:32:40.000: Info: mon-dev( SEP0009B7DA0BCB ):
addCallMonitor, connId=28535804, monitor=initiated call INITIATED/IDLE
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB, oldMonitor=null,
active=true
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: termConnState changed from
IDLE to TALKING
2008:06:20::15:32:40.000: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message:
InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, CallId = (s) nRyHcKRvbCDbwsd2, From = (s) 1032 }
2008:06:20::15:32:40.000: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call
events
2008:06:20::15:32:40.515: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:40.515: Info: initiated call INITIATED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) nRyHcKRvbCDbwsd2,
From = (s) 1032 }
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 382/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(204)
2008:06:20::15:32:40.515: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:40.515: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDialingEv
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDialingEv
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause
= NORMAL, metaCode = CALL_PROGRESS, callId = 382/1, callState = active,
conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:40.515: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: connState changed from
INITIATED to DIALING
2008:06:20::15:32:40.515: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:40.609: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:40.609: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) nRyHcKRvbCDbwsd2,
From = (s) 1032 }
2008:06:20::15:32:40.703: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:40.703: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) nRyHcKRvbCDbwsd2,
From = (s) 1032 }
2008:06:20::15:32:40.812: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:40.812: Info: initiated call DIALING/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) nRyHcKRvbCDbwsd2,
From = (s) 1032 }
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== ConnFailedEv, cause =
DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 382/1, callState
= active
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(108)
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnFailedEv,
cause = DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 382/1,
callState = active, conn.getAddress = 1032, conn.getCallControlState =
FAILED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL,
conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(207)
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnFailedEv
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnFailedEv
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnFailedEv
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnFailedEv
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlConnFailedEv, cause
= DEST_NOT_OBTAINABLE, metaCode = CALL_PROGRESS, callId = 382/1,
callState = active, conn.getAddress = 1032, conn.getCallControlState =
FAILED, conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL,
conn.getState = FAILED, callControlCause = DEST_NOT_OBTAINABLE,
calledAddress = null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ---- callCtlConnFailed:
Changin state to Disconnected
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: connState changed from
DIALING to DISCONNECTED
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call
from jtapi service
2008:06:20::15:32:40.812: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: sending message:
HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) DEST_NOT_OBTAINABLE, CallControlCause = (s)
DEST_NOT_OBTAINABLE, CallId = (s) nRyHcKRvbCDbwsd2, From = (s) 1032 }
2008:06:20::15:32:40.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:32:40.828: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStartedEv
2008:06:20::15:32:40.828: Info: initiated call DISCONNECTED/TALKING
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CiscoRTPInputStartedEv,
cause = NORMAL, metaCode = UNKNOWN, terminal = SEP0009B7DA0BCB,
localAddress = 10.13.0.232, localPort = 21592, payloadType = 4,
packetSize = 20, hasLogicalChannel = false
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState =
invalid
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(117)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId
= 382/1, callState = invalid, termConn.getCallControlState = DROPPED,
termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED,
conn.getConnectionID = 28535804/1, conn.getReason = DIRECTCALL,
conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(215)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState =
invalid
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(107)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING,
callId = 382/1, callState = invalid, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535804/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(205)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause
= NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState = invalid
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: =====
CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId =
382/1, callState = invalid
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(103)
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(102)
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState =
invalid, termConn.getCallControlState = DROPPED, termConn.getState =
DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535804/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = null, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: #
CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: termConnState changed from
TALKING to DROPPED
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnDisconnectedEv
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
ConnDisconnectedEv
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 382/1, callState =
invalid, conn.getAddress = 1032, conn.getCallControlState =
DISCONNECTED, conn.getConnectionID = 28535804/1, conn.getReason =
DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL,
calledAddress = null, callingAddress = 1032, callingTerminal =
SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:32:41.812: Info: initiated call DISCONNECTED/DROPPED
nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call
events
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallObservationEndedEv
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor -
Removed CM CallId: 382/1 size: 1
2008:06:20::15:32:41.812: Info: (P2-10.2.0.16) EventThread:
{382/1=initiated call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032
SEP0009B7DA0BCB}
2008:06:20::15:32:41.812: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing
CallMonitor CID nRyHcKRvbCDbwsd2 | Size 1
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: removed call initiated
call DISCONNECTED/DROPPED nRyHcKRvbCDbwsd2 382/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:41.812: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:41.812: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <- CiscoRTPInputStoppedEv
2008:06:20::15:32:41.812: Info: mon-dev( SEP0009B7DA0BCB ): *** ignored
CiscoRTPInputStoppedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause =
NEW_CALL, metaCode = CALL_STARTING, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor -
Add CM - CallId: 383/1 size: 0
2008:06:20::15:32:45.796: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding
CallMonitor CID TVqldfjfjfn7YCcG | Size 0
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE
TVqldfjfjfn7YCcG 383/1
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnInitiatedEv
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnInitiatedEv
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 383/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause =
SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(101)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause
= SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState = active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(106)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState =
active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId =
383/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535807/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal
= null, lastRedirectedAddress = null
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(208)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState =
active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(116)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 383/1, callState =
active
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(115)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId
= 383/1, callState = active, termConn.getCallControlState = TALKING,
termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(219)
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: connState changed from
INACTIVE to INITIATED
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv
SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 383/1, callState =
active, termConn.getCallControlState = TALKING, termConn.getState =
ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535807/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal =
null, lastRedirectedAddress = null
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: no dtmf detection, media
not available
2008:06:20::15:32:45.796: Info: mon-dev( SEP0009B7DA0BCB ):
addCallMonitor, connId=28535807, monitor=initiated call INITIATED/IDLE
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB, oldMonitor=null,
active=true
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: termConnState changed from
IDLE to TALKING
2008:06:20::15:32:45.796: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message:
InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032 }
2008:06:20::15:32:45.796: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call
events
2008:06:20::15:32:46.328: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:46.328: Info: initiated call INITIATED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) TVqldfjfjfn7YCcG,
From = (s) 1032 }
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(204)
2008:06:20::15:32:46.328: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:46.328: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDialingEv
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDialingEv
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause
= NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active,
conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.328: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: connState changed from
INITIATED to DIALING
2008:06:20::15:32:46.328: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:46.406: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:46.406: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) TVqldfjfjfn7YCcG,
From = (s) 1032 }
2008:06:20::15:32:46.500: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:46.500: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) TVqldfjfjfn7YCcG,
From = (s) 1032 }
2008:06:20::15:32:46.593: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:32:46.593: Info: initiated call DIALING/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 2, ButtonSource = (i) 2, CallId = (s) TVqldfjfjfn7YCcG,
From = (s) 1032 }
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS,
callId = 383/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = ESTABLISHED, conn.getConnectionID =
28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED,
callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032,
callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== address 1032 NOT
alerting
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(206)
2008:06:20::15:32:46.687: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:46.687: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnEstablishedEv
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnEstablishedEv
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnEstablishedEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: connState changed from
DIALING to ESTABLISHED
2008:06:20::15:32:46.687: Info: initiated call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message:
EstablishedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) normal, CallId = (s) TVqldfjfjfn7YCcG, From
= (s) 1032, To = (s) 1032, OriginalTo = (s) 1032 }
2008:06:20::15:32:46.687: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnInProgressEv,
cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 383/1,
callState = active
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(109)
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnOfferedEv,
cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 383/1,
callState = active, conn.getAddress = 1032, conn.getCallControlState =
OFFERED, conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: adding 1032 to alerting
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(211)
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnInProgressEv
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnInProgressEv
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnOfferedEv
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnOfferedEv
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnOfferedEv, cause
= NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 383/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = OFFERED,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:32:46.703: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.703: Error: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: caught exception delivering
CallCtlConnOfferedEv
java.lang.UnsupportedOperationException: changeConnState( INACTIVE,
OFFERED ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callCtlConnOffered(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.newCall(CTQF)
at com.cisco.jtapi.AddressCallObserver.newCall(CTQF)
at com.cisco.jtapi.LineObserverImpl.NewCall(CTQF)
at
com.cisco.cti.client.implementation.Line.LineBargeStartedEvent(CTQF)
at com.cisco.cti.client.implementation.Line.I(CTQF)
at
com.cisco.cti.client.implementation.Provider$EventThread.messageReceived
(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:32:46.703: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnAlertingEv, cause
= NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState = active
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(104)
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId
= 383/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = ALERTING, conn.getConnectionID = 28535807/1,
conn.getReason = DIRECTCALL, conn.getState = ALERTING, callControlCause
= NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal =
SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: adding 1032 to alerting
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(203)
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnAlertingEv
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnAlertingEv
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnAlertingEv
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnAlertingEv
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnAlertingEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = ALERTING,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = ALERTING, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:32:46.718: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.718: Error: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: caught exception delivering
CallCtlConnAlertingEv
java.lang.UnsupportedOperationException: changeConnState( OFFERED,
ALERTING ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callCtlConnAlerting(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.callStateChanged(CTQF)
at com.cisco.jtapi.LineObserverImpl.CallStateChanged(CTQF)
at
com.cisco.cti.client.implementation.Call.CallPartyInfoChanged(CTQF)
at com.cisco.cti.client.implementation.Call.I(CTQF)
at
com.cisco.cti.client.implementation.Provider$EventThread.messageReceived
(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:32:46.718: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState =
active
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS,
callId = 383/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = ESTABLISHED, conn.getConnectionID =
28535807/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED,
callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== adding 1032 to
answered
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: answered 1032 at 1032
2008:06:20::15:32:46.734: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message: Answered{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032, To = (s) 1032,
OriginalTo = (s) 1032 }
2008:06:20::15:32:46.750: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(206)
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnEstablishedEv
2008:06:20::15:32:46.750: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnEstablishedEv
2008:06:20::15:32:46.750: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnEstablishedEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 383/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:32:46.750: Info: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:32:46.750: Error: offered call ESTABLISHED/TALKING
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: caught exception delivering
CallCtlConnEstablishedEv
java.lang.UnsupportedOperationException: changeConnState(
INACTIVE|ALERTING|DIALING|INITIATED, ESTABLISHED ), current state is
ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown
Source)
at
metreos.service.jtapi.CallMonitor.callCtlConnEstablished(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.callStateChanged(CTQF)
at com.cisco.jtapi.LineObserverImpl.CallStateChanged(CTQF)
at
com.cisco.cti.client.implementation.Call.CallPartyInfoChanged(CTQF)
at com.cisco.cti.client.implementation.Call.I(CTQF)
at
com.cisco.cti.client.implementation.Provider$EventThread.messageReceived
(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:32:46.750: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState =
invalid
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(117)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId
= 383/1, callState = invalid, termConn.getCallControlState = DROPPED,
termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED,
conn.getConnectionID = 28535807/1, conn.getReason = DIRECTCALL,
conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(215)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState =
invalid
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(107)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING,
callId = 383/1, callState = invalid, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535807/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(205)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause
= NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState = invalid
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: =====
CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId =
383/1, callState = invalid
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(103)
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(102)
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState =
invalid, termConn.getCallControlState = DROPPED, termConn.getState =
DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535807/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: #
CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:32:49.125: Info: mon-dev( SEP0009B7DA0BCB ):
removeCallMonitor, connId=28535807, monitor=offered call
ESTABLISHED/TALKING TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: termConnState changed from
TALKING to DROPPED
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call
from jtapi service
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: sending message:
HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) NORMAL, CallControlCause = (s) NORMAL,
CallId = (s) TVqldfjfjfn7YCcG, From = (s) 1032, To = (s) 1032,
OriginalTo = (s) 1032 }
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnDisconnectedEv
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
ConnDisconnectedEv
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 383/1, callState =
invalid, conn.getAddress = 1032, conn.getCallControlState =
DISCONNECTED, conn.getConnectionID = 28535807/1, conn.getReason =
DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL,
calledAddress = 1032, callingAddress = 1032, callingTerminal =
SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: connState changed from
ESTABLISHED to DISCONNECTED
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:32:49.125: Info: offered call DISCONNECTED/DROPPED
TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call
events
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallObservationEndedEv
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor -
Removed CM CallId: 383/1 size: 1
2008:06:20::15:32:49.125: Info: (P2-10.2.0.16) EventThread:
{383/1=offered call DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032
SEP0009B7DA0BCB}
2008:06:20::15:32:49.125: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing
CallMonitor CID TVqldfjfjfn7YCcG | Size 1
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: removed call offered call
DISCONNECTED/DROPPED TVqldfjfjfn7YCcG 383/1 1032 SEP0009B7DA0BCB
2008:06:20::15:32:49.125: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 7 call events
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallActiveEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: CallActiveEv, cause =
NEW_CALL, metaCode = CALL_STARTING, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::addCallMonitor -
Add CM - CallId: 384/1 size: 0
2008:06:20::15:34:36.625: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: CMMap::add - Adding
CallMonitor CID P9fVklwVnQGTBqLJ | Size 0
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: added call INACTIVE/IDLE
P9fVklwVnQGTBqLJ 384/1
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnCreatedEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnCreatedEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnInitiatedEv
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnInitiatedEv
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnInitiatedEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 384/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallActiveEv, cause =
SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(101)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnCreatedEv, cause
= SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState = active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(106)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState =
active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnInitiatedEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId =
384/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535809/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= SNAPSHOT, calledAddress = null, callingAddress = 1032, callingTerminal
= null, lastRedirectedAddress = null
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(208)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== TermConnCreatedEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState =
active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(116)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== TermConnActiveEv,
cause = SNAPSHOT, metaCode = SNAPSHOT, callId = 384/1, callState =
active
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(115)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnTalkingEv, cause = SNAPSHOT, metaCode = SNAPSHOT, callId
= 384/1, callState = active, termConn.getCallControlState = TALKING,
termConn.getState = ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = INITIATED,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = SNAPSHOT, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(219)
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: connState changed from
INACTIVE to INITIATED
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnCreatedEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnActiveEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring TermConnActiveEv
SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnTalkingEv SEP0009B7DA0BCB
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlTermConnTalkingEv,
cause = NORMAL, metaCode = CALL_STARTING, callId = 384/1, callState =
active, termConn.getCallControlState = TALKING, termConn.getState =
ACTIVE, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = INITIATED, conn.getConnectionID = 28535809/1,
conn.getReason = DIRECTCALL, conn.getState = CONNECTED, callControlCause
= NORMAL, calledAddress = null, callingAddress = 1032, callingTerminal =
null, lastRedirectedAddress = null
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: no dtmf detection, media
not available
2008:06:20::15:34:36.625: Info: mon-dev( SEP0009B7DA0BCB ):
addCallMonitor, connId=28535809, monitor=initiated call INITIATED/IDLE
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB, oldMonitor=null,
active=true
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: termConnState changed from
IDLE to TALKING
2008:06:20::15:34:36.625: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message:
InitiatedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032 }
2008:06:20::15:34:36.625: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 7 call
events
2008:06:20::15:34:37.125: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:34:37.125: Info: initiated call INITIATED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 1, ButtonSource = (i) 2, CallId = (s) P9fVklwVnQGTBqLJ,
From = (s) 1032 }
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnDialingEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(204)
2008:06:20::15:34:37.140: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:34:37.140: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDialingEv
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDialingEv
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnDialingEv, cause
= NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active,
conn.getAddress = 1032, conn.getCallControlState = DIALING,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
null, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=null, c=null, cCur=null, cMod=null), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.140: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: connState changed from
INITIATED to DIALING
2008:06:20::15:34:37.140: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:34:37.218: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:34:37.218: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 0, ButtonSource = (i) 2, CallId = (s) P9fVklwVnQGTBqLJ,
From = (s) 1032 }
2008:06:20::15:34:37.328: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:34:37.328: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 3, ButtonSource = (i) 2, CallId = (s) P9fVklwVnQGTBqLJ,
From = (s) 1032 }
2008:06:20::15:34:37.421: Info: mon-dev( SEP0009B7DA0BCB ): -T-
Device::terminalChangedEvent: Received Event: <-
CiscoTermButtonPressedEv
2008:06:20::15:34:37.421: Info: initiated call DIALING/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: GotDigits{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
Digits = (s) 2, ButtonSource = (i) 2, CallId = (s) P9fVklwVnQGTBqLJ,
From = (s) 1032 }
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS,
callId = 384/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = ESTABLISHED, conn.getConnectionID =
28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED,
callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032,
callingTerminal = null, lastRedirectedAddress = null
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== address 1032 NOT
alerting
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(206)
2008:06:20::15:34:37.437: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:34:37.437: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnEstablishedEv
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnEstablishedEv
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnEstablishedEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = null,
lastRedirectedAddress = null
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: connState changed from
DIALING to ESTABLISHED
2008:06:20::15:34:37.437: Info: initiated call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message:
EstablishedCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) normal, CallId = (s) P9fVklwVnQGTBqLJ, From
= (s) 1032, To = (s) 1032, OriginalTo = (s) 1032 }
2008:06:20::15:34:37.437: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnInProgressEv,
cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 384/1,
callState = active
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(109)
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallCtlConnOfferedEv,
cause = NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 384/1,
callState = active, conn.getAddress = 1032, conn.getCallControlState =
OFFERED, conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: adding 1032 to alerting
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(211)
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnInProgressEv
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnInProgressEv
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnOfferedEv
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnOfferedEv
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnOfferedEv, cause
= NORMAL, metaCode = CALL_ADDITIONAL_PARTY, callId = 384/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = OFFERED,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = INPROGRESS, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:34:37.453: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.453: Error: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: caught exception delivering
CallCtlConnOfferedEv
java.lang.UnsupportedOperationException: changeConnState( INACTIVE,
OFFERED ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callCtlConnOffered(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.newCall(CTQF)
at com.cisco.jtapi.AddressCallObserver.newCall(CTQF)
at com.cisco.jtapi.LineObserverImpl.NewCall(CTQF)
at
com.cisco.cti.client.implementation.Line.LineBargeStartedEvent(CTQF)
at com.cisco.cti.client.implementation.Line.I(CTQF)
at
com.cisco.cti.client.implementation.Provider$EventThread.messageReceived
(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:34:37.453: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnAlertingEv, cause
= NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState = active
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(104)
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnAlertingEv, cause = NORMAL, metaCode = CALL_PROGRESS, callId
= 384/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = ALERTING, conn.getConnectionID = 28535809/1,
conn.getReason = DIRECTCALL, conn.getState = ALERTING, callControlCause
= NORMAL, calledAddress = 1032, callingAddress = 1032, callingTerminal =
SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: adding 1032 to alerting
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(203)
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering ConnAlertingEv
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnAlertingEv
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnAlertingEv
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnAlertingEv
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnAlertingEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = ALERTING,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = ALERTING, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:34:37.484: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.484: Error: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: caught exception delivering
CallCtlConnAlertingEv
java.lang.UnsupportedOperationException: changeConnState( OFFERED,
ALERTING ), current state is ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callCtlConnAlerting(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.callStateChanged(CTQF)
at com.cisco.jtapi.LineObserverImpl.CallStateChanged(CTQF)
at
com.cisco.cti.client.implementation.Call.CallPartyInfoChanged(CTQF)
at com.cisco.cti.client.implementation.Call.I(CTQF)
at
com.cisco.cti.client.implementation.Provider$EventThread.messageReceived
(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:34:37.484: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnConnectedEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState =
active
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(105)
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnEstablishedEv, cause = NORMAL, metaCode = CALL_PROGRESS,
callId = 384/1, callState = active, conn.getAddress = 1032,
conn.getCallControlState = ESTABLISHED, conn.getConnectionID =
28535809/1, conn.getReason = DIRECTCALL, conn.getState = CONNECTED,
callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== adding 1032 to
answered
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: answered 1032 at 1032
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message: Answered{
DeviceType = (i) MonitoredDevice, DeviceName = (s) SEP0009B7DA0BCB,
CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032, To = (s) 1032,
OriginalTo = (s) 1032 }
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(206)
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 2 call events
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnConnectedEv
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring ConnConnectedEv
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnEstablishedEv
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnEstablishedEv
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnEstablishedEv,
cause = NORMAL, metaCode = CALL_PROGRESS, callId = 384/1, callState =
active, conn.getAddress = 1032, conn.getCallControlState = ESTABLISHED,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = CONNECTED, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:34:37.500: Info: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: xsetupAddrs connAddr=1032,
called (ev=1032, c=1032, cCur=1032, cMod=1032), calling (ev=1032,
c=1032, cCur=1032, cMod=1032), redir (evLast=null, cLast=null)
2008:06:20::15:34:37.500: Error: offered call ESTABLISHED/TALKING
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: caught exception delivering
CallCtlConnEstablishedEv
java.lang.UnsupportedOperationException: changeConnState(
INACTIVE|ALERTING|DIALING|INITIATED, ESTABLISHED ), current state is
ESTABLISHED
at metreos.service.jtapi.CallMonitor.changeConnState(Unknown
Source)
at
metreos.service.jtapi.CallMonitor.callCtlConnEstablished(Unknown Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent0(Unknown
Source)
at metreos.service.jtapi.CallMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at metreos.service.jtapi.AddressMonitor.callChangedEvent(Unknown
Source)
at com.cisco.jtapi.ObserverProxy.Z(CTQF)
at com.cisco.jtapi.ObserverProxy.I(CTQF)
at com.cisco.jtapi.CallImpl.deliverEvents(CTQF)
at com.cisco.jtapi.CallManager.getCalledAddress(CTQF)
at com.cisco.jtapi.CallManager.getCalledParty(CTQF)
at com.cisco.jtapi.CallManager.TYPE(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.CallManager.I(CTQF)
at com.cisco.jtapi.AddressCallObserver.callStateChanged(CTQF)
at com.cisco.jtapi.LineObserverImpl.CallStateChanged(CTQF)
at
com.cisco.cti.client.implementation.Call.CallPartyInfoChanged(CTQF)
at com.cisco.cti.client.implementation.Call.I(CTQF)
at
com.cisco.cti.client.implementation.Provider$EventThread.messageReceived
(CTQF)
at com.cisco.cti.util.MessageThread.append(CTQF)
at com.cisco.cti.util.MessageThread.CTQF(CTQF)
at com.cisco.cti.util.MessageThread.run(CTQF)
2008:06:20::15:34:37.500: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 2 call
events
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== TermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState =
invalid
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(117)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: =====
CallCtlTermConnDroppedEv, cause = NORMAL, metaCode = CALL_ENDING, callId
= 384/1, callState = invalid, termConn.getCallControlState = DROPPED,
termConn.getState = DROPPED, termConn.getTerminal = SEP0009B7DA0BCB,
conn.getAddress = 1032, conn.getCallControlState = DISCONNECTED,
conn.getConnectionID = 28535809/1, conn.getReason = DIRECTCALL,
conn.getState = DISCONNECTED, callControlCause = NORMAL, calledAddress =
1032, callingAddress = 1032, callingTerminal = SEP0009B7DA0BCB,
lastRedirectedAddress = null
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(215)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== ConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState =
invalid
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(107)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: =====
CallCtlConnDisconnectedEv, cause = NORMAL, metaCode = CALL_ENDING,
callId = 384/1, callState = invalid, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535809/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(205)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: ===== CallInvalidEv, cause
= NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState = invalid
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: =====
CallObservationEndedEv, cause = NORMAL, metaCode = UNKNOWN, callId =
384/1, callState = invalid
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(103)
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: -C- callChangedEvent:
Received Event: <- *unknownTermEv*(102)
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 5 call events
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
TermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlTermConnDroppedEv SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlTermConnDroppedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState =
invalid, termConn.getCallControlState = DROPPED, termConn.getState =
DROPPED, termConn.getTerminal = SEP0009B7DA0BCB, conn.getAddress = 1032,
conn.getCallControlState = DISCONNECTED, conn.getConnectionID =
28535809/1, conn.getReason = DIRECTCALL, conn.getState = DISCONNECTED,
callControlCause = NORMAL, calledAddress = 1032, callingAddress = 1032,
callingTerminal = SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: #
CM::callCtlTermConnDropped - About to remove CM
2008:06:20::15:34:51.578: Info: mon-dev( SEP0009B7DA0BCB ):
removeCallMonitor, connId=28535809, monitor=offered call
ESTABLISHED/TALKING P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: termConnState changed from
TALKING to DROPPED
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: +++++ Sending Hangup Call
from jtapi service
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: sending message:
HangupCall{ DeviceType = (i) MonitoredDevice, DeviceName = (s)
SEP0009B7DA0BCB, Cause = (s) NORMAL, CallControlCause = (s) NORMAL,
CallId = (s) P9fVklwVnQGTBqLJ, From = (s) 1032, To = (s) 1032,
OriginalTo = (s) 1032 }
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
ConnDisconnectedEv
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: ignoring
ConnDisconnectedEv
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: delivering
CallCtlConnDisconnectedEv
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: CallCtlConnDisconnectedEv,
cause = NORMAL, metaCode = CALL_ENDING, callId = 384/1, callState =
invalid, conn.getAddress = 1032, conn.getCallControlState =
DISCONNECTED, conn.getConnectionID = 28535809/1, conn.getReason =
DIRECTCALL, conn.getState = DISCONNECTED, callControlCause = NORMAL,
calledAddress = 1032, callingAddress = 1032, callingTerminal =
SEP0009B7DA0BCB, lastRedirectedAddress = null
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: connState changed from
ESTABLISHED to DISCONNECTED
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering CallInvalidEv
2008:06:20::15:34:51.578: Info: offered call DISCONNECTED/DROPPED
P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB: cleanup
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 5 call
events
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering 1 call events
2008:06:20::15:34:51.578: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: delivering
CallObservationEndedEv
2008:06:20::15:34:51.593: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: # AM::removeCallMonitor -
Removed CM CallId: 384/1 size: 1
2008:06:20::15:34:51.593: Info: (P2-10.2.0.16) EventThread:
{384/1=offered call DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032
SEP0009B7DA0BCB}
2008:06:20::15:34:51.593: Info:
metreos.service.jtapi.CallMonitorMap@18b81e3: # CMMap::remove - Removing
CallMonitor CID P9fVklwVnQGTBqLJ | Size 1
2008:06:20::15:34:51.593: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: removed call offered call
DISCONNECTED/DROPPED P9fVklwVnQGTBqLJ 384/1 1032 SEP0009B7DA0BCB
2008:06:20::15:34:51.593: Info: address( 1032@SEP0009B7DA0BCB )
metreos.service.jtapi.AddressMonitor@82764b: done delivering 1 call
events
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Hi Rajesh,

I do use CTIMonitored value in the subscription request.
Let me know if you need more info.

Thank you,
Vadim.

Vadim,

Interesting... Can you send us the code snippet that you have. We will
try to reproduce it. Also can you print the deviceType and let us know
value you are getting.

Thanks,
Rajesh

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Monday, June 23, 2008 11:43 AM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi Rajesh,

I do use CTIMonitored value in the subscription request.
Let me know if you need more info.

Thank you,
Vadim.
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Hi Rajesh,

The java code prints out CTIMONITORED string, so I guess it's pretty much useless for your purposes, but here is the enums from JTapi.java:
public enum DeviceType
{
/**
*/
UNSPECIFIED
/**
*/
, SCCP
/**
*/
, CTIPORT
/**
*/
, ROUTEPOINT
/**
*/
, CISCOSIP
/**
*/
, SIPTRUNK
/**
*/
, CTIMONITORED
/**
*/
, IETFSIP
}
Also, here is the my simple code:
public static void main( String[] args ) throws Exception
{
// TODO Change to correct URI
RemotejtapitestServer server = null;
String uri = "tcp://10.11.3.23:9000";// + String.valueOf(i);
System.out.println("Connecting to: " + uri);
server = jtapitestHelper.newServer( uri, null,
new MainjtapitestClient() );

// Connect to the service
server._startAndWaitUp( 4000 );

String regRes = server.registerApplication("jtapiTest", "Default", "Administrator", "Password?");
System.out.println("Application Successfully registered with key:"+ regRes);
System.out.println("Passing device type " + JTapi.DeviceType.CTIMONITORED);
JTapi.JTapiNonTriggeringSubscribeResult res = server.jTapiNonTriggeringSubscribe(regRes, "SEP0009B7DA0BCB", "Default", JTapi.DeviceType.CTIMONITORED, null);
// CuaeCommon.CuaeResult code = res.getReturnValue();

System.out.println("Press Any key to exit from the application");
System.in.read();
// Disconnect from the service
server._stopAndWaitDown( 4000 );
}
And here is the output:
Connecting to: tcp://10.11.3.23:9000
Application Successfully registered with key:a8c496ad-928f-404d-af42-1636325e8324
Passing device type CTIMONITORED

Hope this helps.

Thank you,
Vadim.

Hello Vadim,

Thanks for the snippet. We have found an issue with the Etch bridge not
parsing the enum correctly. We are debugging it. We will let you know as
soon as we have more information/fix for it.

Thanks,
Rajesh

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Monday, June 23, 2008 1:03 PM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi Rajesh,

The java code prints out CTIMONITORED string, so I guess it's pretty
much useless for your purposes, but here is the enums from JTapi.java:
public enum DeviceType
{
/**
*/
UNSPECIFIED
/**
*/
, SCCP
/**
*/
, CTIPORT
/**
*/
, ROUTEPOINT
/**
*/
, CISCOSIP
/**
*/
, SIPTRUNK
/**
*/
, CTIMONITORED
/**
*/
, IETFSIP
}
Also, here is the my simple code:
public static void main( String[] args ) throws Exception
{
// TODO Change to correct URI
RemotejtapitestServer server = null;
String uri = "tcp://10.11.3.23:9000";// + String.valueOf(i);
System.out.println("Connecting to: " + uri);
server = jtapitestHelper.newServer( uri, null,
new MainjtapitestClient() );

// Connect to the service
server._startAndWaitUp( 4000 );

String regRes = server.registerApplication("jtapiTest",
"Default", "Administrator", "Password?");
System.out.println("Application Successfully registered with
key:"+ regRes);
System.out.println("Passing device type " +
JTapi.DeviceType.CTIMONITORED);
JTapi.JTapiNonTriggeringSubscribeResult res =
server.jTapiNonTriggeringSubscribe(regRes, "SEP0009B7DA0BCB", "Default",
JTapi.DeviceType.CTIMONITORED, null);
// CuaeCommon.CuaeResult code = res.getReturnValue();

System.out.println("Press Any key to exit from the
application");
System.in.read();
// Disconnect from the service
server._stopAndWaitDown( 4000 );
}
And here is the output:
Connecting to: tcp://10.11.3.23:9000
Application Successfully registered with
key:a8c496ad-928f-404d-af42-1636325e8324
Passing device type CTIMONITORED

Hope this helps.

Thank you,
Vadim.
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Hi,

In order to minimize the overhead with gotRequest roundrip IÂ’d rather use addCuaeSession. I assume that this method returns sessionId, right? Then I can use the sessionId in the subscription request.
I tried it, but got blocked in this subscription request. Do I have to configure anything on the AppServer side for the anonymous script?

Thank you,
Vadim.

Yes, addCuaeSession returns a sessionId, which you can use to call any
API calls. The following is an example in C#...

public static void Main(String[] args)
{
// TODO: Change to correct URI
string uri = "tcp://localhost:9000";

RemoteJTapiTestServer server = JTapiTestHelper.NewServer( uri, null,
new MainJTapiTestClient());

// Connect to the service
server._StartAndWaitUp( 4000 );

// TODO: Insert Your Code Here
string key = server.registerApplication("JTapiTest", "Default",
"user", "password");
Console.WriteLine(key);

// Add anomymous script and query for a sessionId
string sid = server.addCuaeSession(key);

// Add monitored devices...
JTapiNonTriggeringSubscribeResult res =
server.jTapiNonTriggeringSubscribe(sid, "SEP0015582889CF",
"10.89.31.49", DeviceType.CTIMONITORED, null);
if(res.returnValue == CuaeResult.SUCCESS)
{
Console.WriteLine("jTapiNonTriggeringSubscribe returns
success");
}
else
{
Console.WriteLine("jTapiNonTriggeringSubscribe returns
failure");
server.removeCuaeSession(sid);
server._StopAndWaitDown(4000);
return;
}

// Hold the main thread
Console.ReadLine();

// Remove the sessionId acquired from addCuaeSession
server.removeCuaeSession(sid);

// Disconnect from the service
server._StopAndWaitDown( 4000 );
}

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Monday, July 07, 2008 4:53 PM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi,

In order to minimize the overhead with gotRequest roundrip I'd rather
use addCuaeSession. I assume that this method returns sessionId, right?
Then I can use the sessionId in the subscription request.
I tried it, but got blocked in this subscription request. Do I have to
configure anything on the AppServer side for the anonymous script?

Thank you,
Vadim.

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

You do not need to configure anything on AppServer.

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of J.D.
Liau (jliau)
Sent: Monday, July 07, 2008 5:00 PM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Yes, addCuaeSession returns a sessionId, which you can use to call any
API calls. The following is an example in C#...

public static void Main(String[] args)
{
// TODO: Change to correct URI
string uri = "tcp://localhost:9000";

RemoteJTapiTestServer server = JTapiTestHelper.NewServer( uri, null,
new MainJTapiTestClient());

// Connect to the service
server._StartAndWaitUp( 4000 );

// TODO: Insert Your Code Here
string key = server.registerApplication("JTapiTest", "Default",
"user", "password");
Console.WriteLine(key);

// Add anomymous script and query for a sessionId
string sid = server.addCuaeSession(key);

// Add monitored devices...
JTapiNonTriggeringSubscribeResult res =
server.jTapiNonTriggeringSubscribe(sid, "SEP0015582889CF",
"10.89.31.49", DeviceType.CTIMONITORED, null);
if(res.returnValue == CuaeResult.SUCCESS)
{
Console.WriteLine("jTapiNonTriggeringSubscribe returns
success");
}
else
{
Console.WriteLine("jTapiNonTriggeringSubscribe returns
failure");
server.removeCuaeSession(sid);
server._StopAndWaitDown(4000);
return;
}

// Hold the main thread
Console.ReadLine();

// Remove the sessionId acquired from addCuaeSession
server.removeCuaeSession(sid);

// Disconnect from the service
server._StopAndWaitDown( 4000 );
}

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Monday, July 07, 2008 4:53 PM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi,

In order to minimize the overhead with gotRequest roundrip I'd rather
use addCuaeSession. I assume that this method returns sessionId, right?
Then I can use the sessionId in the subscription request.
I tried it, but got blocked in this subscription request. Do I have to
configure anything on the AppServer side for the anonymous script?

Thank you,
Vadim.

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Hi,

jTapiNonTriggeringSubscribe blocks when gets called. Here is the code snippet:

Remotejtapitest1Server server = null;
String uri = "tcp://10.11.3.23:9000";
System.out.println("Connecting to: " + uri);
server = jtapitest1Helper.newServer( uri, null, new Mainjtapitest1Client() );
// Connect to the service
server._startAndWaitUp( 4000 );
String regRes = server.registerApplication("jtapiTest1", "Default", "Administrator", "Password?");
System.out.println("Application Successfully registered with key:"+ regRes);
String sessionId = server.addCuaeSession(regRes);
System.out.println("CUAE Session is created: " + sessionId);
JTapi.JTapiNonTriggeringSubscribeResult res = server.jTapiNonTriggeringSubscribe(sessionId, "SEP0009B7DA0BCB", "Default", JTapi.DeviceType.CTIMONITORED, null);
CuaeCommon.CuaeResult code = res.getReturnValue();
System.out.println("Press Any key to exit from the application");
System.in.read();
// Disconnect from the service
server._stopAndWaitDown( 4000 );

Thank you,
Vadim.

Hi Vadim:

I have not run this snippet yet, but comparing to JD's sample snippet he
provided, the third parameter to jTapiNonTriggeringSubscribe is the call
manager ip address in his snippet. It appears you have a "Default" there
which is specifying a device pool instead.

Will look at it further.

-Zafar

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Monday, July 07, 2008 6:09 PM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi,

jTapiNonTriggeringSubscribe blocks when gets called. Here is the code
snippet:

Remotejtapitest1Server server = null;
String uri = "tcp://10.11.3.23:9000";
System.out.println("Connecting to: " + uri);
server = jtapitest1Helper.newServer( uri, null, new
Mainjtapitest1Client() );
// Connect to the service
server._startAndWaitUp( 4000 );
String regRes = server.registerApplication("jtapiTest1",
"Default", "Administrator", "Password?");
System.out.println("Application Successfully registered with
key:"+ regRes);
String sessionId = server.addCuaeSession(regRes);
System.out.println("CUAE Session is created: " + sessionId);
JTapi.JTapiNonTriggeringSubscribeResult res =
server.jTapiNonTriggeringSubscribe(sessionId, "SEP0009B7DA0BCB",
"Default", JTapi.DeviceType.CTIMONITORED, null);
CuaeCommon.CuaeResult code = res.getReturnValue();
System.out.println("Press Any key to exit from the
application");
System.in.read();
// Disconnect from the service
server._stopAndWaitDown( 4000 );

Thank you,
Vadim.
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Hello Vadim, Couldn't get a chance to look at this earlier. Just to
confirm, you still have the timeout specified as per Seth's earlier
email, right. Also kindly attach the JTAPI service log.

Thanks,
Rajesh

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Monday, July 07, 2008 6:09 PM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi,

jTapiNonTriggeringSubscribe blocks when gets called. Here is the code
snippet:

Remotejtapitest1Server server = null;
String uri = "tcp://10.11.3.23:9000";
System.out.println("Connecting to: " + uri);
server = jtapitest1Helper.newServer( uri, null, new
Mainjtapitest1Client() );
// Connect to the service
server._startAndWaitUp( 4000 );
String regRes = server.registerApplication("jtapiTest1",
"Default", "Administrator", "Password?");
System.out.println("Application Successfully registered with
key:"+ regRes);
String sessionId = server.addCuaeSession(regRes);
System.out.println("CUAE Session is created: " + sessionId);
JTapi.JTapiNonTriggeringSubscribeResult res =
server.jTapiNonTriggeringSubscribe(sessionId, "SEP0009B7DA0BCB",
"Default", JTapi.DeviceType.CTIMONITORED, null);
CuaeCommon.CuaeResult code = res.getReturnValue();
System.out.println("Press Any key to exit from the
application");
System.in.read();
// Disconnect from the service
server._stopAndWaitDown( 4000 );

Thank you,
Vadim.
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Hi Zafar,

The API doc says that this param should be a device pool name configured on the CUAE side. The AppServer log file consistent with the statement:
2008:07:07::17:07:44(34): Error: R No corresponding app for anonymous script:
InternalMessage:
Type: CommandMessage
Message ID: AnonymousScript
Routing GUID: unspecified
Source: EtchPluginManager
SourceType: Core
SourceQueue: specified
Destination: Router
Fields:
RoutingGuid: 477c4e23-cc46-4647-b2ac-e0f15693ed2a
ApplicationName: jtapiTest1
2008:07:07::17:07:44(34): Error: JTP The devicePool doesnot exist. Please configure the devicePool.
2008:07:07::17:07:44(35): Warning: R Cannot route response to application:
InternalMessage:
Type: ResponseMessage
Message ID: failure
Routing GUID: 477c4e23-cc46-4647-b2ac-e0f15693ed2a
Source: unspecified
SourceType: Unspecified
SourceQueue: unspecified
Destination: EtchPluginManager
session guid: unspecified
responding to action guid: 477c4e23-cc46-4647-b2ac-e0f15693ed2a.858153953
inresponseto: Metreos.Providers.JTapi.JTapiNonTriggeringSubscribe
Fields:
ResultCode: The DevicePool doesnot exist

Now, when I change back to "Default" then it looks like I have a problem with the handling of an anonymous script. Here is what I've got in the AppServer logs:
2008:07:07::17:10:20(09): Error: R No corresponding app for anonymous script:
InternalMessage:
Type: CommandMessage
Message ID: AnonymousScript
Routing GUID: unspecified
Source: EtchPluginManager
SourceType: Core
SourceQueue: specified
Destination: Router
Fields:
RoutingGuid: 4e805998-169c-47b9-aa78-79ce2c87281b
ApplicationName: jtapiTest1
2008:07:07::17:10:20(10): Warning: R Cannot route response to application:
InternalMessage:
Type: ResponseMessage
Message ID: success
Routing GUID: 4e805998-169c-47b9-aa78-79ce2c87281b
Source: unspecified
SourceType: Unspecified
SourceQueue: unspecified
Destination: EtchPluginManager
session guid: unspecified
responding to action guid: 4e805998-169c-47b9-aa78-79ce2c87281b.858309703
inresponseto: Metreos.Providers.JTapi.JTapiNonTriggeringSubscribe
Fields:
ResultCode: Success

Thank you,
Vadim.

Hi Rajesh,

Actually, using of timeouts at this point doesn't make much sense to me, because I want to make the subscription call work at this time, and it doesn't make any difference whether it blocks or bails out with timeout.
The following is the AppServer log file. It shows that the AppServer cannot find the application to route the response to.
2008:07:07::17:10:20(09): Error: R No corresponding app for anonymous script:
InternalMessage:
Type: CommandMessage
Message ID: AnonymousScript
Routing GUID: unspecified
Source: EtchPluginManager
SourceType: Core
SourceQueue: specified
Destination: Router
Fields:
RoutingGuid: 4e805998-169c-47b9-aa78-79ce2c87281b
ApplicationName: jtapiTest1
2008:07:07::17:10:20(10): Warning: R Cannot route response to application:
InternalMessage:
Type: ResponseMessage
Message ID: success
Routing GUID: 4e805998-169c-47b9-aa78-79ce2c87281b
Source: unspecified
SourceType: Unspecified
SourceQueue: unspecified
Destination: EtchPluginManager
session guid: unspecified
responding to action guid: 4e805998-169c-47b9-aa78-79ce2c87281b.858309703
inresponseto: Metreos.Providers.JTapi.JTapiNonTriggeringSubscribe
Fields:
ResultCode: Success

Thank you,
Vadim.

Using device pool name on the CUAE side is correct.

The following error shows CUAE cannot find the application.
2008:07:07::17:10:20(09): Error: R No corresponding app for anonymous script:

Two things to check:
1) Verify "jtapiTest1" using in "registerApplication" call is the exact application name showing on management console. The comparison is case-sensitive.
2) Reisntall your test application and restart application server.

If those two steps do not resolve your issue, please let us know.

________________________________

From: cuae-developers-bounces@developer.cisco.com on behalf of Vadim Bruk
Sent: Mon 7/7/2008 5:17 PM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring


Hi Rajesh,

Actually, using of timeouts at this point doesn't make much sense to me, because I want to make the subscription call work at this time, and it doesn't make any difference whether it blocks or bails out with timeout.
The following is the AppServer log file. It shows that the AppServer cannot find the application to route the response to.
2008:07:07::17:10:20(09): Error: R No corresponding app for anonymous script:
InternalMessage:
Type: CommandMessage
Message ID: AnonymousScript
Routing GUID: unspecified
Source: EtchPluginManager
SourceType: Core
SourceQueue: specified
Destination: Router
Fields:
RoutingGuid: 4e805998-169c-47b9-aa78-79ce2c87281b
ApplicationName: jtapiTest1
2008:07:07::17:10:20(10): Warning: R Cannot route response to application:
InternalMessage:
Type: ResponseMessage
Message ID: success
Routing GUID: 4e805998-169c-47b9-aa78-79ce2c87281b
Source: unspecified
SourceType: Unspecified
SourceQueue: unspecified
Destination: EtchPluginManager
session guid: unspecified
responding to action guid: 4e805998-169c-47b9-aa78-79ce2c87281b.858309703
inresponseto: Metreos.Providers.JTapi.JTapiNonTriggeringSubscribe
Fields:
ResultCode: Success

Thank you,
Vadim.
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Attachment not added (content type not allowed): "att1.html"

Hi J.D.,

Fixing of the app name resolved the issue.
Another question that I have is about licensing. I'm using addCuaeSession to create an anonymous script. Do I understand correctly that acquiring a session takes up one script license? My app calls jTapiNonTriggeringSubscribe and starts phone events. Every time when a new event is generated one license gets acquired. So after 6 generated "initiated" events (within one session) the AppServer says that there is no more licenses. Is it correct behavior?

Thank you,
Vadim.

Hi Vadim:

That is correct.

You can use server.removeCuaeSession(sessionId) to remove the session.
SessionId was returned by addCuaeSession.

-Zafar

-----Original Message-----
From: cuae-developers-bounces@developer.cisco.com
mailto:cuae-developers-bounces@developer.cisco.com On Behalf Of Vadim
Bruk
Sent: Tuesday, July 08, 2008 3:52 PM
To: cuae-developers@developer.cisco.com
Subject: Re: [Cuae-developers] FW: device monitoring

Hi J.D.,

Fixing of the app name resolved the issue.
Another question that I have is about licensing. I'm using
addCuaeSession to create an anonymous script. Do I understand correctly
that acquiring a session takes up one script license? My app calls
jTapiNonTriggeringSubscribe and starts phone events. Every time when a
new event is generated one license gets acquired. So after 6 generated
"initiated" events (within one session) the AppServer says that there is
no more licenses. Is it correct behavior?

Thank you,
Vadim.
_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

_______________________________________________
Cuae-developers mailing list
Cuae-developers@developer.cisco.com

Showing 1 - 20 of 28 results.
of 2