Some button of action bar is not active

Hi
Transfer to mailbox, transfer to mobile, listen, listen and whisper, record call buttons is not active.
What did I do wrong?

Centos 6.0, Asterisk 1.8.7, FOP2 2.26.

Comments

  • You must set the permissions for the fop2 user. When using fop2admin, log into freepbx, select fop2 users, and set permissions accordingly for the user you are login in as. If you want to give full permissions, set it to "all".
  • fop2.cfg
    [list:wlk3596i]user=10191:123:all
    user=10194:123:dial,transfer,spy,hangup,pickup,record,meetme,queuemanager,queueagent,hangupself,recordself,preference,all
    [/list:u:wlk3596i]
    /etc/asterisk/manager.conf
    [list:wlk3596i]read = system,call,command,agent,user,originate,dialplan,all
    write = system,call,command,agent,user,originate,dialplan,all
    [/list:u:wlk3596i]
  • fop2.cfg
    [list:27gvpv71]user=10191:123:all
    user=10194:123:dial,transfer,spy,hangup,pickup,record,meetme,queuemanager,queueagent,hangupself,recordself,preference,all
    [/list:u:27gvpv71]
    /etc/asterisk/manager.conf
    [list:27gvpv71]read = system,call,command,agent,user,originate,dialplan,all
    write = system,call,command,agent,user,originate,dialplan,all
    [/list:u:27gvpv71]

    Individual permissions in the fop2 toolbar are controlled by fop2 user permissions. And the fop2 permissions are controlled not just by user lines in fop2.cfg but also potential autoexec scripts that might be invoked in that script.

    Do you use freepbx? Do you have a last #exec line at the end of fop2.cfg ? If you have a last #exec line, that line is generating a bunch of user lines that are overriding whatever you had written BEFORE. If you want to perform a manual configuration, remove the #exec line. If you do use freepbx, my suggestion is to leave the #exec line, remove all your manual user= lines or any other setting, and handle all via freepbx fop2admin.

    Best regards,
  • What is the permission name for transfer to mobile? I have "transfer" set up for my users, but they don't get the transfer to mobile button unless the user has "all" for permissions.
  • transferexternal is the fop2 permission name for transfer to mobile to work/show.
Sign In or Register to comment.