I upgraded to 2.0.4 and still ran into this problem.
Now I might found out what is going on (but I am not sure):
The agents copy and paste the comment from the lead into the comments-field of the callbacks. That puts some new lines "\n" into the callbacks comments-field. In vdc_db_query.php around line 1734
- Code: Select all
$CBcomments = trim("$row[3]");
removes only "\n" at the beginning and end of the string.
In vicidial.php around line 3045
- Code: Select all
var all_CBs_array=all_CBs.split("\n");
splits the array with "\n" as delimiter. That's how the undefined rows get into the callback list.
Has anyone an idea how to solve this issue?
Thanks,
heinz