Flash Operational Panel custom view

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=*100001@from-internal
Panel_Context=default
[SIP/100002]
Position=3
Label="100002 : Agent2"
Extension=100002
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*100002@from-internal
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=*100201@from-internal
Panel_Context=default
[SIP/100202]
Position=3
Label="100202 : Agent2"
Extension=100202
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*100202@from-internal
Panel_Context=default

to see two panels and for example two extensions.
But maybe i did something wrong.
Thanks for your help.

Both of your panel contexts are the same.

[quote]Panel_Context Starting from version .10, you can have panel ‘contexts’. This means only one server running, and several flash clients with different buttons layouts connected to this unique server. If you omit this parameter, the ‘default’ context will be asumed. To specify the context to load in flash, you have to modify the page that loads the swf file. Just add ‘?context=mycontext’ after every appearance of ‘operator_panel.swf’.
[/quote]

That’s from the FOP documentation