Getting FOP infos from another server
Hi,
We are trying to build a general administration page for our staff, where there is many work info besides the FOP2 info. The script is on a different server from FOP and we want to bring the list of all of the agents in one group (to see who's available or not) back to our administration. But it seems like we cannot make a simple FOP iframe on our administration for some security reasons I understand.
For example, we thought about trying something as easy as:
<iframe width="750px" height="760px" src="http://[server]/fop2/?exten=[ext]&pass=[password]" scrolling="no" frameborder="0"></iframe>
The direct link works but not the iFrame.
Do you have another idea besides using an iFrame to collect precise data from another server, like the list of all busy lines?
Thanks!
We are trying to build a general administration page for our staff, where there is many work info besides the FOP2 info. The script is on a different server from FOP and we want to bring the list of all of the agents in one group (to see who's available or not) back to our administration. But it seems like we cannot make a simple FOP iframe on our administration for some security reasons I understand.
For example, we thought about trying something as easy as:
<iframe width="750px" height="760px" src="http://[server]/fop2/?exten=[ext]&pass=[password]" scrolling="no" frameborder="0"></iframe>
The direct link works but not the iFrame.
Do you have another idea besides using an iFrame to collect precise data from another server, like the list of all busy lines?
Thanks!
Comments
Best regards,