Member
Last active 12 years ago
It depends, as you are doing custom programming from then on.. the easiest way is to do it step by step, just try to write an "alert". If you output valid javascript, that code will be interpreted an run on the client..
echo "window.open('http://192.168.1.10/amtc/LocationLookup.aspx?txtDID=$clidname')";
Should be proper Javascript..
dhackd
I am getting the AJAX screen popups, but I am not getting the "Web Page" to popup. I have commented out the "/" from the checkdir.php.
What should I look for in the fop2_server logs?
dhackd
I am currently using "Elastix" version of Asterisk:
So when an inbound call comes it, the CIDName looks like: 9999:13145551212. When the screen pop application grabs the "CIDName" I just split on the ":" and do a lookup on the "9999" against our database. We have alot of locations, and it is nice to know what location a caller is calling.
dhackd
I thought about it, and just added "CID name prefix" to the inbound route for that DID.
Works out great..
dhackd
I would like to use the "Screen Pop" to display the DID & CallerID information.. Is this possible.
dhackd