registration status is not the same ad enabled/disabled in freepbx
Understood. I included the Disabled and Registration comments only to be complete, but my focus is on the display when a trunk loses registration. I will only deal with that from now on.
My installation is:
PBXinaFlash package 2.0.6.4.4 "Green" with
FOP2 2.26
I am starting to think I may have not enabled some things properly in this installation.
As en example
When I dowloaded and installed the Demo (free) version, there was a menu item in the top right corner that allowed me to change the display so it only showed a small box for each extension and did not individually show the two lines and their status. In this (paid for) version, here is no menu in the top-right corner. I'd like to minimize the display size so the smaller box was useful.
In this installation, i edited /usr/local/fop2/fop2.cfg so that it did NOT auto-configure users. I edited three lines:
- #exec autoconfig-users-freepbx.sh (I commented it out)
- user=<User_Name>:<User_Password>:all (I added it - using real entries - to create an "admin" user sign-in credentials)
- buttonfile=buttons.cfg (I uncommented it)
I also tried the user setting with
user=<User_Name>:<User_Password>:dial,hangup,meetme,pickup,record,spy,transfer,whisper,queuemanager,queueagent,phonebook,chat,preferences,hangupself,recordself,voicemailadmin
with all the permissions explictly enabled (instead of all) as a double check, but there was no difference
I manually run
/usr/local/fop2/autoconfig-buttons-freepbx.sh > /usr/local/fop2/buttons.cfg ; service fop2 restart
after any changes are made to ensure the latest button configuration is put in place
my asterisk user setting in /etc/asterisk/manager_additinal.conf is (real user/secret entires blocked out)
[<AMI_User>]
secret = <AMI_Secret>
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,originate
write = system,call,log,verbose,command,agent,user,config,dtmf,reporting,cdr,dialplan,originate
I am seeing the panel with the extenisons/trunks/conference/park items showing (I do not use queues) in it that I want and it properly shows when calls are made or incoming calls come in.
But maybe something I have done has disabled the default functionality (the Menu for example) and that same thing is preventing the trunk monitoring for unregistered trunks.
I followed the tutorial and instructions at
http://www.elastixconnection.com/index. ... t&Itemid=1
and
http://www.fop2.com/documentation.php
and did NOT add the filter elements as shown at
http://www.fop2.com/blog/make-fop2-snap ... ventfilter
Any ideas?
Richard