seregh

Member

Last active 7 years ago

  1. 10 years ago
    Wed Nov 13 06:31:26 2013

    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.

  2. Tue Nov 12 16:12:45 2013

    any news?

  3. Sun Nov 10 05:34:11 2013

    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.

  4. Sun Nov 10 05:13:18 2013

    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.

  5. Sun Nov 10 05:06:47 2013

    SuSe 11.4 - Asterisk 1.4

  6. Sat Nov 9 18:40:58 2013

    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.

  7. Sat Nov 9 18:32:49 2013
    seregh started the conversation Russian letters in group names.

    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.

  8. Sat Nov 9 18:25:29 2013

    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.

  9. Fri Nov 8 08:20:10 2013
    seregh started the conversation Recordings Visibility for different users/contexts.

    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 ?

  10. 11 years ago
    Thu Oct 24 17:07:40 2013
    seregh started the conversation Show only names in extension buttons.

    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.