Flash Operation Panel in FreePbx has disadvantage to show wrong labels when number of extensions more then 80. I want to use a couple of panels each of them to show different group of extensions. For this purpose i add op_buttons_custom.cfg:
http://192.168.0.25/panel/index_amp.php?context=fop_1
[SIP/100001]
Position=2
Label="100001 : Agent1"
Extension=100001
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*[email protected]
Panel_Context=default
[SIP/100002]
Position=3
Label="100002 : Agent2"
Extension=100002
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*[email protected]
Panel_Context=default
http://192.168.0.25/panel/index_amp.php?context=fop_2
[SIP/100201]
Position=2
Label="100201 : Agent1"
Extension=100201
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*[email protected]
Panel_Context=default
[SIP/100202]
Position=3
Label="100202 : Agent2"
Extension=100202
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*[email protected]
Panel_Context=default
to see two panels and for example two extensions.
But maybe i did something wrong.
Thanks for your help.