ive tested the latest 2.041 rc3, everything works fine except for an annoying popup when in manual dial mode, there is an annoying popup which says "Dialing (number) waiting for ring ..."
my browser version is firefox3 and my agent workstation OS is fedora core 9 with twinklephone as the sip client.
here is my solution:
i edited the /agc/vicidial.php
and looked for the term "Calling:"
The first result that would come up look for this line:
- Code: Select all
alert(document.getElementById("MainStatuSSpan").innerHTML);
and comment it out, it solved my problem