jursikd

Member

Last active 14 years ago

  1. 14 years ago
    Thu Sep 2 21:37:17 2010

    Hello,

    Thanks for quick replay.
    I see your point. I saw the post about the queue.
    I would imagine single peep should be enough but it can be configurable like adding optional option in buttons.cfg per extension/queue etc. "peep=yes" and some minimum interval not to peep all the time (maybe 5 seconds or configurable).
    I fully understand that it need to be used carefully, otherwise it will be annoying and not usable.
    But the point is as the requester for queue wrote the operators have also another things to do and do not see the screen all the time.

    Thanks and Regards,

    Daniel

  2. Thu Sep 2 12:22:03 2010
    jursikd started the conversation Sound notification for incoming calls.

    Hello,

    Is it possible that if any extension (not only own one) will ring that the sound will be played from FOP2 page?
    The point is if the operator is not looking at screen he/she will not recognize incoming call and can not intervene in timely matter.
    Using FOP2 V2.10.

    Thanks and Regards,

    Daniel

  3. Mon Feb 22 23:54:22 2010

    Hello,

    I was just writing a response. The new binary attached does not work, i receive segmentation fault.
    The problem with original problem with fop2 2.10 was missing symlink for libcrypto.so.6 , i just add a symlink in /usr/lib/ to currently use libcrypto.so.x.x.x and the server started immediately.
    Now the visual phonebook works, i cen delete, modify, add, etc.

    From curiosity i re-enabled php debug, i only receive a following notice when i click on visual phonebook but not stopping it from working. The funny thing is that with debug enabled the name typed in dial window is not working (i get
    could not parse repsonse XML) but no big deal as this only happens when the debug is on.

    Thanks a lot for you support!

    d.

    notice
    /var/www/fop2/lib/dblib.php (line 233)

    mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource

    mysql:

    Time Id Command Argument
    100222 23:28:48 1 Connect root@localhost on
    1 Init DB fop2
    1 Query SELECT keyword,parameter,value FROM setup
    1 Query SET NAMES 'UTF8'
    1 Query DESC visual_phonebook
    1 Query SELECT * FROM visual_phonebook WHERE context='' AND (o
    wner='626' OR (owner<>'626' AND private='no')) LIMIT 0,5
    1 Query SELECT count(*) FROM visual_phonebook WHERE context=''
    AND (owner='626' OR (owner<>'626' AND private='no'))

  4. Mon Feb 22 22:43:44 2010

    Sorry, It should be the first thing to mention, it is Ubuntu 8.04 LTS 32 bit server.

    Thanks and Regards,

    Daniel

  5. Mon Feb 22 22:31:42 2010

    Hello,

    Thanks. I downloaded by i receive following errors, i'm using 32 bits:

    Can't load '/tmp/par-root/cache-8773ffe86861610a34085839186dc6802c46b5ff/ab48145e.so' for module Filter::Crypto::Decrypt: libcrypto.so.6: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
    at /usr/lib/perl5/site_perl/5.8.8/PAR/Heavy.pm line 109
    BEGIN failed--compilation aborted at /tmp/par-root/cache-8773ffe86861610a34085839186dc6802c46b5ff/inc/lib/Filter/Crypto/Decrypt.pm line 37.
    Compilation failed in require at script/fop2_server.pl line 1.
    BEGIN failed--compilation aborted at script/fop2_server.pl line 1.

    Regards,

    Daniel

  6. Mon Feb 22 14:29:38 2010

    Hello,

    when can i get it, I download it from donwload section.

    Regards,

    d.

  7. Mon Feb 22 12:34:17 2010

    Hello,

    the debug was already enabled.

    Here is the php output:

    An error has occurred

    Unknown field: picture

    notice
    /var/www/fop2/lib/dblib.php (line 351)

    mysql_num_fields(): supplied argument is not a valid MySQL result resource

    notice
    /var/www/fop2/lib/dblib.php (line 335)

    mysql_num_rows(): supplied argument is not a valid MySQL result resource
    Table 'fop2.Cancelar' doesn't exist No records found (added to code by myself)
    notice

    /var/www/fop2/lib/dblib.php (line 245)

    mysql_fetch_row(): supplied argument is not a valid MySQL result resource

    SQL logging:

    100222 12:26:26 2 Connect root@localhost on
    2 Init DB fop2
    2 Query SELECT keyword,parameter,value FROM setup
    2 Query SET NAMES 'latin1'
    2 Query DESC visual_phonebook
    2 Query SELECT * FROM visual_phonebook WHERE 1=1 LIMIT 0,5
    2 Query SELECT count(*) FROM visual_phonebook WHERE 1=1
    100222 12:26:29 2 Init DB fop2
    2 Query SELECT keyword,parameter,value FROM setup
    2 Query SET NAMES 'latin1'
    2 Query DESC visual_phonebook
    2 Query SELECT * FROM visual_phonebook WHERE id = 1
    100222 12:26:34 2 Init DB fop2
    2 Query SELECT keyword,parameter,value FROM setup
    2 Query SET NAMES 'latin1'
    2 Query DESC Cancelar
    2 Query SELECT * FROM Cancelar WHERE 1=1 LIMIT 0,5
    2 Query SELECT count(*) FROM Cancelar WHERE 1=1

    Thanks and Regards,

    d.

  8. Mon Feb 22 11:27:46 2010

    Hello,

    I have the same problem, on the same line as in the thread in previous post. The problem only happens when there are changes (addition or edit) to the phone book. It is not a problem of mysql as as i can see entries created directly in mysql (with the credential configured in config.php). I add the print of mysql error code and it looks like follows:

    /var/www/fop2/lib/dblib.php (line 335)

    mysql_num_rows(): supplied argument is not a valid MySQL result resource
    Table 'fop2.Cancelar' doesn't exist

    For me it looks like the script tries to access the table which does not exist as there is only visual_phonebook in fop2 database.

    Thanks in advance for your help.

    Regards,

    Daniel