home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / ccallcenter / acc.exe / %MAINDIR% / acc.def < prev    next >
Encoding:
Text File  |  2002-05-06  |  18.9 KB  |  753 lines

  1. ;
  2. ; Advanced Call Center (ACC), (c) 1998 - 2000 Oleg Afonin
  3. ;
  4.  
  5. [Options]
  6.  
  7. ;
  8. ; Better setup
  9. ;
  10. nTAPI=1
  11.  
  12. ; Default modem name
  13. ;   Type: string
  14. ;   Default: 'Default modem'
  15. ;   Comment: Change this value, run and exit program - new section
  16. ;            will be created. Change all parameters there
  17. ;
  18. ; If you want to edit modem profile, select 'Custom' and edit [Custom] section
  19. ;
  20. sModem=LT Win Modem
  21.  
  22. ; COM port number.
  23. ; Modem serial (COM) port
  24. ;  Range: -1, 1, 2, 3 or 4
  25. ;  Default: -1 (auto)
  26. ;
  27. nComPort=-1
  28.  
  29. ; Line source.
  30. ;  Range:
  31. ;   0        remote (default)
  32. ;   1        handset
  33. ;   2        mic
  34. ;   3        speaker
  35. ;   4        monitor
  36. ;   5 (or 6)    speakerphone
  37. ;  Default: 0
  38. ;
  39. nLineSelection=0
  40.  
  41. ; CID type
  42. ;  Range: 0 - 3
  43. ;  0 - Russian CID (default)
  44. ;  1 - Hardware (modem-specific) CID (supported in special cases only)
  45. ;  2 - USA CID standard
  46. ;  3 - other (reserved)
  47. ;
  48. nCIDType=2
  49.  
  50. ; Get CID in real-time. This causes CID be detected FASTER and, in some cases, better.
  51. ;  Range: boolean (1 or 0)
  52. ;  Default: 0
  53. ;
  54. bRealTimeCID=1
  55.  
  56. ; Time to wait for CID beginning when real-time CID is enabled
  57. ; Increase if a lot of numbers can't be detected
  58. ;  Range: 200 - ~2000 
  59. ;  Default: 340
  60. ;
  61. dwTimeToWait=340
  62.  
  63. ; Voice (CID) record time (milliseconds) 
  64. ; Increase if a lot of numbers can't be detected
  65. ;   Range: 500 - 10000 
  66. ;   Default: 3000 (try 1500 if frequent detection errors occure)
  67. ;
  68. dwTimeToGet=4500
  69.  
  70. ; While in 'delay before CID request' state, detect CID presense
  71. ;  Range: boolean (1 or 0)
  72. ;  Default: 1
  73. ;
  74. bActiveDelay=0
  75.  
  76. ; Voice (CID) record time (milliseconds) IMMEDIATELY after answer.
  77. ; Useful on SOME ATS' which send CID _before_ they receive CID request.
  78. ; Decrease or ZERO if a lot of numbers can't be detected
  79. ;  Range: 500 - ~2000 
  80. ;  Default: 100 (in some cases 750-1000 is good enough)
  81. ;
  82. nPreDetectTime=15
  83.  
  84. ; Online inactivity timer (milliseconds).
  85. ;  Range: 0 - MAXDWORD
  86. ;  Default: 60000 (1 minute of inactivity causes line drop)
  87. ;
  88. dwInactiveTimer=60000
  89.  
  90. ; When using new method of playing message through the line,
  91. ; specifies time of one block played.
  92. ;  Range: ~10 - ~60000 (milliseconds)
  93. ;  Default: 20 ms
  94. ;
  95. nBlockTime=40
  96.  
  97. ; Number of CID requests (tone beeps) sent per ONE detection cycle.
  98. ;  Range: 1-2
  99. ;  Default: 1 (try 2 if does not work)
  100. ;
  101. nCIDReqNumber=1
  102.  
  103. ; Use short (100 ms instead of 200 ms) CID request
  104. ;  Range: boolean (0 or 1)
  105. ;  Default: 0
  106. ;
  107. bShortRequest=0
  108.  
  109. ; Maximum number of attempts to get CID if previous attempt failed.
  110. ; Can cause an extra time before replying when CID can't be detected.
  111. ;  Range: 1-3 (3 is the maximum that ATS allows)
  112. ;  Default: 2
  113. ;
  114. nMaxAttempts=2
  115.  
  116. ; Clear Comm Error after each read/erite operation
  117. ;  Range: boolean (0 or 1)
  118. ;  Default: 0
  119. ;
  120. bSafeIO=0
  121.  
  122. ; Overlapped I/O.
  123. ;  Range: boolean (0 or 1)
  124. ;  Default: 0
  125. ;
  126. bOverlappedIO=1
  127.  
  128. ; Default timeout for all operations. It is the UPPER time limit (milliseconds)
  129. ; the program will wait for modem' response on command.
  130. ;  Range: 0 - 3000
  131. ;  Default: 2500 (try 820 with Quant=15)
  132. ;
  133. dwTimeoutDefault=2500
  134.  
  135. ; Default timeout for single character operations (milliseconds)
  136. ; Set together with 'default timeout (dwTimeoutDefault)'.
  137. ; Program uses this value to determine its time slice in a single-character operations
  138. ;  Range: 0 - 2000
  139. ;  Default: 15 (try 5 with Default=145)
  140. ;
  141. dwTimeoutQuant=55
  142.  
  143. ; Use hardware to detect ring. Turn this off for compatibility
  144. ; reason if the program does not detect ring.
  145. ;  Range: boolean (0 or 1)
  146. ;  Default: 1
  147. ;
  148. bUseHardwareRing=0
  149.  
  150. ; Action after handset pickup.
  151. ;
  152. nAction=0
  153. nWhiteAction=1000
  154. nBlackAction=2
  155.  
  156. ; Try faster initialization algorythm. Generally recommended.
  157. ; Should be disabled during debugging proceess.
  158. ;
  159. bFasterModemInit=1
  160.  
  161. ; Fourier window shift stepping (samples)
  162. ; Used in caller number detection algorythm. Less is more time consuming,
  163. ; but may be more accurate (set 'nDetectFakeDigits=-1' if you change this).
  164. ;  Range: -1 - ??
  165. ;  Default: -1
  166. ;
  167. step=-1
  168.  
  169. ; Serial baud rate (bits per second)
  170. ; Do not change this one!
  171. ;  Range: 2400 - 115200
  172. ;  Default: 19200
  173. ;
  174. dwBaudRate=256000
  175.  
  176. ; Number of rings before trying to detect CID
  177. ; 0 - do not answer automatically
  178. ;  Range: 0 - 6
  179. ;  Default: 1
  180. ;
  181. nRings=2
  182.  
  183. ; Number of wait signals sent to line before hangup
  184. ;  Range: 1 - ?
  185. ;  Default: 6
  186. ;
  187. nWaitSignals=0
  188.  
  189. ; Debug level. Stores intermediate information in files.
  190. ; - mode 0: no debug info saved
  191. ; - mode 1: PCM data saved in the prog's folder with temporary generated
  192. ;           filenames, including 'Real-time CID'.
  193. ;           Detected numbers saved there too. 
  194. ;           All files are being deleted after program exit except
  195. ;           'modem.log' file created.
  196. ; - mode 2: PCM and Compressed Voice data saved.
  197. ;           PCM is not saved with 'Real-time CID' enabled.
  198. ;           Detected numbers saved. Detected ATS
  199. ;           packet digits saved. Deleted after exit.
  200. ;           'modem.log' created.
  201. ;  Range: 0, 1 or 2
  202. ;  Default: 0
  203. ;
  204. nDebugLevel=0
  205.  
  206. ; Separate digits - smart method. Use by default.
  207. ;  Range: boolean (0 or 1)
  208. ;  Default: 1
  209. ;
  210. bSmartDigitExtraction=1
  211.  
  212. ; Threshold value to separate digits.
  213. ;  Range: 0 (don't use) to ~255
  214. ;  Default: 26
  215. ;
  216. nSmartDigitExtractionThreshold=26
  217.  
  218. ; False (errorneous) digits detect. Increase this if detected number
  219. ; contains _more_ digits than the real one; decrease if less digits in
  220. ; detected number than in real one
  221. ; -1 means automatic garbage collection (if this does not work correctly,
  222. ; try to set this explicitly to 2 or 3)
  223. ;  Range: -1 (auto), 0 - ~10
  224. ;  Default: 2
  225. ;
  226. nDetectFakeDigits=-1
  227.  
  228. ; Number of digits in the phone numbering system at your location.
  229. ;  Range: usually something between 5 and 7
  230. ;  Default: 7
  231. ;
  232. nDigitsInNumber=7
  233.  
  234. ; Start disabled (paused).
  235. ;  Range: boolean (0 or 1)
  236. ;  Default: 0
  237. ;
  238. bStartDisabled=0
  239.  
  240. ; Detect cadence (busy signal) while being online (talking) or sending
  241. ; 'wait' signals to remote caller. If cadence detected, hangs up the modem.
  242. ;  Range: boolean (0 or 1)
  243. ;  Default: 1
  244. ;
  245. bCadenceDetection=1
  246.  
  247. ; Period of cadence detection.
  248. ; Less values maybe less precise but give faster response.
  249. ;  Range: 100 - 4000
  250. ;  Default: 2000
  251. ;
  252. dwCadenceQuant=4000
  253.  
  254. ; Check incoming ring event whether it was a real ring ("RING" modem response) or not.
  255. ; May cause some rings not to be handled. Prevents most of pulse dialing on a parallel
  256. ; phone device from being treated as incoming rings.
  257. ;  Range: boolean (0 or 1)
  258. ;  Default: 1
  259. ;
  260. bConfirmRing=1
  261.  
  262. ; Show notification dialog (info on Caller and Phone number) when detected CID.
  263. ;  Range: boolean (0 or 1)
  264. ;  Default: 1
  265. ;
  266. bShowNotificationDlg=1
  267.  
  268. ; Use alternative way of delivering commands to modem.
  269. ; May be faster and more compatible with your modem.
  270. ; Try 0 if commands are NOT accepted by your modem.
  271. ;  Range: boolean (0 or 1)
  272. ;  Default: 1
  273. ;
  274. bUseAltCmdTransmit=1
  275.  
  276. ; Save log file
  277. ;  Range: boolean (0 or 1)
  278. ;  Default: 1
  279. ;
  280. bSaveLogFile=1
  281.  
  282. ; Name of the log file. Use relative or full path and file name.
  283. ;
  284. sLogFileName=logfile.txt
  285.  
  286. ; Use external files to utilize help.
  287. ; Greatly reduces memory usage.
  288. ;  Range: boolean (0 or 1)
  289. ;  Default: 0
  290. ;
  291. bUseExternalHelp=1
  292.  
  293. ; Show dialog tips
  294. ;  Range: boolean (0 or 1)
  295. ;  Default: 0
  296. ;
  297. bShowDlgTips=0
  298.  
  299. ; Ring emulation frequensy.
  300. ;  Range: 300-3000
  301. ;  Default: 425
  302. ;
  303. nFreqRing=480
  304. nFreqRing2=620
  305.  
  306. ; Length of RING emulation tone in Russian CID
  307. ;  Range: integer (Standard1: 800 Standard2: 1000)
  308. ;  Default: 800
  309. ;
  310. nRingEmulationLength=800
  311.  
  312. ; Pauses between RING emulation tones in Russian CID
  313. ;  Range: integer (Standard1: 3000 Standard2: 4000)
  314. ;  Default: 3000
  315. ;
  316. nRingEmulationPause=3000
  317.  
  318. ; Turn on modem speaker while answering
  319. ;  Range: boolean (0 or 1)
  320. ;  Default: 0
  321. ;
  322. bEnableModemSpeaker=0
  323.     
  324. ; Use software (sinusoidal) tone generator (more precise timing)
  325. ;  Range: boolean (0 or 1)
  326. ;  Default: 0
  327. ;
  328. bSoftwareToneGenerator=0
  329.  
  330. ; Exact CID request time.
  331. ;  Range: integer (40 - 300), recommended (90 - 160)
  332. ;  Default: 160
  333. ;
  334. nReqTime=160
  335.  
  336. ; Pop-up window font size(14 or 15)
  337. ;
  338. g_iFontHeight=15
  339.  
  340. ; Monitor voice from modem to sound card
  341. ;  Range: boolean (0 or 1)
  342. ;  Default: 0
  343. ;
  344. bEnableSBOutput=0
  345.  
  346. ; Monitor the messages played to the line via sound card
  347. ;  Range: boolean (0 or 1)
  348. ;  Default: 0
  349. ;
  350. bEnableSBOutput_play=0
  351.  
  352. ; Format phone number for better display (i.e. "1234567890" to "(123) 456-7890")
  353. ;  Range: boolean (0 or 1)
  354. ;  Default: 1
  355. ;
  356. bReFormatNumber=1
  357.  
  358. ; LCD background index
  359. ;
  360. LCD_bk=1
  361.  
  362. ; Monitor DTMF tones
  363. ;  Range: boolean (0 or 1)
  364. ;  Default: 1
  365. ;
  366. bEnableDTMFDetection=1
  367.  
  368. ; Use fast line signals detection.
  369. ;  Range: boolean (0 or 1)
  370. ;  Default: 0
  371. ;
  372. bUseFastDTMFDetection=1
  373.  
  374. ; Hardware AGC (Automatic Gain Control)
  375. ;  Range: boolean (0 or 1)
  376. ;  Default: 0
  377. ;
  378. iAGC=0
  379.  
  380. ; Software AGC (Automatic Gain Control)
  381. ;  Range: boolean (0 or 1)
  382. ;  Default: 1
  383. ;
  384. bSoftAGC=0
  385.  
  386. ; Russian CID request frequency
  387. ;  Default: 500 Hz
  388. ;
  389. iReqFreq=500
  390.  
  391. ; How much times per second to interrupt PLAYBACK
  392. ; to scan line signals.
  393. ;  Default: 10 Hz
  394. ;
  395. iScanFreq=1000
  396.  
  397. ; Max block size that will be written to modem continuously.
  398. ;  Default: 4096 bytes
  399. ;
  400. iMaxBlockWrites=16384
  401.  
  402. ; Generated tone volume
  403. ;  Range: 0 - 100
  404. ;  Default: 100
  405. ;
  406. iToneVolume=100
  407.  
  408. ; Use compatible sound playback. Set this when getting
  409. ; chopping sound while playing through modem line in pass-through mode.
  410. ;  Range: boolean (0 or 1)
  411. ;  Default: 0
  412. ;
  413. bCompatiblePlayback=1
  414.  
  415. ; Use fixed font. Compatibility option. Change state if troubles with font displaying.
  416. ;  Range: boolean (0 or 1)
  417. ;  Default: 1
  418. ;
  419. g_bFixedFont=1
  420.  
  421. ; Single click toggles pause.
  422. ;  Range: boolean (0 or 1)
  423. ;  Default: 1
  424. ;
  425. bClick=0
  426.  
  427. ; Defaults for telephone number formatting
  428. sFormat5=%c%c%c%c%c
  429. sFormat6=%c%c%c-%c%c%c
  430. sFormat7=%c%c%c-%c%c%c%c
  431. sFormat8=%c%c%c%c-%c%c%c%c
  432. sFormat9=%c%c%c%c%c-%c%c%c%c
  433. sFormat10=(%c%c%c) %c%c%c-%c%c%c%c
  434. sFormat11=%c (%c%c%c) %c%c%c-%c%c%c%c
  435. sFormat12=(%c%c%c%c%c) %c%c%c %c%c%c%c
  436. sFormat13=%c%c%c %c %c%c%c%c %c%c%c%c%c
  437.  
  438. ; Available format strings
  439. ;         1-23-45;     12345;     12-345;     1 2345
  440. saFormat5=%c-%c%c-%c%c;%c%c%c%c%c;%c%c-%c%c%c;%c %c%c%c%c
  441. ;         12-34-56;      123 456;      12 3456
  442. saFormat6=%c%c-%c%c-%c%c;%c%c%c-%c%c%c;%c%c %c%c%c%c
  443. ;         123-45-67;       123-4567 Israel
  444. saFormat7=%c%c%c-%c%c-%c%c;%c%c%c-%c%c%c%c
  445. ;         1324 5678        ;(12) 345678;        (1) 234-5678
  446. saFormat8=%c%c%c%c-%c%c%c%c;(%c%c) %c%c%c%c%c%c;(%c) %c%c%c-%c%c%c%c
  447. ;         12345 6789;         1234 56789;         ++12-3-456789 (Italy); (12) 345-6789 (Israel);(123) 456-789 Israel mobile
  448. saFormat9=%c%c%c%c%c %c%c%c%c;%c%c%c%c %c%c%c%c%c;++%c%c-%c-%c%c%c%c%c%c;(%c%c) %c%c%c-%c%c%c%c;(%c%c%c) %c%c%c-%c%c%c
  449. ;          (123) 456-7890 (US,CA,JP);+1 (23) 456-78-90 (RU);    (+12)-3456-7890 (Germany);+12 34 56 78 90 France, Nd;1234 567 890 AU mobile;1234 567890 GB mobile;(+12) (3) 456 78 90 Belguim;(+12) 3456 7890 (Dutch);   +12 3 456-7890 (Spain);  +12 34 567890 (Spain);  +12-3-4567890 (Sweden); 123-456-7890;            12 3456 7890 Australian
  450. saFormat10=(%c%c%c) %c%c%c-%c%c%c%c;+%c (%c%c) %c%c%c-%c%c-%c%c;(+%c%c)-%c%c%c%c-%c%c%c%c;+%c%c %c%c %c%c %c%c %c%c;(%c%c%c%c) %c%c%c %c%c%c;%c%c%c%c %c%c%c%c%c%c;(+%c%c) (%c) %c%c%c %c%c %c%c;(+%c%c) %c%c%c%c %c%c%c%c;+%c%c %c %c%c%c %c%c%c%c;+%c%c %c%c %c%c%c%c%c%c;+%c%c-%c-%c%c%c%c%c%c%c;%c%c%c-%c%c%c-%c%c%c%c;%c%c %c%c%c%c %c%c%c%c
  451. ;          +1 (234) 567-89-01 (RU);      (12) (3) 45 67 89 01 (France);  +12-3-45-67-89-01 (France); +12 3 4567 8901 (AU);       (+12) 3 4567 8901 (AU);      1234 567 8901 (GB, London);12345 678901 (GB,other);(1)2345 67 89 01 (GB,IR?);(12345) 678901 (GB,IR?); +12 34 567 8901 Netherlands;(+12) 34-567 89 01 Netherlands;(123) 4567-8901 Hong Kong;+123-4-5678901 (Finland);+12.3.4567.8901 (Japan);    USA, Canada 1 (234) 567 8901;(12345) 678901;          (1234) 567-8901
  452. saFormat11=+%c (%c%c%c) %c%c%c-%c%c-%c%c;(%c%c) (%c) %c%c %c%c %c%c %c%c;+%c%c-%c-%c%c-%c%c-%c%c-%c%c;+%c%c %c %c%c%c%c %c%c%c%c;(+%c%c) %c %c%c%c%c %c%c%c%c;%c%c%c%c %c%c%c %c%c%c%c;%c%c%c%c%c %c%c%c%c%c%c;(%c)%c%c%c%c %c%c %c%c %c%c;(%c%c%c%c%c) %c%c%c%c%c%c;+%c%c %c%c %c%c%c %c%c%c%c;(+%c%c) %c%c-%c%c%c %c%c %c%c;(%c%c%c) %c%c%c%c-%c%c%c%c;+%c%c%c-%c-%c%c%c%c%c%c%c;+%c%c.%c.%c%c%c%c.%c%c%c%c;%c (%c%c%c) %c%c%c %c%c%c%c;(%c%c%c%c%c) %c%c%c%c%c%c;(%c%c%c%c) %c%c%c-%c%c%c%c
  453. ;          +12 (3)45 678 90 12 (AU, Netherl); +12 3 45/67 89-012 (Germany);+12 345/67 89-012 (Germany);  +12-(3)-4567-8901-2 (Germany);  +12 (3) 45 678 9012 (Germany);  (+12)(3) 4567 8901 2 (Germany);+12 (3)456 789012 (Germany);  (+12) 34 56 78 90 12 (France);   +12 (3)45 678 90 12 (AU?);      12 345 6789012 (GB?);      +12 3456 789012 (GB?);      +12 (3)45 6789012 Netherlands
  454. saFormat12=+%c%c (%c) %c%c %c%c%c %c%c %c%c;+%c%c %c %c%c/%c%c %c%c-%c%c%c;+%c%c %c%c%c/%c%c %c%c-%c%c%c;+%c%c-(%c)-%c%c%c%c-%c%c%c%c-%c;+%c%c (%c) %c%c %c%c%c %c%c%c%c;(+%c%c)(%c) %c%c%c%c %c%c%c %c;+%c%c (%c)%c%c%c %c%c%c%c%c%c;(+%c%c) %c%c %c%c %c%c %c%c %c%c;+%c%c (%c)%c%c %c%c%c %c%c %c%c;%c%c %c%c%c %c%c%c%c%c%c%c;+%c%c %c%c%c%c %c%c%c%c%c%c;+%c%c (%c)%c%c %c%c%c%c%c%c%c
  455. ;          (123) 456-7890123 (def);       (+12)(3) 4567 8901-23 (Germany);   +12 (3)4567 89 01 23 (GB, Ireland?)
  456. saFormat13=(%c%c%c) %c%c%c-%c%c%c%c%c%c%c;(+%c%c)(%c) %c%c%c%c %c%c%c%c-%c%c;+%c%c (%c)%c%c%c%c %c%c %c%c %c%c
  457.  
  458. ; Use text-to-speech engine.
  459. ;  0 - do not use
  460. ;  1 - use Voice TTS API
  461. ;  2 - use instant Voice TTS API
  462. ;  3 - use on-load Voice TTS API (does not work)
  463. ;  1001 - use Direct TTS API
  464. ;  1002 - use instant Direct TTS API
  465. ;  1003 - use on-load Direct TTS API (does not work)
  466. ;
  467. nTextToSpeech=0
  468.  
  469. ; Software 'busy' detection..
  470. ;  Range: boolean (0 or 1)
  471. ;  Default: 1
  472. ;
  473. bSoftBusy=0
  474.  
  475. ; Part of all blocks to analyze for 'busy' tone.
  476. ;  Range: 1 - 10
  477. ;  Default: 2 (1/2 of all blocks to analyze)
  478. ;
  479. iBusyDiscrete=2
  480.  
  481. ; Detect 'busy' after there were several tones.
  482. ;  Range: 1 - 10
  483. ;  Default: 2
  484. ;
  485. iBusySignal=2
  486.  
  487. ; Time of one 'busy' tone (ms)
  488. ;  Range: usually 150 - 300
  489. ;  Default: 150
  490. ;
  491. iBusyTime=150
  492.  
  493. ; Caller ID with phone number only (no caller name transmitted).
  494. ;  Range: boolean (0 or 1)
  495. ;  Default: 0
  496. ;
  497. bNumberOnlyCID=0
  498.  
  499. ; Perform extra port initialization: queue setup.
  500. ;  Range: boolean (0 or 1)
  501. ;  Default: 0
  502. ;
  503. bSetupQueue=0
  504.  
  505. ; Size of internal communication buffer. */
  506. ;
  507. QUEUE_SIZE=1024
  508.  
  509. ; Journal originated calls.
  510. ;  Range: boolean (0 or 1)
  511. ;  Default: 1
  512. ;
  513. bLogOriginatedCalls=1
  514.  
  515. ; Ring (play sound through a sound card) with a standard RING
  516. ; before the caller is detected and customized RING sound can be played back.
  517. ;  Range: boolean (0 or 1)
  518. ;  Default: 0
  519. ;
  520. bRingBeforeCallerID=1
  521.  
  522. ; Turn on silence detection.
  523. ;  Range: boolean (0 or 1)
  524. ;  Default: 1
  525. ;
  526. bSilenceDetection=1
  527. iSilenceDetectionSensitivity=50
  528. iSilenceDetectionTimeout=5
  529.  
  530. ; Area codes map. Empty sets the appropriate map automatically.
  531. ; The map must be stored in <acid2000>\areacode folder.
  532. ;
  533. sAreaMapDB=US.db
  534. ; Announce state and major cities for long-distance calls.
  535. bAnnounceState=1
  536. bAnnounceCities=0
  537.  
  538. ; Heuristic in phone number formatting (mobile phones detection and so on).
  539. ;  Range: boolean (0 or 1)
  540. ;  Default: 1
  541. ;
  542. bAdvancedFormatting=0
  543.  
  544. ; Pop-up dialog new design style.
  545. ;  Range: boolean (0 or 1)
  546. ;  Default: 1
  547. ;
  548. bNewDesign=1
  549.  
  550. ; Use dialing rules
  551. ;  Range: boolean (0 or 1)
  552. ;  Default: 0
  553. ;
  554. bUseAreaRules=0
  555.  
  556. arRASWindows=Dial-Up Networking;Dial-up Connection;Connect To;Dialing Progress;Connecting to;Connessione a
  557.  
  558. ; Track handset pick-up
  559. ;  Range: boolean (0 or 1)
  560. ;  Default: 0
  561. ;
  562. bTrackHandset=0
  563.  
  564. ; VRA, 1/10 of second
  565. nVoiceRingbackGoesAway=70
  566. ; VRN, 1/10 of second
  567. nVoiceRingbackNeverCame=100
  568. ld_prefix=
  569. AlwaysDialAll10=0
  570. bPulseDial=0
  571. bTreatZeroNumberAsUnknown=0
  572. bDropBlackCalls=0
  573. bFax=0
  574. sFaxAppName=
  575. sFaxParam=
  576. uiFaxSeconds=30
  577. bDisableModemInact=1
  578. bCompat=0
  579. iPopup=0
  580. dwPopupTimer=15000
  581. bStoreWavLogs=1
  582. AlwaysDial1=
  583. DontDial1=
  584. nFigures=7
  585. bCompatibleDial=0
  586. AreaCode=
  587. bKeepSpeaker=1
  588. bRecordOriginated=0
  589. bEMailCID=0
  590. bEAttachVoice=0
  591. bEDialUp=0
  592. bECIDSubj=0
  593. nEWaitSeconds=30
  594. m_sOriginatorName=
  595. m_sOriginatorAddress=
  596. m_sRecipsName=
  597. m_sRecipsAdderss=
  598. m_sSubject=
  599. m_PagerType=0
  600. m_PagerPort=1
  601. m_PagerRetries=1
  602. m_PagerDelay=10
  603. m_PagerBlock=80
  604. m_PagerAccount=
  605. m_PagerMessage=
  606. m_PagerPhone=
  607. m_PagerSerialSetting=1200,E,7,1
  608. TTS_bEnable=0
  609. TTS_bIncoming=1
  610. TTS_bName=1
  611. TTS_bNumber=1
  612. TTS_bOnlyName=0
  613. TTS_bSpellNA=1
  614. TTS_times=1
  615. TTS_sIncoming=Incoming call:
  616. TTS_sName=Caller is
  617. TTS_sNumber=Telephone number is
  618. TTS_index=0
  619. DTMF_0=0
  620. DTMF_1=0
  621. DTMF_2=0
  622. DTMF_3=0
  623. DTMF_4=0
  624. DTMF_5=0
  625. DTMF_6=0
  626. DTMF_7=0
  627. DTMF_8=0
  628. DTMF_9=0
  629. DTMF_A=0
  630. DTMF_B=0
  631. DTMF_C=0
  632. DTMF_D=0
  633. DTMF_STAR=0
  634. DTMF_NUM=0
  635. bFlashKeyb=0
  636. bPinDial=1
  637. nTAPILine=7
  638. bShowCidName=0
  639. bSwapName=0
  640. bUnattendedPage=1
  641. m_nPIN=0
  642. bPinTTS=0
  643. bPinInstruct=1
  644. bPinRequest=1
  645. bPinConfirm=1
  646. sPinInstruct=
  647. sPinRequest=./wave/Passwrdq.wav
  648. sPinConfirm=
  649. bScheduleGreeting=0
  650. sScheduleGreeting=
  651. bAlphaConvert=1
  652. bRecAll=1
  653. bHandsetStart=0
  654. bHandsetStop=0
  655. bHilightNew=1
  656. bPageContactsOnly=0
  657. bUseSoundIntervals=0
  658. iSoundInterval=60
  659. sWaveNewMessage=
  660. bEMailCompress=0
  661. bTollSaver=0
  662. strPinArray=
  663. sWaveRemoteGlobal=wave\silence.wav
  664. sWaveSilence=wave\silence.wav
  665. sWaveNoNewMessages=wave\nonewmsg.wav
  666. bIgnoreBusy=0
  667. bRunProg=0
  668. bRunAfter=0
  669. bRunDisableBlack=1
  670. bRunPause=0
  671. sRunApp=
  672. sRunParam=call.number" "call.name
  673. bRunNotAnsw=0
  674. nFwdMethod=0
  675. bFwdBlack=0
  676. sFwdPhone=
  677. dwDialFor=60000
  678. m_iVolume=50
  679. strVersion=4. 0. 0. 592
  680. nFreqRing3=500
  681. nFreqRing4=67
  682. bUseWindowSchedule=1
  683. bFlashOnNewMsg=0
  684.  
  685.  
  686. [Sounds]
  687. ; Wave: incoming ring sound
  688. sWaveRingIn=Wave\Ringin.wav
  689.     
  690. ; Wave: sending 'wait' signals
  691. sWaveWait=wave\ringout.wav
  692. sWaveHold=wave\hold.wav
  693. sWaveCompressedHold=wave\hold.wav
  694. ; Wave: 'default greeting'
  695. sWaveGreet=wave\greet.wav
  696. ; Wave: 'alternative greeting'
  697. sWaveAltGreet=wave\block.wav
  698. sWaveGreet2=wave\greet.wav
  699. sWaveClick=wave\signon.wav
  700.  
  701. ; Program startup options
  702. [Startup]
  703. dwVersion=40000
  704.  
  705. ; Show 'Main' dialog during startup
  706. ShowMainDlg=1
  707. ; Screen coordinates of CallerID pop-up window.
  708. ; Default: (-1, -1)
  709. iPopupX=5
  710. iPopupY=10
  711.  
  712. ; Language ID
  713. ;
  714. iLangID=0
  715.  
  716. ; Treat '0000000' numbers as UNKNOWN.
  717. ;  Range: boolean (0 or 1)
  718. ;  Default: 0
  719. ;
  720. bTreatZeroNumberAsUnknown=0
  721. bProperShutdown=1
  722.  
  723. [Settings]
  724. MainDlgX=498
  725. MainDlgY=169
  726. CJListPB=185,90,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,
  727. CJListIn=133,0,0,46,94,100,0,0,0,
  728. CJListInboxcx=401
  729. CJListInboxcy=363
  730. sfDate=ddd, MMMM dd
  731. sfTime=HH:mm
  732. bShowMenu=1
  733. Control=170,97,0,
  734. inbox_iPlayTo=0
  735. CJListInboxX=89
  736. CJListInboxY=188
  737. bDockBoxes=1
  738. bConfirmDelete=1
  739. CJListBoxSortCol=0
  740. CJListBoxSortDir=0
  741. CJListBoxColOrder=0,4,5,3,1,2,6,7,8,
  742. CJListPBcx=686
  743. CJListPBcy=494
  744. CJListPBSortCol=0
  745. CJListPBSortDir=1
  746. CJListPBColOrder=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,
  747. m_bShowTextLabels=1
  748. CJListDialSortCol=0
  749. CJListDialSortDir=0
  750. bStoreInTrash=1
  751. m_bShowTextLabelsInbox=1
  752.  
  753.