root/trunk/op_astdb.cfg

Revision 1, 1.0 kB (checked in by root, 3 years ago)

Initial import

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 setalpha=70|100
8 fopledcolor=0x001020^0|0x00A000^0
9
10 # How it works: when the panel is first started, it will check
11 # for every family defined in op_astdb.cfg between brakets. The
12 # key is the astdbkey parameter as defined in op_buttons.cfg
13 #
14 # If a value is found and non empty it will perform the actions
15 # specified in op_astdb.cfg, those actions modify the button for
16 # that channel in FOP, they are:
17 #
18 # settext  = sets the text where the callerid is displayed
19 # setlabel = sets the label for the button
20 # setalpha = sets the alpha blending for the whole button (0-100)
21 # flip     = flips the button (1)
22 # state    = set the state of the led to: free, busy or ringing
23 # fopledcolor = sets the led color using hex values like 0x2030a0
24 #
25 # If the value is not found or not set, it will use the second
26 # value defined for that action
27
Note: See TracBrowser for help on using the browser.