Bug #9198
closedDispo Choice or Lead ID is NOT valid Error
100%
Description
I encountered an error on my newly installed Test server After updating via github , Whatever I choose on the dispo screen, it records as status A and shows the error ( Dispo Choice or Lead ID is NOT valid Error ) I realized that I am getting this error because of this file updated 2 weeks ago (modules/GOagent/GOagentJS.php)
I found the solution by replacing (modules/GOagent/GOagentJS.php) with an older version of this file
Files
Updated by rotciv Pepperoni over 1 year ago
Having the same error, looks like this was introduced on the last commit on github on the file modules/GOagent/GOagentJS.php Lines: 2541-2542:
$("#DispoSelection").val('A');
DispoSelectSubmit();
Seems like they hard coded this so that as soon as we press hangup button that code is executed and disposes the call as "Answering Machine" I'm not sure if this is a error or has any usefull functionality, but I remove those 2 lines from that file and now my installation works like normal.
Updated by Wittie Manansala over 1 year ago
Hi,
We have confirmed this bug
Thanks for raising this issue and sharing your solution.
Updated by Demian Biscocho over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fix has been posted in Github repo. Thank you!
Updated by rotciv Pepperoni over 1 year ago
Hey, Thank you so much for fixing this fairly quick!
Updated by Wittie Manansala over 1 year ago
- Status changed from Resolved to Closed