Label Extension not appear

  1. 9 years ago
    Edited 9 years ago by admin

    Dear FOP2 Team,

    Here is my config autobutton.cfg my fop2 server

    [SIP/1012]
    type=extension
    extension=1012
    label=Intelix Globall Crossing No 17
    context=from-internal

    [SIP/1013]
    type=extension
    extension=1013
    label=Abdulah_Fuad
    context=from-internal

    [SIP/1014]
    type=extension
    extension=1014
    label=0101_Devi_Dara_Gusfini
    context=from-internal

    If try to access

    http://x.x.x.x/fop2/?exten=moses2&pass=admin

    Why i can't find Label extensions "1014"?

    Thanks

  2. admin

    17 Apr 2015 Administrator

    The CSS style for labels is set to "overflow:hidden", that means that if you have a very long label with no spaces at all, if it overflows the button width, it will be hidden. If you mouse over the button label, you will see a tooltip with the full label.

    You can edit/modify /var/www/html/fop2/css/operator.css and make .extenbutton class wider, with a smaller font, etc.. that will give you more room for long labels. Or you can use spaces instead of dashes on that name, and you at least will see a partial name. For example:

    label=0101 Devi Dara Gusfini

    Best regards,

or Sign Up to reply!