Member
Last active 5 years ago
We are seeing the same issue. deDel has been depreciated since Asterisk 1.4 and has now been removed from Asterisk.
Per documentation the replacement is DB_DELETE. the syntax is different.
Edit: /etc/asterisk/extensions_override_fop2.conf
Around line 192 and 267 replace dbDel with DB_DELETE.
192: exten => *79,n,Noop(${DB_DELETE(fop2state/${CHAN})})
267: exten => *76,n,Noop(${DB_DELETE(fop2state/${CHAN})})
Gary Herbstman
For additional details see this KB: https://www.bytesolutions.com/asterisk-freepbx-fop2-error-disabling-do-not-disturb-dnd/
Figured it out. AMDBHOST was empty in the AMPORTAL.conf Interesting nothing else was broken.
Well, I have checked /etc/amportal.conf for the db credentials and they are ok. Where should I look next?
Ah, may be on to something
Got:
# Problem connecting to mysql
Yes, I have setup several of these. All the user, buttons and perms have been setup and double checked.
This is the first system we setup on CentOS7 so I was suspecting maybe something related to that.
I have a fresh install of:
Asterisk 11.11.0
FreePBX 2.11
FOP 2.28
CentOS 7
We have tried all the usual things but no buttons show up on the client.
I am not sure where to start debugging this.
Thanks! Any update on whats new?
Is the beta 2.27 still available or a newer version? The links I have found to 2.27 do not work.
Is there a way to assign and/or change permissions quickly in bulk to many FOP users at once?
Is there a way to assign some permissions to certain buttons and different permissions to other buttons? For instance, I have a call center manager I would like to have listen and whisper to the call center buttons but only minor permissions to other buttons. I still want them to be able to transfer and other functions but not listen to non call center extensions.