QueueMetrics > Running QueueMetrics

About agentname in queue_log file.

<< < (2/2)

bluekite:
I  had been fixed this bug. I modify "qloader.pl"  and "queueloader.pl" files.


--- Code: ---$rowdata[0] = ($rowdata[0] * 1.0) + $timezone_offset;

#--- I insert code begin here:  ------------------------

my @temp_agent = ((split /\-/, $rowdata[3]), ( "", "")) ;
$rowdata[3] = $temp_agent[0];

#---- I insert code end of here!  ------------------------

my $tst = $rowdata[0];

--- End code ---


--- Code: ---my ($tst, $cid, $que, $age, $verb, $d1, $d2, $d3)  = map { myQuote($_) }  (((split /\|/, $_)), ( "", "", "", "", "", "", "")) ;

#--- I insert code begin here:  ------------------------

my @temp_agent = ((split /\'/, $age), ( "", "", "")) ;

@temp_agent = ((split /\-/, $temp_agent[1]), ( "", "")) ;

$age = "'".$temp_agent[0]."'";

#---- I insert code end of here!  ------------------------

--- End code ---

 ;) ;)

QueueMetrics:
You can anyway use the basic qloader with the upcoming version 1.4.3. Beware of doing the stripping yourself, some channel names are pretty picky!  ;D

bluekite:
hehe, I want to know how do you deal with this problem.
 ???    ;)

Can you tell me?

QueueMetrics:
Simple: next week we will release a version of Qm that solves this bug.

Navigation

[0] Message Index

[*] Previous page

Go to full version