palacista

Member

Last active 14 years ago

  1. 14 years ago
    Tue Jun 15 15:34:56 2010

    Thanks again.
    I have made more changes and my users are happy.

  2. Mon Jun 14 15:57:56 2010

    Thanks,
    After playing with CSS I have improved the situation, but It would be very helpful , if possible, to be able to put the label on a separate line in the button.

  3. Mon Jun 14 10:47:33 2010
    palacista started the conversation button display not showing full label.

    I have installed the latest version of fop2, with the payed for upgrade but I have a problem with the display of the buttons.
    The display is behaving as documented but this makes the display almost unusable for my purpose. I want my users to see the full text of the label parameter as configured, preferably on a new line, but with a long phone number there is no room left in the button.

    Is there a way to make fop2 do what I want?

  4. 15 years ago
    Wed Jul 29 09:49:52 2009
    palacista posted in Another login problem.

    My problem was with the button.cfg file. :oops: All working now thanks.

  5. Tue Jul 28 13:26:26 2009
    palacista posted in Another login problem.

    Thanks for the reply , I have fixed the line in fop2.cfg but it has made no difference.

    The error is that, when I enter the number/password the web page just reshows the entered number & (blocked out) password.
    There is no port 5038 traffic from fop2 to asterisk and no sign on the asterisk console of a login for the user "flash" except for the command fop2_server --test.

    Is there a restriction on unix permissions/users that own the fop2 installation?

  6. Mon Jul 27 14:31:29 2009
    palacista started the conversation Another login problem.

    I have read all other login problem threads and checked my configs but I still can't login.
    I doubt that the passwords are incorrect because I can see no port 5038 traffic between fop2 and asterisk.

    I had manually installed fop2 to work with an asterisk 1.6.1.1 on a Centos 5.0 box. Asterisk is working well.

    1. fop2_server --test works i.e:

    [asterisk@phone1 fop2]$ ./fop2_server --test
    Flash Operator Panel 2 - No valid license found. Demo Mode
    Connection to manager OK!

    and is reported on the asterisk console:

    phone1*CLI>
    == Manager 'flash' logged on from 127.0.0.1
    == Manager 'flash' logged off from 127.0.0.1
    phone1*CLI>

    2. A manual login also works i.e:

    [asterisk@phone1 ~]$ telnet localhost 5038
    Trying 127.0.0.1...
    Connected to localhost.localdomain (127.0.0.1).
    Escape character is '^]'.
    Asterisk Call Manager/1.1

    3. When I start fop2 as a service I see no traffic on port 5038.

    4. I can connect to the the web pages from a client and enter the extension a password.

    ---------------------- fop2.cfg -----------------------

    [general]
    ; AMI definitions
    manager_host=localhost
    manager_port=5038
    manager_user=flash
    manager_secret=pl41nt3xt
    ;event_mask=call,agent

    ; Daemon definitions
    listen_port = 4445 Display IP Address as tooltips for SIP peers
    monitor_ipaddress = 0
    web_dir = /var/www/http/fop2
    ; Force blind transfer on asterisk 1.6
    blind_transfer = 0

    ;master_key = 5678

    ; USER LIST
    user=2691:2692:all
    user=2692:2692:all
    ;user=622:1234:all
    ;user=623:1234:all
    ;buttonfile=buttons.cfg

    ;#exec autoconfig-users-freepbx.sh

    The user password match the voicemail password

    ------------------- etc/asterisk/manage.conf --------------
    [general]
    enabled = yes
    webenabled = yes
    port = 5038

    bindaddr = 0.0.0.0

    debug = on ; enable some debugging info in AMI messages (default off).
    ; Also accessible through the "manager debug" CLI command.

    [flash]
    secret = pl41nt3xt
    permit=127.0.0.1/255.255.255.0
    read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
    write = system,call,agent,user,config,command,reporting,originate
    displayconnects = yes ; Display on CLI user login/logoff

    ------------- buttons.cfg --------------------

    [SIP/2691]
    type=extension
    extension=2691
    context=willow
    label=2691
    mailbox=2691@default
    extenvoicemail=*620@from-internal

    [SIP/2692]
    type=extension
    extension=2692
    context=willow
    label=2692
    mailbox=2692@default
    extenvoicemail=*621@from-internal