|
Revision 448, 1.0 kB
(checked in by joestewart, 8 years ago)
|
upgrade panel to 0.21
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
; FOP will ask for the value of the asterisk database families |
|---|
| 2 |
; specified between brackets. If the value is non empty, it will |
|---|
| 3 |
; send the commands to the flash client. Note that the family |
|---|
| 4 |
; is case sensitive! |
|---|
| 5 |
|
|---|
| 6 |
[dnd] |
|---|
| 7 |
settext=DND: ${value} |
|---|
| 8 |
setalpha=70 |
|---|
| 9 |
flip=1 |
|---|
| 10 |
fopledcolor=0x001020 |
|---|
| 11 |
|
|---|
| 12 |
[cfb] |
|---|
| 13 |
settext=CFB: ${value} |
|---|
| 14 |
status=busy ; free, busy, ringing |
|---|
| 15 |
fopledcolor=0x102030 |
|---|
| 16 |
|
|---|
| 17 |
# How it works: when the panel is first started, it will check |
|---|
| 18 |
# for every family defined in op_astdb.cfg between brakets. The |
|---|
| 19 |
# key is the channel name, as defined between brackets in op_buttons.cfg |
|---|
| 20 |
# If a value is found and non empty it will perform the actions |
|---|
| 21 |
# specified in op_astdb.cfg, those actions modify the button for |
|---|
| 22 |
# that channel in FOP, they are: |
|---|
| 23 |
# |
|---|
| 24 |
# settext = sets the text where the callerid is displayed |
|---|
| 25 |
# setlabel = sets the label for the button |
|---|
| 26 |
# setalpha = sets the alpha blending for the whole button (0-100) |
|---|
| 27 |
# flip = flips the button (1) |
|---|
| 28 |
# state = set the state of the led to: free, busy or ringing |
|---|
| 29 |
# fopledcolor = sets the led color using hex values like 0x2030a0 |
|---|
| 30 |
|
|---|