Footman

Member

Last active 14 years ago

  1. 14 years ago
    Fri Jan 15 12:59:09 2010

    Hi,

    I'm interested to know called extension number (or the connected user which should be same) in checkdir.php too. I think it's a good feature to can do different things depending of the connected user.

    Best regards,

    Nicolas.

  2. Fri Jan 15 12:54:30 2010

    Hi Nicolás,

    If you use centos 32 bits, you can download the latest beta from http://www.fop2.com/downloads/fop2.tgz

    Is it possible to have this new features on etch/lenny beta releases ? I can use groups in buttons.conf for display extensions in many boxes but I can't use groups in fop2.cfg for rights and privacy function. If you update etch beta release, please make attention to perl problems because I can't install lenny beta release anymore.

    Best regards,

    Nicolas.

  3. Tue Nov 17 09:21:09 2009

    Hi Nicolás.

    Thank you for your responsiveness. It works well, very good job. :)

    Best regards,

    Nicolas.

  4. Mon Nov 16 16:25:34 2009

    I have updated the lenny32 beta package. Please try again and let me know.

    Thanks, it works, now. On the other side, attendant transfers seems to work upside :

    01- I connect myself on FOP2 as 400
    02- 401 calls 400
    03- 400 answers
    04- On FOP2, I click on 304 extension button and on the transfer button
    05- 304 rings
    06- 400 has music on hold
    07- 401 waits for an answer
    08- 304 answers
    09- 401 speaks to 304
    10- 401 hangup
    11- 400 speaks to 304

    From step 6 to 11, I think 400 should replace 401 and vice versa, no ? Or I make bad handling ?

    Best regards,

    Nicolas.

  5. Mon Nov 16 13:46:27 2009

    Hello !

    For testing attendant transfers with 1.4 you have to use fop2 beta and add to fop2.cfg:

    supervised_transfer = 1

    The beta can be downloaded from:

    http://www.fop2.com/downloads/fop2.tgz (centos 5, 32 bits)

    or

    fop2-beta-centos4-32.tgz
    fop2-beta-centos5-64.tgz
    fop2-beta-etch32.tgz
    fop2-beta-etch64.tgz
    fop2-beta-lenny32.tgz
    fop2-beta-lenny64.tgz

    OK, thanks but it seems there is a problem with fop2-beta-lenny32.tgz : the fop2_server binary is in 64 bits.

    # /etc/init.d/fop2 start
    Starting Flash Operator Panel 2: fop2start-stop-daemon: Unable to start /usr/local/fop2/fop2_server: Exec format error (Exec format error)
    # file /usr/local/fop2/fop2_server 
    /usr/local/fop2/fop2_server: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped

    Do you have 32 bits version ?

    About the number of channels for a trunk, do a "show channels" instead of a "sip show channels" and look for channel names. FOP2 matches on channel names.

    Thanks, I understand now. Name between brackets must be same than username in sip.conf. Also, I can have one button for outbound calls and one for inbound calls. Thank you. :)

    PS: Thanks for the translation file!

    No problem. :) You should add the next line in your lang_fr_FR.js beta file :

    lang['parkingslots']       = 'Places de parking';

    Best regards,

    Nicolas.

  6. Fri Nov 13 17:08:42 2009

    - Attended transfer with Asterisk 1.4 (it seems I must patch Asterisk for this so I will test).

    Yes, you must patch Asterisk.I have made an asterisk.rpm for Elastix 1.5 (not 1.6). I can provide you with that file (use at your own risk) if you want to test.

    I patched my Asterisk but attended transfer still not work. FOP2 still do blind transfer. The patch seems to be applicated :

    > show manager command Atxfer
    Action: Atxfer
    Synopsis: Attended transfer
    Privilege: call,all
    Description: do attended transfer.
    Variables: (Names marked with * are required)
    *Channel: transferer Channel
    *Exten: Extension to transfer to
    Context: Context to transfer to
    ActionID: Optional Action id for message matching.

    I have enough access to the manager. Do I have a configuration problem or a parameter missing ? Finally, I would have your RPM file for test if you can.

    Thanks.

    Nicolas.

  7. Thu Nov 12 11:38:32 2009

    Hi,

    - For trunks, I see used lines only for outgoing calls, not incoming. Is it normal ?

    Is it normal if you have different pear names for inbound calls. In many configurations I have seen that incoming calls are not matched as the same pear as outbound calls, (and are many times received as anonymous calls). If you fix your peer definition in Asterisk you will see both inbound and outbound calls.

    This is an extract of my sip.conf :

    register => aaaaa:bbbbb@x.x.x.x
    [prov_1]
    type=friend
    host=x.x.x.x
    secret=bbbbb
    username=aaaaa
    context=sda_incoming
    insecure=very
    disallow=all
    qualify=yes
    allow=alaw
    allow=gsm

    And here this is sip channels when two calls are in progress. The first two lines show an inbound call. The other lines show an outbound call.

    1000809001> sip show channels
    Peer User/ANR Call ID Seq (Tx/Rx) Format Hold Last Message
    y.y.y.y 401 ----------- 00102/00000 0x8 (alaw) No Tx: ACK
    x.x.x.x aaaaa ----------- 00101/00102 0x8 (alaw) No Rx: ACK
    x.x.x.x <ext_num> ----------- 00103/00000 0x8 (alaw) No Tx: ACK
    z.z.z.z 400 ----------- 00101/00002 0x8 (alaw) No Rx: ACK

    In FOP2, I see only "1 lines used" for my trunk prov_1. I don't understand what's the problem ?

    Best regards,

    Nicolas.

  8. Tue Nov 10 18:49:06 2009
    Footman started the conversation Init-Script for Debian.

    Hi,

    There is a bug for debian-based distributions : the init script is not copied.

    In Makefile, you should replace :

    if [ -f /etc/debian-version ]; then \

    By :

    if [ -f /etc/debian_version ]; then \

    Best regards,

    Nicolas.

  9. Tue Nov 10 18:35:54 2009
    Footman posted in Installation Problem.

    Hi,

    If it doesn't work for you, I solved the problem on Debian Lenny 5.0.2 i386 by installing this CPAN module manually :
    http://search.cpan.org/CPAN/authors/id/ ... 020.tar.gz
    Installation instructions are in the tarball.

    Best regards,

    Nicolas.

  10. Tue Nov 10 18:29:00 2009
    Footman posted in Debian lenny and FOP2 (Solved).

    Hi,

    I had almost same error with a just installed and up to date Lenny 5.0.2 i386 :

    Compress::Raw::Zlib object version 2.008 does not match bootstrap parameter 2.020 at /usr/local/lib/perl/5.10.0/Compress/Raw/Zlib.pm line 97.
    Compilation failed in require at /usr/local/share/perl/5.10.0/Archive/Zip.pm line 12.
    BEGIN failed--compilation aborted at /usr/local/share/perl/5.10.0/Archive/Zip.pm line 12.
    Compilation failed in require at -e line 359.

    I resolved the problem by installing 2.020 version of Compress::Raw::Zlib manually. I think the problem is still strange on a clean install.

    Best regards,

    Nicolas.

View more