Russian letters in group names

  1. 10 years ago

    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.

  2. admin

    9 Nov 2013 Administrator

    Hi Sergio,

    It is a bug, I am fixing it right now. The group name is used as an element id, and non valid characters are removed, so if you use cyrillic the group gets discarded. what distro/platform are you using? centos 32? 64?

  3. SuSe 11.4 - Asterisk 1.4

  4. 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. any news?

  6. admin

    12 Nov 2013 Administrator

    http://download.fop2.com/fop2-2.27j-centos-x86_64.tgz

    Try again now.

  7. 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.

  8. admin

    13 Nov 2013 Administrator

    It seems fop2_server does not have execute permissions, be sure you set them:

    chmod a+x server/fop2_server

    There are some changes both on the server and client sides with the update, so the problem is not fixes just by replacing fop2.js, although you can try, it will probably work, but some other changes I made (but that are not related to your issue) won't work.

    Best regards,

  9. Ok, problem with russian letters was solved !

    But i have found another issue.
    If we have several extensions ( ext1,ext2,ext3) and they are members of any group defined in button.cfg (group=test or group=тест ( in doesn't matter what language )) group chat and group note don't work. When we press group chat button The chat window appears with note "To grp0", we can put some notes there, but users of this group don't get it.

    If some extensions are not included in group ( just common "extensions" window) group chat and notification work well.

    P.S. When we have several groups ( button.cfg) with names - test1,test2,test3 and try to make group chat, we have note in group chat window - to grp0,to grp1,to grp2 and so on... but not "to test1, to test2,to test3" and group chat don't work. But when we use config whithout groups and press group chat button we have note "To extensions" in chat windows and chat works.

    So if the chat/notification group function works at all ?

    Any ideas ?

    Best regards,
    Sergio.

  10. admin

    19 Nov 2013 Administrator

    Fixing the group names broke the group chat, it is fixed now. thanks for the feedback.

or Sign Up to reply!