home *** CD-ROM | disk | FTP | other *** search
- # ========================================================================
- #
- # ////// /////// ////// // /////// ////// //
- # // // // // // // // // //
- # // /////// ////// // // //// //
- # // // // // // // // //
- # ////// // // // // // ////// //////
- #
- # ========================================================================
-
-
-
- ##########################################################################
- #
- # name : <entryname>
- #
- # flags: could be one of: WIN : supported from the WINDOWS version
- #
- # OS2 : supported from the OS/2 version
- #
- # TIM : this entry could be time dependent
- # note: time dependent functions can only
- # be setup here and not in the setup of
- # capitel to prevent normal-user confusion
- #
- # info : <information to the entry>
- #
- ##########################################################################
-
-
-
- ##########################################################################
- #
- # info for time dependent configuration:
- #
- # a time dependent setup has the following syntax:
- #
- # entryname=<default_value>[~<chunk_1>][~<chunk_2>]...[~<chunk_x>]
- #
- # a chunk have the following syntax:
- #
- # chunk_n=<fromday>-<today>,<fromtime-totime>,<value_for_this_chunk>
- #
- # day could be one of Mo, Tu, We, Th, Fr, Sa or Su. dayranges must
- # have lower day-value first. "FR-MO" is not allowed. use two chunks
- # instead (FR-SU & MO-MO). the same with time setup.
- #
- # hints:
- #
- # - capitel parses the chunks from left to right and stops after first hit.
- # - time dependent lines have a maximum of 512 characters.
- # - the default value is used, if no chunk hits.
- #
- # example:
- #
- # capitel_active_time=0~Mo-Fr,8:00-17:00,1
- #
- # capitel only active monday to friday from 8:00 to 17:00
- #
- #
- # capitel_active_time=1~Mo-Fr,12:30-13:00,1~Mo-Fr,7:30-16:00,0
- #
- # capitel is only deactiv monday to friday from 7:30 to 12:30 and
- # 13:00 to 16:00.
- #
- #
- # filename_welcome_wave=hello.wav~Mo-Su,23:00-23:59,too_late.wav~Mo-Su,00:00-7:30,too_late.wav
- #
- # plays hello.wav, but in time from 23:00 to 7:30 it plays too_late.wav.
- #
- ##########################################################################
-
-
-
- ##########################################################################
- #
- # name : default_answer_delay
- # flags: OS2 WIN TIM
- # info : this is the default delay for answering calls in seconds, if no
- # other value is specified in PORT or CALLER setup.
- #
- ##########################################################################
-
- default_answer_delay=3
-
-
-
- ##########################################################################
- #
- # name : default_max_record_time
- # flags: OS2 WIN TIM
- # info : this is the default maximum recording time for calls in seconds,
- # if no other value is specified in PORT or CALLER setup.
- #
- ##########################################################################
-
- default_max_record_time=180
-
-
-
- ##########################################################################
- #
- # name : default_max_silence_time
- # flags: OS2 WIN TIM
- # info : after this time in seconds, capitel disconnects the call and the
- # recording, if silence is on the line.
- #
- ##########################################################################
-
- default_max_silence_time=30
-
-
-
- ##########################################################################
- #
- # name : filename_debug
- # flags: OS2 WIN
- # info : the name of a debugfile or a pipe (not on W95). this file
- # contains a full capi-trace. his trace can help to find problems.
- #
- ##########################################################################
-
- filename_debug=
-
-
-
- ##########################################################################
- #
- # name : debug_data_b3
- # flags: OS2 WIN
- # info : flag for debugging also data_b3-messages. works only with
- # FILENAME_DEBUG
- #
- ##########################################################################
-
- debug_data_b3=0
-
-
-
- ##########################################################################
- #
- # name : filename_log
- # flags: OS2 WIN
- # info : the name of a logfile or a pipe (not on W95). this file contains
- # information abaout all incomming calls.
- #
- ##########################################################################
-
- filename_log=capitel.log
-
-
-
- ##########################################################################
- #
- # name : filename_welcome_wave
- # flags: OS2 WIN TIM
- # info : this is the default welcome.wav, if no other value is specified
- # in PORT or CALLER setup.
- #
- ##########################################################################
-
- filename_welcome_wave=welcome.wav
-
-
-
- ##########################################################################
- #
- # name : wave_play_ringing
- # flags: OS2 WIN TIM
- # info : set capitel to signal incomming calls with a wave-file
- #
- ##########################################################################
-
- wave_play_ringring=1
-
-
-
- ##########################################################################
- #
- # name : filename_ringring_wave
- # flags: OS2 WIN TIM
- # info : name for a wave-file that capitel will play, if a call is
- # incomming.
- #
- ##########################################################################
-
- filename_ringring_wave=ringing.wav
-
-
-
- ##########################################################################
- #
- # name : wave_16bit
- # flags: OS2 WIN
- # info : sets capitel to generate 16bit waves's.
- #
- ##########################################################################
-
- wave_16bit=1
-
-
-
- ##########################################################################
- #
- # name : capi_set_signal
- # flags: OS2 WIN
- # info : set the working mode to the isdn-driver from polling- to
- # signaling-mode. if it runs, set it up to signaling (1).
- #
- ##########################################################################
-
- capi_set_signal=1
-
-
-
- ##########################################################################
- #
- # name : capi_controller
- # flags: OS2 WIN
- # info : the number of your isdn-controller. capitel counts the controller
- # up from one (!!!), regardless that capi 1.1 counts it from zero.
- #
- ##########################################################################
-
- capi_controller=1
-
-
-
- ##########################################################################
- #
- # name : capitel_active
- # flags: OS2 WIN
- # info : sets capitel active (=1) or deactiv (=0). this entry corresponds
- # to the TOGGLE-ACTIVATION-button of capitel. do not chance this
- # value. it's for internal use only.
- #
- ##########################################################################
-
- capitel_active=1
-
-
-
- ##########################################################################
- #
- # name : capitel_active_time
- # flags: OS2 WIN TIM
- # info : here you can setup time dependent activation of capitel.
- # in this example the first chunk ist redundant.
- #
- ##########################################################################
-
- capitel_active_time=1~Mo-Su,00:00-23:59,1
-
-
-
- ##########################################################################
- #
- # name : capitel_run_cnt
- # flags: OS2 WIN
- # info : run counter. for internal use only. if zero, capitel starts with
- # setup dialog
- #
- ##########################################################################
-
- capitel_run_cnt=0
-
-
-
- ##########################################################################
- #
- # name : dtmf_support
- # flags: OS2 WIN TIM
- # info : sets dtmf suport on (1) and off (0).
- #
- ##########################################################################
-
- dtmf_support=1
-
-
-
- ##########################################################################
- #
- # name : expand_caller_id
- # flags: OS2 WIN
- # info : if set, capitel expands unknown incomming calls with a area-code
- # (if possible).
- #
- ##########################################################################
-
- expand_caller_id=1
-
-
-
- ##########################################################################
- #
- # name : rescan_time
- # flags: OS2 WIN
- # info : value in seconds, that capitel tells to rescan calling entry in
- # the display. only relevant, if other institutions deletes calls
- # on your hard-disk (e.g. www-scrips)
- #
- ##########################################################################
-
- rescan_time=0
-
-
-
- ##########################################################################
- #
- # name : window_restore
- # flags: OS2 WIN
- # info : refer to capitel setup dialog
- #
- ##########################################################################
-
- window_restore=1
-
-
-
- ##########################################################################
- #
- # name : window_confirm_delete
- # flags: OS2 WIN
- # info : refer to capitel setup dialog
- #
- ##########################################################################
-
- window_confirm_delete=0
-
-
-
- ##########################################################################
- #
- # name :
- # flags: OS2 WIN
- # info : refer to capitel setup dialog
- #
- ##########################################################################
-
- window_ignore_empty=0
-
-
-
- ##########################################################################
- #
- # name :
- # flags: OS2 WIN
- # info : refer to capitel setup dialog
- #
- ##########################################################################
-
- window_frame_controls_hidden=0
-
-
-
- # internal flags (win version only)
-
- window_xpos=0
- window_ypos=0
- window_xsize=0
- window_ysize=0
-
-
-
- ##########################################################################
- #
- # name : start_disconnect
- # flags: OS2 WIN TIM
- # info : flag for starting a program every time of a (d-chanel-)disconnect.
- #
- ##########################################################################
-
- start_disconnect=0
-
- start_disc_proc=c:\windows\regedit.exe
- start_disc_parm=
- start_disc_title=
-
-
- ##########################################################################
- #
- # name : register_name
- # flags: OS2 WIN
- # info : your registration name
- #
- ##########################################################################
-
- register_name=
-
-
-
- ##########################################################################
- #
- # name : register_code
- # flags: OS2 WIN
- # info : your register code
- #
- ##########################################################################
-
- register_code=
-
-
-
- ##########################################################################
- #
- # name : text_unknown
- # flags: OS2 WIN TIM
- # info : text, that capitel display as 'name" of a unknown caller
- #
- ##########################################################################
-
- text_unknown=<unknown>
-