Bug #9198
closed
Dispo Choice or Lead ID is NOT valid Error
Added by Sabri AKTALAY over 1 year ago.
Updated over 1 year ago.
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
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.
Hi,
We have confirmed this bug
Thanks for raising this issue and sharing your solution.
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fix has been posted in Github repo. Thank you!
Hey, Thank you so much for fixing this fairly quick!
- Status changed from Resolved to Closed
Also available in: Atom
PDF
Go to top