Board index » cppbuilder » Caller ID

Caller ID


2006-01-26 04:49:27 PM
cppbuilder61
Is there any idea to make the most easiest CallerID Software?
any good ref.?
 
 

Re:Caller ID

"Pedram" < XXXX@XXXXX.COM >wrote in message
Quote
Is there any idea to make the most easiest CallerID Software?
If you are using TAPI (with a TAPI-compliant voice modem), then you can use
the lineGetCallInfo() function. When you receive the LINE_CALLINFO
notification, the presence of the LINECALLINFOSTATE_CALLERID flag will
indicate that Caller ID data is available.
Gambit
 

Re:Caller ID

Hi
Always I make a software and there is atleast a problem that my software is
not working.
I searched the web, there is not enough good for myself.
In "Code Project" I found a very interesting article but it was hard for me,
although very useful.
And I also tried an ActiveX but it was not what I want, I want to write
myself to understand how can I recieve and catch the Caller ID, its
interesting to know, and also useful.
Now, I need the Most Easiest BCB5 Code to do these things below : (CALLER
ID)
_______________
Init:
- lineInitializeEx
- lineNegotiateAPIVersion
- lineGetDevCaps
------------
Open:
- lineOpen
- lineSetNumRings
- lineSetStatusMessages
------------
Creating an event thread
does not need any more calls to TAPI functions
------------
ShutDown & Cleanup
- lineDrop
- lineClose
- lineDeallocateCall
- lineShutdown
============
I want an BCB full, easy project file, then I'll try to understand it myself
I wish for a help
Thanks all.
 

{smallsort}

Re:Caller ID

am I alone?
"بابك" < XXXX@XXXXX.COM >wrote in message
Quote
Hi
Always I make a software and there is atleast a problem that my software
is
not working.
I searched the web, there is not enough good for myself.
In "Code Project" I found a very interesting article but it was hard for
me,
although very useful.
And I also tried an ActiveX but it was not what I want, I want to write
myself to understand how can I recieve and catch the Caller ID, its
interesting to know, and also useful.
Now, I need the Most Easiest BCB5 Code to do these things below : (CALLER
ID)
_______________
Init:
- lineInitializeEx
- lineNegotiateAPIVersion
- lineGetDevCaps
------------
Open:
- lineOpen
- lineSetNumRings
- lineSetStatusMessages
------------
Creating an event thread
does not need any more calls to TAPI functions
------------
ShutDown & Cleanup
- lineDrop
- lineClose
- lineDeallocateCall
- lineShutdown
============

I want an BCB full, easy project file, then I'll try to understand it
myself
I wish for a help
Thanks all.


 

Re:Caller ID

You are right , thanks.
Maybe I must tru to ask part by part , Am I right?
"Ed Mulroy" < XXXX@XXXXX.COM >wrote in message
Quote
>am I alone?

No, you are not alone. What you asked for is for someone to investigate
the
Telephone API (TAPI), create a project and write the program for you. The
most likely reason nobody replied is because nobody was interested in
doing
all of that.

Go to the TAPI page
msdn2.microsoft.com/en-us/library/ms835305.aspx
Look at the Telephone Service Enumerations
and decide how to code it.

. Ed

 

Re:Caller ID

Quote
am I alone?
No, you are not alone. What you asked for is for someone to investigate the
Telephone API (TAPI), create a project and write the program for you. The
most likely reason nobody replied is because nobody was interested in doing
all of that.
Go to the TAPI page
msdn2.microsoft.com/en-us/library/ms835305.aspx
Look at the Telephone Service Enumerations
and decide how to code it.
. Ed
Quote
بابك wrote in message
news: XXXX@XXXXX.COM ...

am I alone?

بابك wrote in message
news: XXXX@XXXXX.COM ...
>Hi
>Always I make a software and there is atleast a problem that my software
is
>not working.
>I searched the web, there is not enough good for myself.
>In "Code Project" I found a very interesting article but it was hard for
me,
>although very useful.
>And I also tried an ActiveX but it was not what I want, I want to write
>myself to understand how can I recieve and catch the Caller ID, its
>interesting to know, and also useful.
>Now, I need the Most Easiest BCB5 Code to do these things below : (CALLER
>ID)
>_______________
>Init:
>- lineInitializeEx
>- lineNegotiateAPIVersion
>- lineGetDevCaps
>------------
>Open:
>- lineOpen
>- lineSetNumRings
>- lineSetStatusMessages
>------------
>Creating an event thread
>does not need any more calls to TAPI functions
>------------
>ShutDown & Cleanup
>- lineDrop
>- lineClose
>- lineDeallocateCall
>- lineShutdown
>============
>
>I want an BCB full, easy project file, then I'll try to understand it
myself
>I wish for a help
>Thanks all.
 

Re:Caller ID

I think that the best way for you to do it is to create a project and debug
it. When you encounter something that is a problem, investigate it and try
to fix it. When you have done that without success then create a small
program which also has that problem and post a question, showing the lines
of code.
. Ed
Quote
بابك wrote in message
news: XXXX@XXXXX.COM ...

You are right , thanks.
Maybe I must tru to ask part by part , Am I right?