Member
Last active 8 years ago
Well when I log in fop2 and after that I restart asterisk the button show correctly if they are connected they show green if not the button are faded.
But right not when I log in Fop2 they all show green even if the extension isn't connected.
Yes, I do see call activity when i make call. red for busy, green for not busy
The extension button in fop2 with pjsip always stay green even if the endpoints isn't connected. What can I do to fix it ?
I would like to know if it is possible to run fop2 latest version with asterisk 13 with pjsip ? I'm using a vanilla installation.
[SIP/100]
type=extension
extension=100
when I try to use pjsip it make the button disappear
[PJSIP/100]
type=extension
extension=100
I'm having the same issue but it is happening with contact ,recording and call history.
When i try to display recording it is always blank until I click on search them my entry appear.
I fixed the quote issue I can now see my own voicemail but I still can't see other user voicemail when I have all or voicemail admin permission.
I get a popup windows with only the title.
Here is a image
I able to access my on voicemail from fop2 but when I try to look at someone else voicemail when I have the voicemailadmin right. It display only the title bar and display no message even they are some in the voicemail.
I installed fop2 2.26 for freepbx and in my phonebook there is a call history tab. I wanted to know if it was possible to set the call history tab on a non-freepbx installation.
I'm unable to log in fop2. I checked my database (asterisk) and there is data in the table ( fop2users and fop2buttons). I also using fop2admin.
I recorded some conversation and they appear in /var/spool/asterisk/monitor but they don't show up in the phonebook.
I would like to know how to listen to the recorded file.
yes im able to connect to mysql database fop2 with the command.
mysql -u XXX -pXXXXXXX -h localhost fop2
PHP 5.4.7 (cli) (built: Sep 14 2012 14:44:02)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
root@SIP:/var/www/fop2/lib# mysql -u XXX -pXXXXXX fop2 -e "desc visual_phonebook"
+-----------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------+------------------+------+-----+---------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| firstname | varchar(50) | YES | MUL | NULL | |
| lastname | varchar(50) | YES | | NULL | |
| company | varchar(100) | YES | | NULL | |
| phone1 | varchar(50) | YES | | NULL | |
| phone2 | varchar(50) | YES | | NULL | |
| owner | varchar(50) | YES | | | |
| private | enum('yes','no') | YES | | no | |
| picture | varchar(100) | YES | | NULL | |
| context | varchar(150) | YES | | | |
+-----------+------------------+------+-----+---------+----------------+