Προς το περιεχόμενο

Delphi, modem & Caller-Id


johnnix

Προτεινόμενες αναρτήσεις

Δημοσ.

To provlima einai to eksis : 1) Exo energopoiisei tin anagnorisi kliseon apo OTE 2) Exo ftiaksei to programataki gia na vlepo tin ComPort tou modem 3) Exo energopoiisi tin dinatotia sto modem (#cid=1 sta perissotera - den einai NetMod) alla den ksero pou sta kommatia to modem krataei to string pou thelo!!! Exei antimetopisei kaneis to idio provlima?

Δημοσ.

TurboPower Async Professional

 

Async Professional is a comprehensive communications toolkit for

Borland Delphi, C++Builder, & ActiveX environments. It provides direct

access to serial ports, TAPI, and the Microsoft Speech API. It

supports faxing, terminal emulation, VOIP, & more.

 

This is a source-only release of TurboPower Async Professional (APRO).

It includes designtime and runtime packages for Delphi 3 through 7 and

C++Builder 3 through 6.

 

For help files and a PDF manual, please see the tpapro_docs package on

SourceForge (http://sourceforge.net/projects/tpapro).

 

------

TApdTapiDevice.CallerID

 

TApdTapiDevice

 

property CallerID : string

 

Contains the caller identification string of the current incoming call.

 

Many telephony environments make a caller identification string available. This string usually contains the phone number of the incoming call, but can contain other information as well, if supplemented by an office telephony system.

If the telephony environment doesn't supply caller identification information, CallerID is an empty string.

Note: Caller ID requires voice capabilities (i.e., UnimodmV, voice modem).

The following example shows an OnTapiConnect event handler that updates a TLabel on the current form with the caller ID information:

 

TForm1 = class(TForm)

...

ApdTapiDevice1 : TApdTapiDevice;

CallerID : TLabel;

...

 

end;

 

procedure TForm1.ApdTapiDevice1TapiConnect(Sender : TObject);

begin

CallerID.Caption := 'Caller: ' + ApdTapiDevice1.CallerID;

...

 

end;

 

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...