Hi
What variables are available in the checkdir.php for use when calling a popup. importantly I want the logged in user extension. This is because I have integrated the fop2 with a separate click2call and crm lookup page.
what I want to do is
echo "window.open('cli-crm.php?cliN=$clidnum&queN=$fromqueue&user=$userid','cli-crm')";
The first 2 variables work fine I just don't want to have to hard code all users extension numbers so to be ablel to pass the users extension would be great.