Member
Last active 14 years ago
All the buttons that were at the top have disappeared. What would cause this?
I am using the FreePBX module to configure and have this listed under my extension:
dial
transfer
pickup
spy
queuemanager
whisper
I still see no buttons while logging in. I have also restarted fop2 to see if that resolved the problem, but it did not. Lastly, I noticed that my extension is not showing on the interface when others are login.
NOTE: Please note that I have discovered it is only happening on one extension. All others are fine. Here is an image:
http://dl.dropbox.com/u/384815/fop2.jpg
Ah, yes. That was my first thought, but the link above is invalid. I then tried this link (fixing the typo in downloads) and it worked:
[url:cd0feqxe]http://www.fop2.com/downloads/fop2.tgz[/url:cd0feqxe]
I am having similar issues. Random crashing. When I login it attempts to authenticate my session 10 times until the screen states 'Could not connect to Server'. Is there a beta version I can try (RPM).
I used this RPM to initially install: fop2-2-1.i686.rpm
Thanks!
I have had no luck getting the tennant context to work.
[tennant_1]
master_key=nosecrets
user:1000:1234:all
buttonfile=tennant01_buttons.cfgIt just won't login to the http://192.168.0.10/fop2/?context=tennant_1
This is what your context should look like:
[tennant_1]
master_key=nosecrets
user=1000:1234:all
buttonfile=tennant01_buttons.cfg
Where you have a colon after user it should be a equal sign. Then browse to http://192.168.0.10/fop2/?context=tennant_1 and you'll be set.
That solved the problem. FYI, the help page that explains contexts, shows colons instead of the equal sign.
I have followed the instructions from the following URL and still can not get contexts to work with fop2. Below is what my fop2.cfg looks like. I then go to http://<myserver>/fop2/?context=opa_1 and attempt to login and without fail it will not login me in (it simply brings me back to the login prompt).
*NOTE: I'm still using the free version, perhaps this feature needs a license?
[general] ; AMI definitions manager_host=127.0.0.1 manager_port=5038 manager_user=admin manager_secret=amp111 ;event_mask=call,agent ; Daemon definitios ;listen_port = 4445 ;restrict_host = www.asternic.org ;web_dir = /var/www/html/operator/fop2 ; Global Config language = en poll_interval = 86400 poll_voicemail = 1 ;master_key = 5021050 user=210:5045750:all buttonfile=buttons.cfg [opa_1] master_key=allsecrets user:300:4030040:all user:210:5081450:all buttonfile=opa_buttons.cfg
Is it possible to set a login to FOP2 so that only certain extension are displayed to that login. I have an asterisk box with a multi-tenant environment where this could be useful.