Permissions

Hello everyone,


We are integrating FOP2 into our own product base. However, I have a few questions regarding permissions :
a) when enabling the transfer button by using the 'transfer' keyword, only the transfer and transfer to voicemail buttons appear, but not the transfer to cell button. How can I enable it ?
b) is there a way to hide the logout button ?

Thank you,

Damien

Comments

  • Hi,

    To enable the transfer to external numbers, the "external=xxxx" parameter must be set in the extension button configuration. If there is no external number to call, the button will be disabled.

    To disable the logout button you might want to try with css, I have never tried myself, but perhaps adding
    #action_logout { display:none; }
    

    In operator.css will work.
  • Hi,

    The css code works.

    However, the transfer to cellphone button is not displayed at all when you do not have 'all' permissions, but if you specify this instead: user=211:1234:dial,transfer,hangupself (for example).

    Is this a small bug ?

    Damien
  • You need the transferexternal permission to enable the button.

    Best regards,
Sign In or Register to comment.