" /> T-server Log for Outbound Campaign call - Genesys CTI User Forum

Author Topic: T-server Log for Outbound Campaign call  (Read 5112 times)

Offline genesysnoob

  • Full Member
  • ***
  • Posts: 103
  • Karma: -1
T-server Log for Outbound Campaign call
« on: March 26, 2015, 05:47:42 PM »
Advertisement
Hey Folks Need help
I have a question, Do outbound calls have two Connid's in the t-server log?.  I mean to say when a record is dialed - for that particular record do t-server generates two conn id's one for dialing and one for received call?

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: T-server Log for Outbound Campaign call
« Reply #1 on: March 27, 2015, 09:43:30 AM »
[quote author=genesysnoob link=topic=8773.msg38991#msg38991 date=1427392062]
Hey Folks Need help
I have a question, Do outbound calls have two Connid's in the t-server log?.  I mean to say when a record is dialed - for that particular record do t-server generates two conn id's one for dialing and one for received call?
[/quote]
What do you mean with 'received call'?

Offline genesysnoob

  • Full Member
  • ***
  • Posts: 103
  • Karma: -1
Re: T-server Log for Outbound Campaign call
« Reply #2 on: March 27, 2015, 11:57:48 AM »
i mean to say, when the customer answers the phone. the call comes back to the ACD correct ( this would be a received call)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: T-server Log for Outbound Campaign call
« Reply #3 on: March 27, 2015, 01:32:26 PM »
And....have you by any chance followed OCS and TServer logs to see what happens?

Offline genesysnoob

  • Full Member
  • ***
  • Posts: 103
  • Karma: -1
Re: T-server Log for Outbound Campaign call
« Reply #4 on: April 01, 2015, 12:25:19 PM »
Yes Sir
i did followed the log file
What confuses me is, there are couple of instances( conn id's) of the same call(phone number)  in the t-server log.
I used textpad ++ to see where the phone number shows up in the call, it shows up multiple times with diff connid's. this is for preview campaign

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: T-server Log for Outbound Campaign call
« Reply #5 on: April 01, 2015, 01:03:31 PM »
I think, that for preview campaigns there is just one ConnectionID per call (of course with except of multi-site calls, etc.)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: T-server Log for Outbound Campaign call
« Reply #6 on: April 01, 2015, 04:16:51 PM »
And associated with which events? Can be redials...

Offline genesysnoob

  • Full Member
  • ***
  • Posts: 103
  • Karma: -1
Re: T-server Log for Outbound Campaign call
« Reply #7 on: April 01, 2015, 07:41:00 PM »
[quote author=Kubig link=topic=8773.msg39070#msg39070 date=1427893411]
I think, that for preview campaigns there is just one ConnectionID per call (of course with except of multi-site calls, etc.)
[/quote]

There is no Multi site transfer. but still i am seeing multiple conn id's don't know why

Offline genesysnoob

  • Full Member
  • ***
  • Posts: 103
  • Karma: -1
Re: T-server Log for Outbound Campaign call
« Reply #8 on: April 01, 2015, 07:46:17 PM »
[quote author=cavagnaro link=topic=8773.msg39072#msg39072 date=1427905011]
And associated with which events? Can be redials...
[/quote]

I am seeing

First time when the phone number appeard, I am seeing the following events
Eventuserevent
EventACK
Eventuserevent
EventACK

There is a gap of 9 seconds

Later - the below events appear
request make call
EventOffhook
EventDialing
Eventnetworkreached
Eventreleased
EventonHook
Request Agentnotready
Eventagentnotready

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: T-server Log for Outbound Campaign call
« Reply #9 on: April 01, 2015, 07:52:05 PM »
UserEvents of what type?

Offline caractacus

  • Newbie
  • *
  • Posts: 35
  • Karma: 0
Re: T-server Log for Outbound Campaign call
« Reply #10 on: April 02, 2015, 09:52:25 AM »
[quote author=genesysnoob link=topic=8773.msg39069#msg39069 date=1427891119]
Yes Sir
i did followed the log file
What confuses me is, there are couple of instances( conn id's) of the same call(phone number)  in the t-server log.
I used textpad ++ to see where the phone number shows up in the call, it shows up multiple times with diff connid's. this is for preview campaign
[/quote]


It doesn't seem likely that there would be multiple connids for a single call, particularly in preview mode.  In preview mode the agent dials the call manually so there should only be one outbound call and one connid.  Are you sure that you don't have multiple records using the same phone number?  Check GSW_RECORD_HANDLE and GSW_CHAIN_ID in the user data to confirm.

Perhaps you could post some snippets of some of these events frmo the logs.

Offline caractacus

  • Newbie
  • *
  • Posts: 35
  • Karma: 0
Re: T-server Log for Outbound Campaign call
« Reply #11 on: April 02, 2015, 08:40:31 PM »
One case where you would see multiple connids for the same contact in a preview campaign is where the record had been rescheduled by a treatment or as a callback by the agent.  In that case the rescheduled/callback call would be a new call with a separate connid.  Could that be what you are seeing?