readme.txt

来自「该控件为CAPI 2.0驱动的ISDN控制器提供呼叫方ID功能的控件。它提供两个」· 文本 代码 · 共 35 行

TXT
35
字号
Call Detector 1.0.3 is a Isdn component, mostly  used for caller identification,for ISDN controllers with capi 2.0 drivers.
This component is at an early development version,it works very well at this stage.
It introduces two methods :OnRing and : OnEndRing to catch the begining and ending of a call.
For all the other methods and properties search the source code.
To activate the component just set the active property to true.

IMPORTANT NOTE
If you don't have multiple MSN's then don't set the msn stringlist!!!
If you want to set the only one msn number then set it in that form:

(areacode with leading zero)(phone number)
for example if your area code is 1 and the number is 1234567 then you add this number to the msn stringlist as 011234567

Icall1.Msn.add('011234567');

If you don't put your phone number in the msn list, and Msn.count<>0 ( you put some numbers that your phone will not respond to) then the component will catch the incoming call BUT IT WILL NOT PRODUCE ONRING EVENT because it will "believe" that the Receiver is not YOU (as far as the receiver number will not be present at the msn List)!!!

This component is freeware but I would like any suggestions or comments good or bad mailed at  :  stra-pop@otenet.gr


History
                Added on 1.0.2
|-----------------------------------------------|
  1. Comments on source code
|-----------------------------------------------|


		Added on 1.0.3
|-----------------------------------------------|
   The name Changed to Call Detector
|-----------------------------------------------|
		Fixed on 1.0.3
|-----------------------------------------------|
  1. Component couldn't set MSN.coutn = 0
|-----------------------------------------------|

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?