User Manual
Login in
Open your browser and enter the web address for the panel in the location input. That address depends on your particular setup, it could be something like:
http://192.168.1.10/fop2
If everything is in place and fop2 server is running, you will be presented with the login box.

Use your extension and password as defined in /usr/local/fop2/fop2.cfg to login. If you use the standard FreePBX install, you will login with your Extension Number and Voicemail Password. In order to perform actions with the panel is mandatory to login with some extension, as that extension will be the originator of the actions you perform.
Passing credentials via URL
Since version 2.10 it is possible to pass the extension and password in the URL to avoid being prompted to login. You can use this feature to embed the panel into your own application or authentication system. In order to do it you have to append the exten and pass parameters, like:
http://192.168.1.10/fop2/?exten=100&pass=9999
In a multi tennant system where you use panel context you need to pass the context too:
http://192.168.1.10/fop2/?exten=100&pass=9999&context=tennantA
