Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: genesysnoob on March 26, 2015, 05:47:42 PM

Title: T-server Log for Outbound Campaign call
Post by: genesysnoob on March 26, 2015, 05:47:42 PM
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?
Title: Re: T-server Log for Outbound Campaign call
Post by: Fra 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'?
Title: Re: T-server Log for Outbound Campaign call
Post by: genesysnoob 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)
Title: Re: T-server Log for Outbound Campaign call
Post by: cavagnaro on March 27, 2015, 01:32:26 PM
And....have you by any chance followed OCS and TServer logs to see what happens?
Title: Re: T-server Log for Outbound Campaign call
Post by: genesysnoob 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
Title: Re: T-server Log for Outbound Campaign call
Post by: Kubig 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.)
Title: Re: T-server Log for Outbound Campaign call
Post by: cavagnaro on April 01, 2015, 04:16:51 PM
And associated with which events? Can be redials...
Title: Re: T-server Log for Outbound Campaign call
Post by: genesysnoob 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
Title: Re: T-server Log for Outbound Campaign call
Post by: genesysnoob 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
Title: Re: T-server Log for Outbound Campaign call
Post by: cavagnaro on April 01, 2015, 07:52:05 PM
UserEvents of what type?
Title: Re: T-server Log for Outbound Campaign call
Post by: caractacus 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.
Title: Re: T-server Log for Outbound Campaign call
Post by: caractacus 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?