Member
Last active 7 years ago
When i try to execute "make" I have the following in my console output
=============================
/bin/sh: line 3: server/fop2_server: Permission denied
Upgrade Aborted. License reactivation failed.
Be sure you have internet access from this server,
and that your code is not older than a year.
If your license has expired, you must renew it in order to upgrade,
but you can still use your current FOP2 version for as long as you want.
If you already bought an upgrade code please run the following command:
server/fop2_server --upgrade
If the upgrade is successful run make again to retry the installation.
Contact us at <!-- e --><a href="mailto:sales@asternic.biz">sales@asternic.biz</a><!-- e --> for more information.
Done!
==========================
Is there a possibility not to upgrade everything by "make" but only change any new css/js files ?
The reason i've made a lot of modifications in css,js,php files and it would be better not to do it again.
Best regards,
Sergio.
It doesn't separate the contexts in this way , it separates by originate exten. So if the call was made from "user1" exten, than the "ownerexten=user1" and only "user1" can see these recordings. No need to add ${FOP@CONTEXT} in monitor_exec file name...
My system work as the following - I have about 100 users and every user can make recordings, can see them and can delete ( add a button "delete" to the page ). Every night the script cleans /var/spool/asterisk/monitor/fop2 folder and mysql table so Users who need their records, must download them and store on local hosts. On my opinion it's the best way to give the ability to record and to keep server clean.
Best regards,
Sergio.
Oh ! I saw what you need - i use 64 bit distro centOS ( http://download.fop2.com/fop2-2.27-centos-x86_64.tgz) for my SuSe 11.4 OS installed on 64bit platform ! :)
Best regards,
Sergio.
Yes, i had the same. I solved it very easy - just cut
if($allowed <> "yes") {
die("You do not have permissions to access this resource.");
}
from phonebook.php and recordings.php and Bam ! - everythins Ok !
Best regards,
Sergio.
Hi !
Can't understand the situation.
When i try to use russian letters in group definition in buttons.cfg - it doesnt work.
For example, group = test - ok, but group = ัะตัั - this group just doesn't appear...
Version 2.27, IE,Opera,Firefox.
Best Regards,
Sergio.
Well, it's really add context in mysql table, but it didn't solve the problem. The recordings are still visible to everybody from different contexts.
But i found the solution. I cut ***OR $admin=1*** part from recordings.php
$grid->set_condition("(ownerextension='$extension' OR $admin=1)");
and now only owner of current extension can see these recordings.
By the way, what kind of "admin" was here ?
Best regards,
Sergio.
Hi !
We have several users with own contexts. If the "user 1" with context "user1" make record of his call, he can see it in VisualPhonebook - Recordings, but the "user2" with context "user2" can also see it. Is it a bug or a future ? :)
The records in mysql table come with empty "context" field... But if i fill this field with context name "user1" or "user2" nothing changes - all recoring are visible to all users.
2.27 version - asterisk 1.4
Any ideas ?
Hi!
Is there any way not to display extension numbers on buttons but only names...
It seems i saw topic about it, but can't find now
With best regards,
Sergio.