nillerice

Member

Last active 9 years ago

  1. 9 years ago
    Fri Oct 17 18:21:00 2014

    I've tried leaving it blank and checking automatic popups on and off. In Firebug it looks like the browser is getting the message to pop but has fatal error:

    responseText

    "window.open('http://www.google.com/search?q=WIRELESS CALLER'); <br /> <b>Fatal error</b>: Call to a member function consulta() on a non-object in <b>/var/www/html/fop2/checkdir.php</b> on line <b>93</b><br /> "

    status

    200

    statusText

    "OK"

  2. Thu Oct 16 22:47:43 2014

    I just used to automatic popups in the panel preferences where you put the url with the #{CLIDNUM} variable.

    I tried uncommenting:

    header("Content-type: text/javascript");
    echo "window.open('http://www.google.com/search?q=$clidnum');\n";

    in checkdir.php but never got a popup to work using that method. Any troubleshooting hints greatly appreciated. I'm pretty psyched on customizing this.

  3. Wed Oct 15 20:18:16 2014
    nillerice started the conversation automatic popup url for external cid only.

    I have the automatic popup feature working well to take the callerid number and insert it into a url for our web based crm. Is there a way to tweak it so that internal calls won't pop it? Maybe a line of code somewhere to abort if less than 5 digits?

  4. Fri Oct 10 06:42:37 2014
    nillerice joined the forum.