Manual Dial Campaigns
Added by Florian Lamaj over 9 years ago
Hello,
I am using last version of goautodial x64, 3.3
Setup a campaign with dial method: manual, after hang up first call the dial next button is not clickable.
I think it's some jquery bug, same as for version 2.1 CE (http://goautodial.org/issues/27) witch has a patch, anyone has encountered this problem? How to resolve this issue for v.3.3?
Thank you
Replies (3)
RE: Manual Dial Campaigns - Added by Levy Ryan Nolasco over 9 years ago
Hi,
Please make sure your server is updated to the latest version. All the bug fixes and enhancement can be download on Github - GoAutoDial Repositories https://github.com/goautodial
RE: Manual Dial Campaigns - Added by Florian Lamaj over 9 years ago
Hi,
I update to githup repo using this steps http://goautodial.org/projects/goautodialce/wiki/GIThub
Nothing has change, i can't click next dial after the first call.
thank you
RE: Manual Dial Campaigns - Added by Florian Lamaj over 9 years ago
If anyone has encountered this problem, currently i have resolve by commenting the dialnext_off button near line 7266 and add the line
document.getElementById("DiaLControl").innerHTML = DiaLControl_manual_HTML;this will make the dial next button to stay always on page.
waiting for the next update
thanks