Page 1 of 1

annoying popup in rc3 SOLVED

PostPosted: Sat Jul 19, 2008 11:30 am
by codehaxor
Hi vicidial friends,

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

PostPosted: Sat Jul 19, 2008 1:32 pm
by mflorell
Thanks for the note, we will have that fixed for the next RC and in SVN