############################################################################### ######################## qico configuration file ############################ ############################################################################### # # config structure: # ~~~~~~~~~~~~~~~~ # common config structure is similar to ifcico's: # # strings, beginning with '#' are comments and will be ignored # leading and trailing spaces and tabs will be stripped # here is 3 types of parameters - string, integer and boolean. # for boolean 'y[es]','1','t[rue]' assumed as yes, all other - as no. # ############################################################################## # # include: # ~~~~~~~ # you can include some subconfigs using: # include # inclusion is recursive, so be careful ;) # ############################################################################## # # dynamic configuration: # ~~~~~~~~~~~~~~~~~~~~~ # some parts of config can be overriden at runtime: # if # # ... # # endif # (endif can be omitted) # *last* matching condition will be used!!! # where is expression with syntax similar to ifcico's one. # you can use round brackets, '|' (or), '&' (and), '^' (xor) # and '!' (not) operators, and some tokens: # # + address - remote has this address(s) # ex.: 'address 1:2345/*' # + port - connection is on (or 'ip' for ip # connections) # ex.: 'port ttyS?' # + phone - remote's phone begins with # ex.: 'phone 7-812-' # + cid - $CALLER_ID's value begins with # ex.: cid 12345 # + speed - remote's speed is # ex.: speed <= 9600 # NB! Speed is taken from nodelist! # + connect - similar to 'speed', but means real connection # speed # + line - we call on th hidden (for incoming calls # and one-line nodes is always 0) # + time