home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / ctelo310.zip / capitel.cfg < prev    next >
Text File  |  1998-11-20  |  19KB  |  670 lines

  1. # ========================================================================
  2. #
  3. #                 ////// /////// ////// //  /////// ////// //
  4. #                //     //   // //  // //     //   //     //
  5. #               //     /////// ////// //     //   ////   //
  6. #              //     //   // //     //     //   //     //
  7. #             ////// //   // //     //     //   ////// //////
  8. #
  9. # ========================================================================
  10.  
  11.  
  12.  
  13. ##########################################################################
  14. #
  15. # name : <entryname>
  16. #
  17. # flags: could be one of:  WIN : supported from the WINDOWS version
  18. #
  19. #                           NT : supported on Windows/NT only
  20. #
  21. #                          OS2 : supported from the OS/2 version
  22. #
  23. #                          TIM : this entry could be time dependent
  24. #                                note: time dependent functions can only
  25. #                                be setup here and not in the setup of
  26. #                                capitel to prevent normal-user confusion
  27. #
  28. #                       CAPI20 : this option runs on capi 2.0 only.
  29. #
  30. #
  31. # info : <information to the entry>
  32. #
  33. ##########################################################################
  34.  
  35.  
  36.  
  37. ##########################################################################
  38. #
  39. # info for time dependent configuration:
  40. #
  41. # a time dependent setup has the following syntax:
  42. #
  43. #    entryname=<default_value>[~<chunk_1>][~<chunk_2>]...[~<chunk_x>]
  44. #
  45. # a chunk have the following syntax:
  46. #
  47. #    chunk_n=<fromday>-<today>,<fromtime-totime>,<value_for_this_chunk>
  48. #
  49. #    day could be one of Mo, Tu, We, Th, Fr, Sa or Su. dayranges must
  50. #    have lower day-value first. "FR-MO" is not allowed. use two chunks
  51. #    instead (FR-SU & MO-MO). the same with time setup.
  52. #
  53. # hints:
  54. #
  55. #  - capitel parses the chunks from left to right and stops after first hit.
  56. #  - time dependent lines have a maximum of 512 characters.
  57. #  - the default value is used, if no chunk hits.
  58. #
  59. # example:
  60. #
  61. #    capitel_active_time=0~Mo-Fr,8:00-17:00,1
  62. #
  63. # capitel only active monday to friday from 8:00 to 17:00
  64. #
  65. #
  66. #    capitel_active_time=1~Mo-Fr,12:30-13:00,1~Mo-Fr,7:30-16:00,0
  67. #
  68. # capitel is only deactiv monday to friday from 7:30 to 12:30 and
  69. # 13:00 to 16:00.
  70. #
  71. #
  72. # filename_welcome_wave=hello.wav~Mo-Su,23:00-23:59,too_late.wav~Mo-Su,00:00-7:30,too_late.wav
  73. #
  74. # plays hello.wav, but in time from 23:00 to 7:30 it plays too_late.wav.
  75. #
  76. ##########################################################################
  77.  
  78.  
  79.  
  80. ##########################################################################
  81. #
  82. # name : default_answer_delay
  83. # flags: OS2 WIN TIM
  84. # info : this is the default delay for answering calls in seconds, if no
  85. #        other value is specified in PORT or CALLER setup.
  86. #
  87. ##########################################################################
  88.  
  89. default_answer_delay=3
  90.  
  91.  
  92.  
  93. ##########################################################################
  94. #
  95. # name : default_max_record_time
  96. # flags: OS2 WIN TIM
  97. # info : this is the default maximum recording time for calls in seconds,
  98. #        if no other value is specified in PORT or CALLER setup.
  99. #
  100. ##########################################################################
  101.  
  102. default_max_record_time=180
  103.  
  104.  
  105.  
  106. ##########################################################################
  107. #
  108. # name : default_max_silence_time
  109. # flags: OS2 WIN TIM
  110. # info : after this time in seconds, capitel disconnects the call and the
  111. #        recording, if silence is on the line.
  112. #
  113. ##########################################################################
  114.  
  115. default_max_silence_time=10
  116.  
  117.  
  118.  
  119. ##########################################################################
  120. #
  121. # name : filename_debug
  122. # flags: OS2 WIN
  123. # info : the name of a debugfile or a pipe (not on W95). this file
  124. #        contains a full capi-trace. his trace can help to find problems.
  125. #
  126. ##########################################################################
  127.  
  128. filename_debug=
  129.  
  130.  
  131.  
  132. ##########################################################################
  133. #
  134. # name : debug_data_b3
  135. # flags: OS2 WIN
  136. # info : flag for debugging also data_b3-messages. works only with
  137. #        FILENAME_DEBUG
  138. #
  139. ##########################################################################
  140.  
  141. debug_data_b3=0
  142.  
  143.  
  144.  
  145. ##########################################################################
  146. #
  147. # name : filename_log
  148. # flags: OS2 WIN
  149. # info : the name of a logfile or a pipe (not on W95). this file contains
  150. #        information abaout all incomming calls.
  151. #
  152. ##########################################################################
  153.  
  154. filename_log=capitel.log
  155.  
  156.  
  157.  
  158. ##########################################################################
  159. #
  160. # name : filename_welcome_wave
  161. # flags: OS2 WIN TIM
  162. # info : this is the default welcome.wav, if no other value is specified
  163. #        in PORT or CALLER setup.
  164. #
  165. ##########################################################################
  166.  
  167. filename_welcome_wave=welcome.wav
  168.  
  169.  
  170.  
  171. ##########################################################################
  172. #
  173. # name : wave_play_ringing
  174. # flags: OS2 WIN TIM
  175. # info : set capitel to signal incomming calls with a wave-file
  176. #
  177. ##########################################################################
  178.  
  179. wave_play_ringring=1
  180.  
  181.  
  182.  
  183. ##########################################################################
  184. #
  185. # name : filename_ringring_wave
  186. # flags: OS2 WIN TIM
  187. # info : name for a wave-file that capitel will play, if a call is
  188. #        incomming.
  189. #
  190. ##########################################################################
  191.  
  192. filename_ringring_wave=ringing.wav
  193.  
  194.  
  195.  
  196. ##########################################################################
  197. #
  198. # name : wave_16bit
  199. # flags: OS2 WIN
  200. # info : sets capitel to generate 16bit waves's.
  201. #
  202. ##########################################################################
  203.  
  204. wave_16bit=1
  205.  
  206.  
  207.  
  208. ##########################################################################
  209. #
  210. # name : capi_set_signal
  211. # flags: OS2 WIN
  212. # info : set the working mode to the isdn-driver from polling- to
  213. #        signaling-mode. if it runs, set it up to signaling (1).
  214. #
  215. ##########################################################################
  216.  
  217. capi_set_signal=1
  218.  
  219.  
  220.  
  221. ##########################################################################
  222. #
  223. # name : capi_controller
  224. # flags: OS2 WIN
  225. # info : the number of your isdn-controller. capitel counts the controller
  226. #        up from one (!!!), regardless that capi 1.1 counts it from zero.
  227. #
  228. ##########################################################################
  229.  
  230. capi_controller=1
  231.  
  232.  
  233.  
  234. ##########################################################################
  235. #
  236. # name : capitel_active
  237. # flags: OS2 WIN
  238. # info : sets capitel active (=1) or deactiv (=0). this entry corresponds
  239. #        to the TOGGLE-ACTIVATION-button of capitel. do not chance this
  240. #        value. it's for internal use only.
  241. #
  242. ##########################################################################
  243.  
  244. capitel_active=1
  245.  
  246.  
  247. ##########################################################################
  248. #
  249. # name : capitel_active_on_startup
  250. # flags: OS2 WIN
  251. # info : sets capitel active (=1) or deactiv (=0) on startup.
  252. #
  253. ##########################################################################
  254.  
  255. capitel_active_on_startup=1
  256.  
  257.  
  258. ##########################################################################
  259. #
  260. # name : capitel_active_time
  261. # flags: OS2 WIN TIM
  262. # info : here you can setup time dependent activation of capitel.
  263. #        in this example the first chunk ist redundant.
  264. #
  265. ##########################################################################
  266.  
  267. capitel_active_time=1~Mo-Su,00:00-23:59,1
  268.  
  269.  
  270.  
  271. ##########################################################################
  272. #
  273. # name : capitel_run_cnt
  274. # flags: OS2 WIN
  275. # info : run counter. for internal use only. if zero, capitel starts with
  276. #        setup dialog
  277. #
  278. ##########################################################################
  279.  
  280. capitel_run_cnt=0
  281.  
  282.  
  283.  
  284. ##########################################################################
  285. #
  286. # name : dtmf_support
  287. # flags: OS2 WIN TIM
  288. # info : sets dtmf suport on (1) and off (0).
  289. #
  290. ##########################################################################
  291.  
  292. dtmf_support=1
  293.  
  294.  
  295.  
  296. ##########################################################################
  297. #
  298. # name : expand_caller_id
  299. # flags: OS2 WIN
  300. # info : if set, capitel expands unknown incomming calls with a area-code
  301. #        (if possible).
  302. #
  303. ##########################################################################
  304.  
  305. expand_caller_id=0
  306.  
  307.  
  308.  
  309. ##########################################################################
  310. #
  311. # name : rescan_time
  312. # flags: OS2 WIN
  313. # info : value in seconds, that capitel tells to rescan calling entry in
  314. #        the display. only relevant, if other institutions deletes calls
  315. #        on your hard-disk (e.g. www-scrips)
  316. #
  317. ##########################################################################
  318.  
  319. rescan_time=0
  320.  
  321.  
  322.  
  323. ##########################################################################
  324. #
  325. # name : window_restore
  326. # flags: OS2 WIN
  327. # info : refer to capitel setup dialog
  328. #
  329. ##########################################################################
  330.  
  331. window_restore=1
  332.  
  333.  
  334.  
  335. ##########################################################################
  336. #
  337. # name : window_confirm_delete
  338. # flags: OS2 WIN
  339. # info : refer to capitel setup dialog
  340. #
  341. ##########################################################################
  342.  
  343. window_confirm_delete=0
  344.  
  345.  
  346.  
  347. ##########################################################################
  348. #
  349. # name :
  350. # flags: OS2 WIN
  351. # info : refer to capitel setup dialog
  352. #
  353. ##########################################################################
  354.  
  355. window_ignore_empty=0
  356.  
  357.  
  358.  
  359. ##########################################################################
  360. #
  361. # name :
  362. # flags: OS2 WIN
  363. # info : refer to capitel setup dialog
  364. #
  365. ##########################################################################
  366.  
  367. window_frame_controls_hidden=0
  368.  
  369.  
  370.  
  371. # internal flags (win version only)
  372.  
  373. window_xpos=0
  374. window_ypos=0
  375. window_xsize=0
  376. window_ysize=0
  377.  
  378.  
  379.  
  380. ##########################################################################
  381. #
  382. # name : start_disconnect
  383. # flags: OS2 WIN TIM
  384. # info : flag for starting a program every time of a (d-chanel-)disconnect.
  385. #
  386. ##########################################################################
  387.  
  388. start_disconnect=0
  389.  
  390. start_disc_proc=c:\windows\regedit.exe
  391. start_disc_parm=
  392. start_disc_title=
  393.  
  394.  
  395. ##########################################################################
  396. #
  397. # name : register_name
  398. # flags: OS2 WIN
  399. # info : your registration name
  400. #
  401. ##########################################################################
  402.  
  403. register_name=
  404.  
  405.  
  406.  
  407. ##########################################################################
  408. #
  409. # name : register_code
  410. # flags: OS2 WIN
  411. # info : your register code
  412. #
  413. ##########################################################################
  414.  
  415. register_code=
  416.  
  417.  
  418.  
  419. ##########################################################################
  420. #
  421. # name : text_unknown
  422. # flags: OS2 WIN TIM
  423. # info : text, that capitel display as 'name" of a unknown caller
  424. #
  425. ##########################################################################
  426.  
  427. text_unknown=<unknown>
  428.  
  429. ##########################################################################
  430. #
  431. # name : capi_version
  432. # flags: OS2
  433. # info : 0 = detect capi version automatically (first test is for capi 2.0)
  434. #        1 = use capi 1.1 only
  435. #        2 = use capi 2.0 only
  436. #
  437. ##########################################################################
  438.  
  439. capi_version=0
  440.  
  441.  
  442. ##########################################################################
  443. #
  444. # name : beep_on_calls
  445. # flags: OS2 WIN
  446. # info : capitel will beep, if calls are available
  447. #
  448. ##########################################################################
  449.  
  450. beep_on_calls=0
  451.  
  452.  
  453. ##########################################################################
  454. #
  455. # name : beep_on_calls_freq
  456. # flags: OS2 WIN
  457. # info : beep frequency (Hz)
  458. #
  459. ##########################################################################
  460.  
  461. beep_on_calls_frequency=4000
  462.  
  463.  
  464. ##########################################################################
  465. #
  466. # name : beep_on_calls_duration
  467. # flags: OS2 WIN
  468. # info : duration of one beep (ms)
  469. #
  470. ##########################################################################
  471.  
  472. beep_on_calls_duration=500
  473.  
  474.  
  475. ##########################################################################
  476. #
  477. # name : beep_on_calls_delay
  478. # flags: OS2 WIN
  479. # info : delay between two signalisations (ms)
  480. #
  481. ##########################################################################
  482.  
  483. beep_on_calls_delay=5000
  484.  
  485.  
  486. ##########################################################################
  487. #
  488. # name : capitel_priority
  489. # flags: OS2 WIN
  490. # info : set programm priority as follow:
  491. #
  492. #        [WIN]
  493. #        1 = IDLE_PRIORITY_CLASS
  494. #        2 = NORMAL_PRIORITY_CLASS
  495. #        3 = HIGH_PRIORITY_CLASS
  496. #        4 = REALTIME_PRIORITY_CLASS
  497. #
  498. #        [OS/2]
  499. #        0 = PRTYC_NOCHANGE
  500. #        1 = PRTYC_IDLETIME
  501. #         2 = PRTYC_REGULAR
  502. #        3 = PRTYC_TIMECRITICAL
  503. #        4 = PRTYC_FOREGROUNDSERVER
  504. #
  505. ##########################################################################
  506.  
  507. capitel_priority=2
  508.  
  509.  
  510. ##########################################################################
  511. #
  512. # name : capitel_affinity (NOT SUPPORTED YET!!!)
  513. # flags: NT (does anybody kwow about a API for OS/2?)
  514. # info : set the cpu number bitmask on which capitel will run on SMP-machines
  515. #
  516. #        example:  1 -> on cpu 1 only
  517. #                  2 -> on cpu 2 only
  518. #                  3 -> on cpu 1 and on cpu 2
  519. #                  ...
  520. #
  521. ##########################################################################
  522.  
  523. capitel_affinity=1
  524.  
  525.  
  526. ##########################################################################
  527. #
  528. # name : capitel_cti_support
  529. # flags: OS2 WIN
  530. # info : 0 -> CTI support is OFF
  531. #        1 -> CTI support is ON
  532. #
  533. ##########################################################################
  534.  
  535. capitel_cti_support=0
  536.  
  537.  
  538. ##########################################################################
  539. #
  540. # name : capitel_cti_program
  541. # flags: OS2 WIN
  542. # info : e.g.: "capitel_cti_program=CTI.EXE" will start:
  543. #        a) CTI.EXE with CallerId as his first parameter, if CallerId is known.
  544. #           e.g. "CTI.EXE 00492419519011" if i call to you.
  545. #        b) CTI.EXE with no parameter, if CallerId is unknown
  546. #
  547. ##########################################################################
  548.  
  549. capitel_cti_program=
  550.  
  551.  
  552. ##########################################################################
  553. #
  554. # name : capitel_codec_ulaw
  555. # flags: OS2 WIN
  556. # info : 0 -> capitel uses a A-LAW codec for dtmf and wav-support
  557. #        1 -> capitel uses a U-LAW codec for dtmf and wav-support
  558. #
  559. # note : A-LAW codecs are used in all european countries
  560. #        U-LAW codecs are used e.g. in the USA or malaysia
  561. #
  562. ##########################################################################
  563.  
  564. capitel_codec_ulaw=0
  565.  
  566.  
  567. ##########################################################################
  568. #
  569. # name : dtmf_down_border
  570. # flags: OS2 WIN
  571. # info : an higher value will increase the chance to recognise an dtmf-tone,
  572. #        but also increase the chance to recognise a wrong tone.
  573. #
  574. ##########################################################################
  575.  
  576. dtmf_down_border=13000
  577.  
  578.  
  579. ##########################################################################
  580. #
  581. # name : dtmf_up_border
  582. # flags: OS2 WIN
  583. # info : an lower value will increase the chance to recognise an dtmf-tone,
  584. #        but also increase the chance to recognise a wrong tone.
  585. #
  586. #
  587. ##########################################################################
  588.  
  589. dtmf_up_border=50000
  590.  
  591.  
  592. ##########################################################################
  593. #
  594. # name : capitel_is_caller_id
  595. # flags: OS2 WIN
  596. # info : 1 = capitel is also an full caller-id programm
  597. #        0 = capitel is only a answering machine
  598. #
  599. ##########################################################################
  600.  
  601. capitel_is_caller_id=1
  602.  
  603.  
  604. ##########################################################################
  605. #
  606. # name : out_cip_value
  607. # flags: OS2 WIN CAPI20
  608. # info : defines the cip-value (isdn-service) for the callback
  609. #        1  = speech (default)
  610. #        4  = 3.1 kHz audio
  611. #        16 = telephony
  612. #
  613. ##########################################################################
  614.  
  615. out_cip_value=1
  616.  
  617.  
  618. ##########################################################################
  619. #
  620. # name : call_back_number
  621. # flags: OS2 WIN CAPI20
  622. # info : defines the number for the callback
  623. #        (e.g. the number of your cellular phone).
  624. #        if no number ist defined, no callback will be made.
  625. #
  626. #        note: if no number is set, no callback will be made. so, over
  627. #        the remote action SETCALLBACK you can also disable callback
  628. #        by entering no number.
  629. #
  630. ##########################################################################
  631.  
  632. call_back_number=
  633.  
  634.  
  635. ##########################################################################
  636. #
  637. # name : call_back_active
  638. # flags: OS2 WIN CAPI20 TIM
  639. # info : enables and disables callback
  640. #
  641. ##########################################################################
  642.  
  643. call_back_active=1
  644.  
  645.  
  646. ##########################################################################
  647. #
  648. # name : silence_border
  649. # flags: OS2 WIN
  650. # info : a bigger value will result in more frequently silence-detection
  651. #
  652. ##########################################################################
  653.  
  654. silence_border=85
  655.  
  656.  
  657. ##########################################################################
  658. #
  659. # name : capitel_is_caller_id
  660. # flags: OS2 WIN
  661. # info : 1 = capitel is also an full caller-id programm
  662. #        0 = capitel is only a answering machine
  663. #
  664. ##########################################################################
  665.  
  666. capitel_is_caller_id=1
  667.  
  668.  
  669.  
  670.