callback not functional sometimes

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

callback not functional sometimes

Postby Freddy_rixcom » Thu Sep 25, 2008 11:29 am

Hi all.
I've posted this one because I cannot find any solutions to a problem I found.
Sometimes, agent dispose a call as callback and vicidial_log show the status record as CBHOLD correctly but in vicidial_callabacks table record is not inserted.
This problem is random and i don't know how to solve it.
Have anyone found this problem before? Can be a client / browser problem?
thanks in advance for any help
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Thu Sep 25, 2008 12:29 pm

vicidial.php version and build?
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Version and Build

Postby Freddy_rixcom » Fri Sep 26, 2008 1:47 am

Hi Matt,
these are version and build of my vicidial.php
version = '2.0.4-142'
build = '71129-2025'
Thanks in advance
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Fri Sep 26, 2008 8:00 pm

Try upgrading to 2.0.4.1rc4
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Upgading

Postby Freddy_rixcom » Thu Oct 02, 2008 6:39 am

Many thanks Matt.
As soon as i can I will upgrade my release.
Just another question: do you think that agents take a callback in the past, for example setting 7:00 AM instead of 7:00 PM, in the current date, may cause this problem? Or taking it over dial time (i.e. out of range 9.00 to 21.00)?
For the upgrade: are existent Mysql data modified by the upgrade process?
thanks in advance as always.
Federico
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Thu Oct 02, 2008 6:38 pm

There should be no MySQL changes needed upgrading 2.0.4 to 2.0.4.1rc4
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Freddy_rixcom » Wed Dec 31, 2008 4:53 am

Hi all,
maybe i've found the reason why callbacks sometimes have problems.
Comments field is varchar 255, if a user write more that 255 chars in comments, database give error and callback is not inserted in table.
Hoping this is useful I wish you all a Happy New Year.
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Wed Dec 31, 2008 12:45 pm

Are you referring ot callback comments or the customer information comments?
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Callbacks comment

Postby Freddy_rixcom » Fri Jan 02, 2009 3:03 am

I'm referring to callback comments
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Fri Jan 02, 2009 7:25 am

looks like I need to add a "maxlength=255" to that field. Thanks!
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Freddy_rixcom » Mon Jan 05, 2009 3:13 am

I've tried to solved it changing MYSQL field from varchar to text.
So if a user need to write more than 255 chars it is possible to do.
Thanks
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

problem with callbacks solved

Postby Freddy_rixcom » Tue Jul 21, 2009 8:00 am

Hi all
monitoring work of server and agents, I knew today that callbacks don't insert correctly record if it was an escape char in the comment text.
i changhe the following string
$stmt="INSERT INTO vicidial_callbacks (lead_id,list_id,campaign_id,status,entry_time,callback_time,user,recipient,comments,user_group) values('$lead_id','$list_id','$campaign','ACTIVE','$NOW_TIME','$CallBackDatETimE','$user','$recipient','$comments','$user_group');";

to a new one like this

$stmt="INSERT INTO vicidial_callbacks (lead_id,list_id,campaign_id,status,entry_time,callback_time,user,recipient,comments,user_group) values('$lead_id','$list_id','$campaign','ACTIVE','$NOW_TIME','$CallBackDatETimE','$user','$recipient','".addslashes($comments)."','$user_group');";

Now it works perfectly.
See you soon.
HI all
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Tue Jul 21, 2009 10:10 am

What was the version and build of the vdc_db_query.php file that you did this on?
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

version vdc_db_query.php

Postby Freddy_rixcom » Wed Jul 22, 2009 2:32 am

hi Matt,
those are build and version

$version = '2.0.4-65';
$build = '71129-2025';
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Wed Jul 22, 2009 6:19 am

We do not support 2.0.4 anymore. I would suggest upgrading to 2.0.5.1rc1.
mflorell
Site Admin
 
Posts: 18406
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 53 guests